This endpoint returns a list
curl --request GET \
--url https://api.zixflow.com/api/v1/lists/{listId} \
--header 'Authorization: Bearer <token>'
{
"status": true,
"message": "Collection fetched successfully",
"data": {
"_id": "653bbba76ecd501e8dcbbb5d",
"name": "Alumni",
"slug": "Alumni",
"emoji": "🚀",
"collectionId": "652e506bf781c59be3825523",
"duplicationAllowed": true,
"collection": {
"_id": "652e506bf781c59be3825523",
"collectionType": "people",
"name": "People",
"slug": "people"
}
}
}
A unique identifier for the list, allowing for precise referencing.
Indicates the success or failure of the list retrieval. In this case, true signifies a successful operation.
Provides a human-readable message accompanying the response. In this instance, it confirms the successful retrieval of the list with the message “List fetched successfully.”
Detailed information about the selected List:
Show data
A unique identifier for the list, allowing for precise referencing.
The human-readable name of the list, providing a clear identification.
A unique identifier for the list, useful for programmatic identification and differentiation.
An emoji associated with the list for visual identification.
The unique identifier of the collection to which the list belongs, facilitating collection identification.
Defines whether duplicate records can be added inside the list.
Details about the collection from which the list is created:
Show collection
A unique identifier for the collection, allowing for precise referencing.
Specifies the type of the collection, such as “people,” “company,” or “deals.”
The human-readable name of the collection, providing a clear identification.
A unique identifier for the collection, useful for programmatic identification and differentiation.
{
"status": true,
"message": "Collection fetched successfully",
"data": {
"_id": "653bbba76ecd501e8dcbbb5d",
"name": "Alumni",
"slug": "Alumni",
"emoji": "🚀",
"collectionId": "652e506bf781c59be3825523",
"duplicationAllowed": true,
"collection": {
"_id": "652e506bf781c59be3825523",
"collectionType": "people",
"name": "People",
"slug": "people"
}
}
}
curl --request GET \
--url https://api.zixflow.com/api/v1/lists/{listId} \
--header 'Authorization: Bearer <token>'
{
"status": true,
"message": "Collection fetched successfully",
"data": {
"_id": "653bbba76ecd501e8dcbbb5d",
"name": "Alumni",
"slug": "Alumni",
"emoji": "🚀",
"collectionId": "652e506bf781c59be3825523",
"duplicationAllowed": true,
"collection": {
"_id": "652e506bf781c59be3825523",
"collectionType": "people",
"name": "People",
"slug": "people"
}
}
}
This endpoint returns a list
curl --request GET \
--url https://api.zixflow.com/api/v1/lists/{listId} \
--header 'Authorization: Bearer <token>'
{
"status": true,
"message": "Collection fetched successfully",
"data": {
"_id": "653bbba76ecd501e8dcbbb5d",
"name": "Alumni",
"slug": "Alumni",
"emoji": "🚀",
"collectionId": "652e506bf781c59be3825523",
"duplicationAllowed": true,
"collection": {
"_id": "652e506bf781c59be3825523",
"collectionType": "people",
"name": "People",
"slug": "people"
}
}
}
A unique identifier for the list, allowing for precise referencing.
Indicates the success or failure of the list retrieval. In this case, true signifies a successful operation.
Provides a human-readable message accompanying the response. In this instance, it confirms the successful retrieval of the list with the message “List fetched successfully.”
Detailed information about the selected List:
Show data
A unique identifier for the list, allowing for precise referencing.
The human-readable name of the list, providing a clear identification.
A unique identifier for the list, useful for programmatic identification and differentiation.
An emoji associated with the list for visual identification.
The unique identifier of the collection to which the list belongs, facilitating collection identification.
Defines whether duplicate records can be added inside the list.
Details about the collection from which the list is created:
Show collection
A unique identifier for the collection, allowing for precise referencing.
Specifies the type of the collection, such as “people,” “company,” or “deals.”
The human-readable name of the collection, providing a clear identification.
A unique identifier for the collection, useful for programmatic identification and differentiation.
{
"status": true,
"message": "Collection fetched successfully",
"data": {
"_id": "653bbba76ecd501e8dcbbb5d",
"name": "Alumni",
"slug": "Alumni",
"emoji": "🚀",
"collectionId": "652e506bf781c59be3825523",
"duplicationAllowed": true,
"collection": {
"_id": "652e506bf781c59be3825523",
"collectionType": "people",
"name": "People",
"slug": "people"
}
}
}
curl --request GET \
--url https://api.zixflow.com/api/v1/lists/{listId} \
--header 'Authorization: Bearer <token>'
{
"status": true,
"message": "Collection fetched successfully",
"data": {
"_id": "653bbba76ecd501e8dcbbb5d",
"name": "Alumni",
"slug": "Alumni",
"emoji": "🚀",
"collectionId": "652e506bf781c59be3825523",
"duplicationAllowed": true,
"collection": {
"_id": "652e506bf781c59be3825523",
"collectionType": "people",
"name": "People",
"slug": "people"
}
}
}