Authentication & Scope
This request must be authenticated using a Personal Access Token that includes theforms-read ability.
Request
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| workspaceId | number | ID of the workspace to retrieve forms from. |
Query Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
| page | number | Page number for pagination. | 1 |
Response
200 OK – Returns a paginated JSON response containing Form objects.
403 Forbidden – The token does not include the required forms-read ability, or you do not have access to the workspace.
404 Not Found – The workspace does not exist.Authorizations
Personal Access Token
Path Parameters
ID of the workspace to retrieve forms from.
Query Parameters
Pagination page number
Required range:
x >= 1