- Get a list of activitylog events
Get a list of activitylog events for a conversation
Get a list of activitylog...
Security
ApiKeyAuth or BearerAuth
GET
- ApiKeyAuth
- BearerAuth
curl -i -X GET \
'/v1/conversations/activitylog?csids=0' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
- TagAddedAttribute
- TagRemovedAttribute
- ConversationOfferedAttribute
- NoteAddedAttribute
- MessageAddedAttribute
- ConversationAssignedAttribute
- ConversationTransferredAttribute
- ConversationLanguageUpdatedAttribute
- ConversationAutoReplySentAttribute
- ConversationRatingScheduledAttribute
- ConversationRatingOfferedAttribute
- ConversationRatedAttribute
- ConversationClaimedAttribute
- ConversationCreatedAttribute
- ConversationUnassignedAttribute
{ "data": [ { … } ], "paging": { "cursors": { … }, "next_page": "string", "prev_page": "string" } }