Glean Chat API
, therefore requires using either the Global Client Token
or the User Client Token
connection methods.
Parameter | Description |
---|---|
Timezone Offset | The offset of the client’s timezone in minutes from UTC. For example, PTD is -420 because it’s 7 hours behind UTC . |
{
"chatResults": [
{
"chat": {
"id": "string",
"createTime": 0,
"createdBy": {
"name": "George Clooney",
"obfuscatedId": "abc123"
},
"updateTime": 0,
"name": "string",
"applicationId": "string"
},
"trackingToken": "string"
}
]
}
Was this page helpful?