Customer
Get customer events
Get Started
Customer
Customer Document
Go!Chat
Go!KYT
Go!Press
Go!Scan
Go!Vid
Appendix
Customer
Get customer events
Returns timeline events of the specified customer.
GET
/
api
/
v1
/
customers
/
{customer_external_id}
/
timeline
curl --request GET \
--url https://api.algoreg.com/api/v1/customers/{customer_external_id}/timeline \
--header 'Authorization: Bearer <token>'
{
"items": {
"AgentID": "integer",
"ClientID": "integer",
"CreatedAt": "string",
"CustomerExternalID": "string",
"Description": "string",
"EventType": "string",
"ID": "string",
"ParentID": "string",
"Title": "string",
"Url": "string"
},
"type": "any"
}
Path parameters
Query parameters
Response body
{
"items": {
"AgentID": "integer",
"ClientID": "integer",
"CreatedAt": "string",
"CustomerExternalID": "string",
"Description": "string",
"EventType": "string",
"ID": "string",
"ParentID": "string",
"Title": "string",
"Url": "string"
},
"type": "any"
}
curl --request GET \
--url https://api.algoreg.com/api/v1/customers/{customer_external_id}/timeline \
--header 'Authorization: Bearer <token>'
{
"items": {
"AgentID": "integer",
"ClientID": "integer",
"CreatedAt": "string",
"CustomerExternalID": "string",
"Description": "string",
"EventType": "string",
"ID": "string",
"ParentID": "string",
"Title": "string",
"Url": "string"
},
"type": "any"
}