Skip to main content
POST
Create A List Entry

Description

This API endpoint allows the creation of a new entry within a specified list. The list entry is associated with a collection record, and additional data can be provided based on the attributes of the list.

Path

string
required
A unique identifier for the list where the new entry will be added.

Body

string
required
The ID of the collection record to be linked with the list entry.
object
Key-value pairs representing data for the list entry. Keys are defined by the attribute API key name, and values are based on the input type of the attribute.

Response

boolean
Indicates the success or failure of the list entry creation. In this case, true signifies a successful operation.
string
Provides a human-readable message accompanying the response. In this instance, it confirms the successful creation of the list entry with the message “List entry created successfully!”
object
An object containing details of the created list entry. The structure of the data object is dynamic and depends on the attributes supported by the list: