Customer
Get all customer forms for a customer
GET
Get all customer forms for a customer
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Tenant identifier. Send the Tenant ID in the X-Tenant header to scope API requests to a specific tenant.
Path Parameters
The customer identifier
Query Parameters
The number of items per page.
Required range:
1 <= x <= 100The page number.
Required range:
x >= 1The field to sort by.
Available options:
id, status, completed_at, created_at, updated_at The sort direction (asc or desc).
Available options:
asc, desc Filter by status.
Available options:
pending, completed, reviewed Filter by template ID.
Required range:
x >= 1Include only soft-deleted records.