For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get form

Retrieve a form by ID

get

Use the select query parameter to specify which fields to include.

Path parameters
idstringRequired

The form ID.

Query parameters
selectstringOptional

Optional select statement to filter fields.

Responses
200

OK

application/json
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
descriptionstring · nullableOptional

Gets or sets the description associated with the form.

statusstring · enumOptionalPossible values:
isDeletedbooleanOptional

Indicates whether the queue has been marked as deleted.

get/public/v1/helpdesk/forms/{id}

Last updated

Was this helpful?