List Forms

Paginated list of forms on your team, sorted by creation date (newest first). Includes archived forms.

Authentication

PINNACLE-API-KEYstring
API Key authentication via header

Request

This endpoint expects an object.
pageIndexintegerOptional>=0Defaults to 0

Zero-based page index.

pageSizeintegerOptional1-100Defaults to 20
Number of forms to return in a single page. Max 100.

Response

Paginated list of forms.
datalist of objects
Forms on this page, newest first.
hasMoreboolean

True if there are more pages after this one. Fetch the next page by incrementing pageIndex.

countinteger

Number of forms returned in data. Always equals data.length.

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error