v1

latestOpenAPI 3.1.12026-07-268973189.3 KB
Objects

List forms

Returns a paginated list of forms. Supports cursor pagination and a search query that matches the form title.

get/forms

Query parameters

cursorstring

Cursor for pagination. Pass the previous response meta.nextCursor value (a form ID) to fetch the next page.

pageSizeinteger

Number of items to return per page (max 100)

searchstring

Filter forms whose title contains this text

Response

OK