Requires forms-read
. Supports pagination via the page
query parameter.
forms-read
ability.
Parameter | Type | Description |
---|---|---|
id | number | Numeric ID of the form. |
Parameter | Type | Required | Description |
---|---|---|---|
page | number | No | Pagination page number (default 1 ). 100 results per page. |
200 OK
– Returns a paginated collection of Submission
objects.
403 Forbidden
– The token lacks forms-read
.Personal Access Token
x >= 1
Successful
The response is of type object[]
.