Is External Chat Gateway Transcript Enabled
This request returns true if the transcript function is enabled and false if the transcript function is disabled.
Resource
GET https://<HOST>/portal/chat/<TENANT>/gateways/<GATEWAY_ID>/transcript_enabled
Where 'GATEWAY_ID' is the id of the gateway.
Parameters
None
Payload
None
Response
Boolean Response < boolean >
Context
Authorization |
Authorized by token: |
Errors
HTTP code | Description |
---|---|
400 |
Missing tenant, gateway id |
500 |
General error, gateway not found |
Example
Request
GET https://xelion.nl/portal/chat/master/gateways/1234567/transcript_enabled
Response
{
"value": false
}