POST api/integration/intercomchatbot/getsessionmodelforrep?RepDID={RepDID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RepDID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IIntercomChatbotSessionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiBase | string |
None. |
|
| AppID | string |
None. |
|
| JWT | string |
None. |
|
| UserID | string |
None. |
|
| SessionDurationSeconds | integer |
None. |
|
| CacheDurationSeconds | integer |
None. |
Response Formats
application/xml, text/xml
Sample:
<IntercomChatbotSessionModel> <ApiBase /> <AppID /> <JWT /> <UserID /> <SessionDurationSeconds>0</SessionDurationSeconds> <CacheDurationSeconds>0</CacheDurationSeconds> </IntercomChatbotSessionModel>
application/json, text/json
Sample:
{
"SessionDurationSeconds": 0,
"CacheDurationSeconds": 0
}