Skip to main content
POST
Create Sub-List
Creates a new sub-list (nested list) under the specified parent list.

Path Parameters

string
required
ID of the parent list to nest under

Body Parameters

string
required
Name of the new sub-list

Response

string
Unique list identifier
string
Project identifier
string
ID of the user who owns the list
string
Name of the list
string
ID of the parent list
array
Array of entity IDs saved in this list
string
Creation timestamp in ISO 8601 format
string
Last update timestamp in ISO 8601 format

Error Responses


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.