v1

latestOpenAPI 3.1.02026-07-24145580597.0 KB
Forms:v1:Questions

Get dropdown question options

Retrieve the list of selectable options for a dropdown-type question within a specified form.

get/forms/v1/forms/{formId}/questions/{questionId}

Path parameters

formIdinteger required

The unique identifier of the form

The unique identifier of the form

questionIdstring required

The unique identifier of the question within the specified form. This question must be of type dropdown.

The unique identifier of the question within the specified form. This question must be of type dropdown.

Query parameters

includeDeletedboolean

Include deleted options

Include deleted options

limitinteger

The maximum number of results to display per page

The maximum number of results to display per page

offsetinteger

The resource offset of the last successfully read resource will be returned as the paging.offset JSON property of a paginated response containing more results

The resource offset of the last successfully read resource will be returned as the paging.offset JSON property of a paginated response containing more results

Response

Successful Response

requestIdstring