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": "d3c4b009-4f23-415b-82b0-e8fecd63ab70",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "7a2909ce-7b06-48c1-ab2d-411504091df8",
"Section": {
"TaskTypeSectionId": "17ebe06a-0af7-4f19-b48f-b3861cd698c9",
"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": "1bd39695-fb11-40ba-8dc7-d1335ec2508c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "515eefd7-c571-4c43-a948-69b32bf0420d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a061192d-f268-4590-b791-7f5934a44480",
"CreateDate": "2026-03-13T13:58:45.8514277-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-13T13:58:45.8514277-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fc497e9d-fbb5-423d-8958-051681c6272f",
"FieldId": "2fc44b10-03d2-428d-baf5-4651b49d306c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fc497e9d-fbb5-423d-8958-051681c6272f",
"FieldId": "2fc44b10-03d2-428d-baf5-4651b49d306c",
"FieldName": "sample string 1",
"FieldLabel": "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": "7a2909ce-7b06-48c1-ab2d-411504091df8",
"Section": {
"TaskTypeSectionId": "17ebe06a-0af7-4f19-b48f-b3861cd698c9",
"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": "1bd39695-fb11-40ba-8dc7-d1335ec2508c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "515eefd7-c571-4c43-a948-69b32bf0420d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a061192d-f268-4590-b791-7f5934a44480",
"CreateDate": "2026-03-13T13:58:45.8514277-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-13T13:58:45.8514277-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fc497e9d-fbb5-423d-8958-051681c6272f",
"FieldId": "2fc44b10-03d2-428d-baf5-4651b49d306c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fc497e9d-fbb5-423d-8958-051681c6272f",
"FieldId": "2fc44b10-03d2-428d-baf5-4651b49d306c",
"FieldName": "sample string 1",
"FieldLabel": "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": "2d0098cb-6444-49b5-a4ab-2191c37182ea",
"CreateDate": "2026-03-13T13:58:45.8514277-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-13T13:58:45.8514277-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}