Form Request

Form templates for collaboration requests

Get a form by department ID

get
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

get
/v1/forms/department/{departmentId}

Get a form by company ID

get
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

get
/v1/forms/company/{companyId}

Last updated