List form definitions
Lists form definitions for a given form as a paged envelope (items, page, pageSize, totalRecords, totalPages). Optional sort and created/modified date bounds. Empty form returns 404.
Path parameters
The ID of the form.
Query parameters
The page number (1-based).
The number of items per page.
Sort field (createdAt, modifiedAt).
Sort direction (asc, desc).
Inclusive UTC calendar day (YYYY-MM-DD) for createdAt.
Inclusive UTC calendar day (YYYY-MM-DD) for createdAt.
Inclusive UTC calendar day (YYYY-MM-DD) for modifiedAt.
Inclusive UTC calendar day (YYYY-MM-DD) for modifiedAt.
Response
Form definitions retrieved successfully.
Changes
Changed in 3 of the 7 revisions of this API.2315
- ▲
the response's body type/format changed from
array/toobject/for status200response-body-type-changed
- ○
added the new optional
queryrequest parametercreatedFromnew-optional-request-parameter
- ○
added the new optional
queryrequest parametercreatedTonew-optional-request-parameter
- ○
added the new optional
queryrequest parametermodifiedFromnew-optional-request-parameter
- ○
added the new optional
queryrequest parametermodifiedTonew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortBynew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortDirnew-optional-request-parameter
- ○
added the optional property
itemsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
pageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
pageSizeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
totalPagesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
totalRecordsto the response with the200statusresponse-optional-property-added
- ▲
- ▲
removed the media type
application/problem+jsonfor the response with the status400response-media-type-removed
- ○
added the optional property
items/customQuestionsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/requiresReCaptchato the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/themeModelto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the optional property
items/customQuestionsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/requiresReCaptchafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/themeModelfrom the response with the200statusresponse-optional-property-removed
- ○
added the media type
application/problem+jsonfor the response with the status400response-media-type-added
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●