Welcome to the Dixa integrations API. Remember to set your credentials using the 'Authorize' button. Note that this API is deprecated and equivalent functionality can be found in Dixa API.
Integrations API [deprecated] (1.0.0)
Download OpenAPI description
Languages
Servers
Mock server
https://docs.dixa.io/_mock/openapi/integrations-api
The Server
https://docs.dixa.io
- Mock serverhttps://docs.dixa.io/_mock/openapi/integrations-api/v1/conversations/{csid}/activitylog
- The Serverhttps://docs.dixa.io/v1/conversations/{csid}/activitylog
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.dixa.io/_mock/openapi/integrations-api/v1/conversations/{csid}/activitylog' \
-H 'Authorization: YOUR_API_KEY_HERE'A list of activitylog events
The type of activitylog entry.
Enum"tag_added""tag_removed""conversation_created_by_customer""conversation_created_by_agent""conversation_closed""conversation_pending""conversation_reopened""note_added""message_added_by_customer""message_added_by_agent"
data[].attributesTagAddedAttribute (object) or TagRemovedAttribute (object) or ConversationOfferedAttribute (object) or NoteAddedAttribute (object) or MessageAddedAttribute (object) or ConversationAssignedAttribute (object) or ConversationTransferredAttribute (object) or ConversationLanguageUpdatedAttribute (object) or ConversationAutoReplySentAttribute (object) or ConversationRatingScheduledAttribute (object) or ConversationRatingOfferedAttribute (object) or ConversationRatedAttribute (object) or ConversationClaimedAttribute (object) or ConversationCreatedAttribute (object) or ConversationUnassignedAttribute (object)
One of:
- TagAddedAttribute
- TagRemovedAttribute
- ConversationOfferedAttribute
- NoteAddedAttribute
- MessageAddedAttribute
- ConversationAssignedAttribute
- ConversationTransferredAttribute
- ConversationLanguageUpdatedAttribute
- ConversationAutoReplySentAttribute
- ConversationRatingScheduledAttribute
- ConversationRatingOfferedAttribute
- ConversationRatedAttribute
- ConversationClaimedAttribute
- ConversationCreatedAttribute
- ConversationUnassignedAttribute
Response
application/json
{ "data": [ { … } ] }
- Mock serverhttps://docs.dixa.io/_mock/openapi/integrations-api/v1/conversations/activitylog
- The Serverhttps://docs.dixa.io/v1/conversations/activitylog
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.dixa.io/_mock/openapi/integrations-api/v1/conversations/activitylog?csids=0' \
-H 'Authorization: YOUR_API_KEY_HERE'A list of activitylog events
The type of activitylog entry.
Enum"tag_added""tag_removed""conversation_created_by_customer""conversation_created_by_agent""conversation_closed""conversation_pending""conversation_reopened""note_added""message_added_by_customer""message_added_by_agent"
data[].attributesTagAddedAttribute (object) or TagRemovedAttribute (object) or ConversationOfferedAttribute (object) or NoteAddedAttribute (object) or MessageAddedAttribute (object) or ConversationAssignedAttribute (object) or ConversationTransferredAttribute (object) or ConversationLanguageUpdatedAttribute (object) or ConversationAutoReplySentAttribute (object) or ConversationRatingScheduledAttribute (object) or ConversationRatingOfferedAttribute (object) or ConversationRatedAttribute (object) or ConversationClaimedAttribute (object) or ConversationCreatedAttribute (object) or ConversationUnassignedAttribute (object)
One of:
- TagAddedAttribute
- TagRemovedAttribute
- ConversationOfferedAttribute
- NoteAddedAttribute
- MessageAddedAttribute
- ConversationAssignedAttribute
- ConversationTransferredAttribute
- ConversationLanguageUpdatedAttribute
- ConversationAutoReplySentAttribute
- ConversationRatingScheduledAttribute
- ConversationRatingOfferedAttribute
- ConversationRatedAttribute
- ConversationClaimedAttribute
- ConversationCreatedAttribute
- ConversationUnassignedAttribute
Response
application/json
{ "data": [ { … } ], "paging": { "cursors": { … }, "next_page": "string", "prev_page": "string" } }