Form Request

Form templates for collaboration requests

Get a form by document ID

get
Authorizations
Path parameters
documentIdinteger · int64Required

The identifier of the document form to retrieve

Responses
chevron-right
200

Form template for the document

documentIdinteger · int64Required
internalCaseNumberstringRequired
receiverInternalCaseNumberstringOptional
problemSummarystringRequired
problemDescriptionstringRequired
prioritystring · enumRequiredPossible values:
adminNotestringOptional
escalationInstructionsstringOptional
testSubmissionbooleanRequired
get
/v1/forms/document/{documentId}

Get a form by department ID

get
Authorizations
Path parameters
departmentIdinteger · int64Required

The identifier of the department who you would like to collaborate with

Responses
chevron-right
200

Form template for the department

documentIdinteger · int64Required
internalCaseNumberstringRequired
receiverInternalCaseNumberstringOptional
problemSummarystringRequired
problemDescriptionstringRequired
prioritystring · enumRequiredPossible values:
adminNotestringOptional
escalationInstructionsstringOptional
testSubmissionbooleanRequired
get
/v1/forms/department/{departmentId}

Get a form by company ID

get
Authorizations
Path parameters
companyIdinteger · int64Required

The identifier of the company who you would like to collaborate with

Responses
chevron-right
200

Form template for the company

documentIdinteger · int64Required
internalCaseNumberstringRequired
receiverInternalCaseNumberstringOptional
problemSummarystringRequired
problemDescriptionstringRequired
prioritystring · enumRequiredPossible values:
adminNotestringOptional
escalationInstructionsstringOptional
testSubmissionbooleanRequired
get
/v1/forms/company/{companyId}

Last updated