Path Parameters
ID of the target list
Body Parameters
ID of the entity to add to the list
Response
Unique list identifier
Project identifier
ID of the user who owns the list
Name of the list
Updated array of entity IDs saved in this list (includes the newly added entity)
Creation timestamp in ISO 8601 format
Last update timestamp in ISO 8601 format
Error Responses
Missing listId or entityId - 400 Bad Request
Missing listId or entityId - 400 Bad Request
List Not Found - 404 Not Found
List Not Found - 404 Not Found
Entity Already Exists - 409 Conflict
Entity Already Exists - 409 Conflict
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Entity will not be added again if it already exists in the list.
- The response includes the updated and populated list object.