Form Request
Form templates for collaboration requests
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
departmentIdinteger · int64Required
The identifier of the department who you would like to collaborate with
Responses
200
Form template for the department
400
Bad request
get
/v1/forms/department/{departmentId}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
companyIdinteger · int64Required
The identifier of the company who you would like to collaborate with
Responses
200
Form template for the company
400
Bad request
401
Unauthorized
get
/v1/forms/company/{companyId}Last updated