Conversations
Get Assignment History
Returns a timeline of assignee periods (who was assigned/unassigned, dates, actor, and source) as well as legacy participants if no history exists yet.
GET
/
api
/
logs
/
{conversationId}
/
assignment-history
Example JS Code to Get Assignment History from a Conversation
Example Response
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
conversationId
string
requiredID of the conversation to retrieve assignment history for.
Response
200 - application/json
periods
object[]
legacy
object[]
hasMore
boolean
Was this page helpful?

