curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/collections/:collectionId/sub-collectionsList all direct child collections of a given collection
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/collections/:collectionId/sub-collections[
{
"id": "col_abc",
"name": "To Read",
"parentId": "col_root",
"entityCount": 5,
"createdAt": "2025-01-15T10:00:00.000Z",
"updatedAt": "2025-01-15T10:00:00.000Z"
}
]
Server Error — 500
{ "error": "Server error", "code": "collection/server-error" }