Forms API
3 endpoints
Form creation and submission.
Endpoint
/admin/collection/{collectionId}/formParameters
collectionIdpath
string
Required
Responses
200
Success400
Bad request401
Unauthorized404
Not foundEndpoint
/admin/collection/{collectionId}/form/{formId}Parameters
collectionIdpath
string
Required
formIdpath
string
Required
Responses
200
Success400
Bad request401
Unauthorized404
Not foundCreate a new form for a collection (admin only).
Create a new form for a collection (admin only).
Endpoint
/admin/collection/{collectionId}/form/{formId}Parameters
collectionIdpath
string
Required
formIdpath
string
Required
Responses
200
Success400
Bad request401
Unauthorized404
Not found