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": "226e4334-b818-44ba-8d66-ac33acddcb17",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "2970a033-83af-4433-bd29-0409141b98a0",
"Section": {
"TaskTypeSectionId": "b5337b11-c2b4-41dd-ae62-a94bf8207906",
"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": "fef292fa-1802-4d49-b5a2-efe0cba01428",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5ad1f840-d38c-4bc0-a6b3-79324728de2f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9c606bca-aae7-4968-883b-bf18fabfdce6",
"CreateDate": "2026-04-16T19:42:17.6858036-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-16T19:42:17.6858036-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c206df6b-4678-4806-ae5a-240f212f198c",
"FieldId": "a3b49b24-084e-4922-bd15-9837f1a02b5f",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c206df6b-4678-4806-ae5a-240f212f198c",
"FieldId": "a3b49b24-084e-4922-bd15-9837f1a02b5f",
"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": "2970a033-83af-4433-bd29-0409141b98a0",
"Section": {
"TaskTypeSectionId": "b5337b11-c2b4-41dd-ae62-a94bf8207906",
"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": "fef292fa-1802-4d49-b5a2-efe0cba01428",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5ad1f840-d38c-4bc0-a6b3-79324728de2f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9c606bca-aae7-4968-883b-bf18fabfdce6",
"CreateDate": "2026-04-16T19:42:17.6858036-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-16T19:42:17.6858036-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c206df6b-4678-4806-ae5a-240f212f198c",
"FieldId": "a3b49b24-084e-4922-bd15-9837f1a02b5f",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c206df6b-4678-4806-ae5a-240f212f198c",
"FieldId": "a3b49b24-084e-4922-bd15-9837f1a02b5f",
"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": "e6e8412a-f821-4d0c-9434-c598c6517745",
"CreateDate": "2026-04-16T19:42:17.6858036-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-16T19:42:17.6858036-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}