Get Chat Attachment

Retrieve a chat attachment by ID

get

The chat ID is provided in the route. Use the select query parameter to specify which fields to include.

Path parameters
chatIdstringRequired

The chat ID.

idstringRequired

The chat attachment ID.

Query parameters
selectstringOptional

Optional select statement to filter fields.

Responses
chevron-right
200

OK

application/json
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
descriptionstring · nullableOptional
statusstring · enumOptionalPossible values:
get
/public/v1/helpdesk/chats/{chatId}/attachments/{id}

Last updated

Was this helpful?