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": "485d3518-8117-4e91-bc3e-5bb8ea064618",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "30712dc3-80dc-4d67-867e-35b4acb986ed",
"Section": {
"TaskTypeSectionId": "2e9f616e-37a8-4c51-943d-19c32e2e10a1",
"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": "61ed0655-fbef-4746-80a5-65ab2ecf68a1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c00d98a0-3134-44e0-af4f-141d35cdc036",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8de57135-4bcb-4fb9-9380-dc951ef7f3f5",
"CreateDate": "2026-05-12T17:05:10.1559896-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-12T17:05:10.1559896-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "363293f8-ed99-41ff-bdaf-1b9d41ffb65c",
"FieldId": "1e75b354-47c7-4a71-b0dc-a8eb47571086",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "363293f8-ed99-41ff-bdaf-1b9d41ffb65c",
"FieldId": "1e75b354-47c7-4a71-b0dc-a8eb47571086",
"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": "30712dc3-80dc-4d67-867e-35b4acb986ed",
"Section": {
"TaskTypeSectionId": "2e9f616e-37a8-4c51-943d-19c32e2e10a1",
"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": "61ed0655-fbef-4746-80a5-65ab2ecf68a1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c00d98a0-3134-44e0-af4f-141d35cdc036",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8de57135-4bcb-4fb9-9380-dc951ef7f3f5",
"CreateDate": "2026-05-12T17:05:10.1559896-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-12T17:05:10.1559896-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "363293f8-ed99-41ff-bdaf-1b9d41ffb65c",
"FieldId": "1e75b354-47c7-4a71-b0dc-a8eb47571086",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "363293f8-ed99-41ff-bdaf-1b9d41ffb65c",
"FieldId": "1e75b354-47c7-4a71-b0dc-a8eb47571086",
"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": "86fa0bb1-ee16-4e41-bdf5-b00a363426a2",
"CreateDate": "2026-05-12T17:05:10.1559896-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-12T17:05:10.1559896-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}