Form Request
Form templates for collaboration requests
Authorizations
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}GET /v1/forms/department/{departmentId} HTTP/1.1
Host: connect2.tsanet.org
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"documentId": 1,
"internalCaseNumber": "text",
"receiverInternalCaseNumber": "text",
"problemSummary": "text",
"problemDescription": "text",
"priority": "LOW",
"adminNote": "text",
"escalationInstructions": "text",
"submitterContactDetails": {
"name": "text",
"email": "text",
"phone": "text"
},
"customFields": [
{
"fieldId": 1,
"section": "CONTACT_SECTION",
"label": "text",
"options": "text",
"additionalSettings": "text",
"type": "STRING",
"displayOrder": 1,
"validationRules": "text",
"value": "text",
"selections": [
{
"value": "text",
"children": [
"[Circular Reference]"
]
}
],
"required": true
}
],
"internalNotes": [
{
"note": "text"
}
],
"testSubmission": true
}Authorizations
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}GET /v1/forms/company/{companyId} HTTP/1.1
Host: connect2.tsanet.org
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"documentId": 1,
"internalCaseNumber": "text",
"receiverInternalCaseNumber": "text",
"problemSummary": "text",
"problemDescription": "text",
"priority": "LOW",
"adminNote": "text",
"escalationInstructions": "text",
"submitterContactDetails": {
"name": "text",
"email": "text",
"phone": "text"
},
"customFields": [
{
"fieldId": 1,
"section": "CONTACT_SECTION",
"label": "text",
"options": "text",
"additionalSettings": "text",
"type": "STRING",
"displayOrder": 1,
"validationRules": "text",
"value": "text",
"selections": [
{
"value": "text",
"children": [
"[Circular Reference]"
]
}
],
"required": true
}
],
"internalNotes": [
{
"note": "text"
}
],
"testSubmission": true
}Last updated