Kustomer API

Getting access, Developing, Testing

Back to Kustomer

Get conversation times by conversation id

Retrieves conversation_times by the unique ID of the related conversation.

Any one of the following roles is required for this endpoint:

|Legacy Role|Equivalent Permission Set Role| |-----|--------| |org.user.conversation.read|org.permission.conversation.read|

Input

type: object properties: parameters: type: object properties: id: type: string description: '(Required) ' required: - id title: Parameters

Output

type: object properties: meta: type: object properties: pageSize: type: string page: type: string links: type: object properties: self: type: string first: type: string prev: type: string next: type: string data: type: array items: type: object properties: type: type: string id: type: string attributes: type: object properties: createdAt: type: string createdByTeams: type: array items: type: string assignedUsers: type: array items: type: string assignedTeams: type: string handleAt: type: string handleTime: type: string channels: type: array items: type: string messageAt: type: string messageTime: type: string relationships: type: object properties: org: type: object properties: links: type: object properties: self: type: string data: type: object properties: type: type: string id: type: string customer: type: object properties: links: type: object properties: self: type: string data: type: object properties: type: type: string id: type: string conversation: type: object properties: links: type: object properties: self: type: string data: type: object properties: type: type: string id: type: string createdBy: type: object properties: links: type: object properties: self: type: string data: type: object properties: type: type: string id: type: string links: type: object properties: self: type: string