Retrieves the activity timeline (messages, audit-log changes, calendar events) for the workspace or one record, with optional scoping to a single entity, sorting, and pagination.
apiKeyAuth API key authentication. Create an API key in your user profile and include it in the x-api-key header.
In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
items <= 50length <= 200"contact" | "organization" | "deal" | "service" | "task"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$uuidapplication/json
application/json
application/json
application/json
application/json
curl -X POST "https://customermates.com/api/v1/messaging/activities/search" \ -H "Content-Type: application/json" \ -d '{}'{
"p13nId": "string",
"items": [
{
"kind": "audit",
"id": "string",
"at": "string",
"actor": {
"firstName": "string",
"lastName": "string",
"avatarUrl": "string",
"email": "string"
},
"event": "string",
"changes": [
{
"field": "string",
"columnId": "string",
"previous": null,
"current": null
}
]
}
],
"customColumns": [
null
],
"filters": [
null
],
"searchTerm": "string",
"sortDescriptor": null,
"pagination": {
"page": 0,
"pageSize": 0,
"totalPages": 0,
"total": 0
},
"filterableFields": [
null
],
"columnOrder": [
"string"
],
"columnWidths": {
"property1": 0,
"property2": 0
},
"hiddenColumns": [
"string"
],
"savedFilterPresets": [
null
],
"viewMode": "string",
"groupingColumnId": "string",
"groupCounts": {
"property1": 0,
"property2": 0
}
}"string""string""string""string"