Authorization: ********************
{
"collection_id": "string",
"from": 0,
"page_size": 0,
"search_after_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/lms/collections/getcollectionentries' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"collection_id": "string",
"from": 0,
"page_size": 0,
"search_after_id": "string"
}'
{
"metadata": {
"collection_id": "string",
"collection_name": "string",
"fields": [
{
"field_name": "string",
"field_type": "FIELD_TYPE_STRING",
"field_format": "string"
}
],
"deleted": true,
"created_by": "string",
"created_on": "1s",
"last_queried": "1s",
"query_count": 0,
"entry_count": 0,
"last_updated": "1s",
"search_count": 0,
"last_searched": "1s",
"primary_key": [
"string"
]
},
"entries": [
{
"collection_id": "string",
"entry_id": "string",
"fields": [
{
"field_name": "string",
"field_value": "string"
}
],
"last_updated": "1s"
}
]
}