URL
GET https://{api-url}/api/v2/tenants/{tenantId}/tasks/customForm
Sample URLs
https://{api-url}/api/v2/tenants/client_8/tasks/customForm
https://{api-url}/api/v2/tenants/msp_6/tasks/customForm
Learn how to create a custom form.
Status code
200 OK
Note
Identify if the field is either a custom default field: customField: false/true.
- customField: True indicates the field is a custom field
- customField: False indicates the field is a default field
Sample response
[{
"id": "113",
"classCode": "TASK",
"displayLabel": "Project",
"name": "project",
"fieldType": "TYPE_DROPDOWN",
"mandatory": false,
"editable": true,
"description": "",
"defaultValue": "",
"customField": false
},
{
"id": "114",
"classCode": "TASK",
"displayLabel": "Subject",
"name": "subject",
"fieldType": "TYPE_TEXT",
"mandatory": true,
"editable": true,
"description": "",
"defaultValue": "",
"customField": false
},
{
"id": "115",
"classCode": "TASK",
"displayLabel": "Description",
"name": "impact",
"fieldType": "TYPE_TEXTAREA",
"mandatory": true,
"editable": true,
"description": "",
"defaultValue": "",
"customField": false
},
{
"id": "116",
"classCode": "TASK",
"displayLabel": "Requested by",
"name": "requester",
"fieldType": "TYPE_PICKLIST",
"mandatory": false,
"editable": true,
"description": "",
"defaultValue": "",
"customField": false
},
{
"id": "120",
"classCode": "TASK",
"displayLabel": "Priority",
"name": "priority",
"fieldType": "TYPE_DROPDOWN",
"mandatory": false,
"editable": true,
"description": "",
"defaultValue": "",
"customField": false
},
{
"id": "117",
"classCode": "TASK",
"displayLabel": "Assignee Group",
"name": "assigneeGroup",
"fieldType": "TYPE_PICKLIST",
"mandatory": false,
"editable": true,
"description": "",
"defaultValue": "",
"customField": false
},
{
"id": "118",
"classCode": "TASK",
"displayLabel": "Assign To",
"name": "assignedTo",
"fieldType": "TYPE_PICKLIST",
"mandatory": false,
"editable": true,
"description": "",
"defaultValue": "",
"customField": false
},
{
"id": "119",
"classCode": "TASK",
"displayLabel": "Resources",
"name": "devices",
"fieldType": "TYPE_PICKLIST",
"mandatory": false,
"editable": true,
"description": "",
"defaultValue": "",
"customField": false
},
{
"id": "UDF0000000020",
"classCode": "TASK",
"displayLabel": "Task_Info",
"name": "task_info_20",
"fieldType": "TYPE_NUMBER",
"mandatory": false,
"editable": true,
"description": "",
"defaultValue": "",
"customField": true
},
{
"id": "121",
"classCode": "TASK",
"displayLabel": "Start Date",
"name": "startDate",
"fieldType": "TYPE_DATETIME",
"mandatory": true,
"editable": true,
"description": "",
"defaultValue": "",
"customField": false
},
{
"id": "122",
"classCode": "TASK",
"displayLabel": "Due Date",
"name": "dueDate",
"fieldType": "TYPE_DATETIME",
"mandatory": true,
"editable": true,
"description": "",
"defaultValue": "",
"customField": false
},
{
"id": "123",
"classCode": "TASK",
"displayLabel": "Estimated Hours",
"name": "estimatedHours",
"fieldType": "TYPE_TEXT",
"mandatory": true,
"editable": true,
"description": "",
"defaultValue": "",
"customField": false
},
{
"id": "124",
"classCode": "TASK",
"displayLabel": "Cc",
"name": "cc",
"fieldType": "TYPE_TEXT",
"mandatory": false,
"editable": true,
"description": "",
"defaultValue": "",
"customField": false
}
]