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": "d8ae045a-67bd-4fe5-a17e-237cbedd1340",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "c491518d-9bbf-4c6c-b8e1-a133519458b7",
"Section": {
"TaskTypeSectionId": "f6e48ae9-c1a9-4871-bf50-bf942dec9f66",
"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": "6e9b92ae-ddfb-42ce-ad70-47482de21c4c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c5f16421-cbdd-4232-a99c-80959f138c5e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "84297eb7-68f2-480c-8364-820a9da6f185",
"CreateDate": "2026-08-11T22:22:57.5267979-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-11T22:22:57.5267979-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fa0f7390-a2e4-49f2-ac3b-73a3805ba4d4",
"FieldId": "c23d6cac-8d38-4dd2-9b7e-f608515f688e",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fa0f7390-a2e4-49f2-ac3b-73a3805ba4d4",
"FieldId": "c23d6cac-8d38-4dd2-9b7e-f608515f688e",
"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": "c491518d-9bbf-4c6c-b8e1-a133519458b7",
"Section": {
"TaskTypeSectionId": "f6e48ae9-c1a9-4871-bf50-bf942dec9f66",
"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": "6e9b92ae-ddfb-42ce-ad70-47482de21c4c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c5f16421-cbdd-4232-a99c-80959f138c5e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "84297eb7-68f2-480c-8364-820a9da6f185",
"CreateDate": "2026-08-11T22:22:57.5267979-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-11T22:22:57.5267979-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fa0f7390-a2e4-49f2-ac3b-73a3805ba4d4",
"FieldId": "c23d6cac-8d38-4dd2-9b7e-f608515f688e",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fa0f7390-a2e4-49f2-ac3b-73a3805ba4d4",
"FieldId": "c23d6cac-8d38-4dd2-9b7e-f608515f688e",
"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": "817eb906-44e3-458d-bdab-803f4ae8e0d9",
"CreateDate": "2026-08-11T22:22:57.5267979-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-11T22:22:57.5267979-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}