Create A List Entry
This endpoint creates a new entry in the specified list.
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
A unique identifier for the list where the new entry will be added.
Body
The ID of the collection record to be linked with the list entry.
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
Indicates the success or failure of the list entry creation. In this case, true signifies a successful operation.
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!”
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: