Path Parameters
ID of the parent list to nest under
Body Parameters
Name of the new sub-list
Response
Unique list identifier
Project identifier
ID of the user who owns the list
Name of the list
ID of the parent list
Array of entity IDs saved in this list
Creation timestamp in ISO 8601 format
Last update timestamp in ISO 8601 format
Error Responses
Missing Parameters - 400 Bad Request
Missing Parameters - 400 Bad Request
Invalid Parent List - 400 Bad Request
Invalid Parent List - 400 Bad Request
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- The authenticated user’s ID is automatically associated with the new list.
- Only existing parent lists can be used for sub-list creation.
- The response includes the populated list details.