⚠️ This documentation pertains to a preview endpoint. This feature is not yet ready for API consumption and may change.
For inquiries or feedback, please contact us at Glean.

Gets the metadata for a custom Chat application

post/getchatapplication

Gets the Chat application details for the specified application ID.

SecurityBearerAuth
Request
query Parameters
timezoneOffset
integer

The offset of the client's timezone in minutes from UTC. e.g. PDT is -420 because it's 7 hours behind UTC.

header Parameters
X-Glean-Auth-Type
string

Auth type being used to access the endpoint (should be non-empty only for global tokens).

X-Scio-Actas
string <email>

Email address of a user on whose behalf the request is intended to be made (should be non-empty only for global tokens).

Request Body schema: application/json
required
id
required
string

The id of the Chat application to be retrieved.

Responses
200

OK

Response Schema: application/json
application
any (ChatApplicationDetails)
400

Invalid request

401

Not Authorized

403

Forbidden

Request samples
application/json
{
  • "id": "string"
}
Response samples
application/json
{
  • "application": null
}