Skip to content

listApprovals

GET
/api/v1/approvals
curl --request GET \
--url https://example.com/api/v1/approvals

Returns a paginated page of records awaiting a review decision across every Form the user may review, approve, or manage. A record is pending when its current state has an outgoing transition requiring the review or approve capability. Paginated (page, pageSize) with a total rather than silently capped.

page
integer
pageSize
integer

Paginated approval page (items, total, page, pageSize)