List Conversation Events
Returns a paginated list of conversation Events.
Authorization
bearerAuth In: header
Path Parameters
Unique identifier of the related conversation.
uuidQuery Parameters
Filters resources by inbox.
Type of the resource.
Filters by any of the supplied type values.
Filters resources by created at using the gt operator.
date-timeFilters resources by created at using the gte operator.
date-timeFilters resources by created at using the lt operator.
date-timeFilters resources by created at using the lte operator.
date-timeFilters resources by contact.
Type of entity that performed the event.
Entity that performed the event.
Type of entity affected by the event.
Entity affected by the event, or null when unavailable.
Filters out resources with this resource.
Maximum number of resources to return.
100 <= value <= 100Opaque token returned by a previous page request.
1 <= lengthResponse Body
application/json
curl -X GET "https://api.getmateo.com/v1/conversations/497f6eca-6276-4993-bfeb-53cbbbba6f08/events"{ "object": "list", "data": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "conversation_id": "cc71b11a-25cd-4c2d-9950-df2cc38e3407", "inbox_id": "5127f22b-d152-46dd-aeaa-3a852d9fbfc2", "type": "conversation.assigned", "actor": { "type": "api_token", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "resource": { "type": "api_token", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "details": { "property1": null, "property2": null }, "created_at": "2019-08-24T14:15:22Z" } ], "next_page_url": "string", "previous_page_url": "string"}