Authorization: ********************
{
"contact_manager_list_id": 0,
"org_id": "string",
"project_id": "string",
"page_size": 0,
"page_token": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/contactmanager/contactmanager/listcontactentrylist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_manager_list_id": 0,
"org_id": "string",
"project_id": "string",
"page_size": 0,
"page_token": "string"
}'
{
"contact_manager_entry": [
{
"contact_manager_entry_id": 0,
"contact_manager_entry_list_id": 0,
"key": "string",
"value": "string",
"type": "string",
"date_created": "1s",
"status": "CONTACT_ENTRY_STATUS_NEW",
"date_modified": "1s",
"ttl": 0,
"file_name": [
"string"
],
"field": [
{
"name": "string",
"value": "string",
"type": "string"
}
],
"expiry_date": "1s"
}
],
"next_page_token": "string",
"cm_entry": [
{
"contact_manager_entry_id": 0,
"contact_manager_entry_list_id": 0,
"key": "string",
"value": "string",
"type": "string",
"date_created": "1s",
"status": "CONTACT_ENTRY_STATUS_NEW",
"date_modified": "1s",
"ttl": 0,
"file_name": [
"string"
],
"field": [
{
"name": "string",
"value": "string",
"type": "string"
}
],
"expiry_date": "1s"
}
]
}