GET TaskTypes?taskTypeId={taskTypeId}
Retrieves a task type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taskTypeId |
Id of the task type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the task type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | TaskType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"TaskTypeId": "ec6b88c6-dead-4891-9bb7-4612de5f19e6",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "fb4127cb-515c-40ab-979e-31e75bfa9879",
"Section": {
"TaskTypeSectionId": "d138a64f-c6e0-42dc-bc30-686d71325c80",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "6448a882-e0df-43f7-bf48-e6f101e3e1a2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "54ae46be-0795-4a11-b582-cb7e94b24488",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3e2c090d-8e9f-47fd-a2bd-71c9522f61a1",
"CreateDate": "2026-04-18T04:54:31.2486289-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-18T04:54:31.2486289-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b95c277b-5c12-4e0c-b483-7f849d2c990b",
"FieldId": "a6507465-5e8e-412f-b18a-a6d24d8b5b42",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b95c277b-5c12-4e0c-b483-7f849d2c990b",
"FieldId": "a6507465-5e8e-412f-b18a-a6d24d8b5b42",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 11",
"SourceSystemId": "sample string 12"
},
{
"TaskTypeFieldId": "fb4127cb-515c-40ab-979e-31e75bfa9879",
"Section": {
"TaskTypeSectionId": "d138a64f-c6e0-42dc-bc30-686d71325c80",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "6448a882-e0df-43f7-bf48-e6f101e3e1a2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "54ae46be-0795-4a11-b582-cb7e94b24488",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3e2c090d-8e9f-47fd-a2bd-71c9522f61a1",
"CreateDate": "2026-04-18T04:54:31.2486289-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-18T04:54:31.2486289-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b95c277b-5c12-4e0c-b483-7f849d2c990b",
"FieldId": "a6507465-5e8e-412f-b18a-a6d24d8b5b42",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b95c277b-5c12-4e0c-b483-7f849d2c990b",
"FieldId": "a6507465-5e8e-412f-b18a-a6d24d8b5b42",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 11",
"SourceSystemId": "sample string 12"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "cfd8ec7c-079b-4f42-845d-350164c308c9",
"CreateDate": "2026-04-18T04:54:31.2486289-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-18T04:54:31.2486289-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}