get
https://api.vcita.biz/v1/partners/reports/engagements
Overview
Query for a list of all the conversations (a.k.a engagements) for a given date range. Conversations will be sorted by date of creation. The GET request will be answered by a JSON containing an array of engagement objects.
Available for Directory tokens only.
Authentication
Uses HTTP Token authentication. Format: Authorization: Token token="{DIRECTORY_TOKEN}"
The token must be a Doorkeeper OAuth token with directory scope.
