SapccApiGetConversationsForAgentRequest
Request parameters for getConversationsForAgent operation in SapccApi. SapccApiGetConversationsForAgentRequest
interface SapccApiGetConversationsForAgentRequest {
readonly baseSiteId: string;
readonly status: GetConversationsForAgentStatusEnum;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetConversationsForAgent |
status | Required | GetConversationsForAgentStatusEnum | Conversation status. {'open' | 'unassigned'} SapccApiGetConversationsForAgent |