Logo
Functions

getChatAppApiV1AppsIdGet

getChatAppApiV1AppsIdGet<ThrowOnError>(options): RequestResult<ChatApp, HTTPValidationError, ThrowOnError>

Defined in: packages/cloud/src/client/sdk.gen.ts:4113

Get Chat App Get a chat app by ID.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & GetChatAppApiV1AppsIdGetData

Returns

RequestResult<ChatApp, HTTPValidationError, ThrowOnError>

On this page