Go!Scan
Get customer alerts
Get Started
Customer
Customer Document
Go!Chat
Go!KYT
Go!Press
Go!Scan
Go!Vid
Appendix
Go!Scan
Get customer alerts
Returns the alerts of a customer.
POST
/
api
/
v1
/
customers
/
{customer_external_id}
/
alerts
Copy
{
"limit": "integer",
"offset": "integer"
}
Copy
{
"items": {
"created_at": "string",
"customer_external_id": "string",
"id": "string",
"last_revision": {
"agent_id": "string",
"comment": "string",
"created_at": "string",
"customer_revision_id": "string",
"id": "string",
"profile_date": "integer",
"revision_number": "integer",
"score": "integer",
"state": "integer",
"top_category": "string"
},
"profile_number": "string"
},
"type": "any"
}
Path parameters
Body parameters
Response body
Copy
{
"limit": "integer",
"offset": "integer"
}
Copy
{
"items": {
"created_at": "string",
"customer_external_id": "string",
"id": "string",
"last_revision": {
"agent_id": "string",
"comment": "string",
"created_at": "string",
"customer_revision_id": "string",
"id": "string",
"profile_date": "integer",
"revision_number": "integer",
"score": "integer",
"state": "integer",
"top_category": "string"
},
"profile_number": "string"
},
"type": "any"
}