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": "9a2f1826-aee8-4ccb-b208-4015640b0708",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "c8418b5e-350e-44dc-8951-45f418f1da69",
"Section": {
"TaskTypeSectionId": "46cecdb1-1d83-4e28-b8c1-1ae469c25193",
"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": "abb42927-309f-4340-a8f3-04a01c3493fb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2f409f82-c72d-4424-a646-ea0faea7c616",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f0c9d578-ff5e-4dad-af04-1cbfa74608d7",
"CreateDate": "2026-03-24T07:55:45.6837116-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:55:45.6837116-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "79b4a632-a571-42b2-966a-35740418b07a",
"FieldId": "10c2f822-70a4-46b3-bc3a-9070cbdca244",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "79b4a632-a571-42b2-966a-35740418b07a",
"FieldId": "10c2f822-70a4-46b3-bc3a-9070cbdca244",
"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": "c8418b5e-350e-44dc-8951-45f418f1da69",
"Section": {
"TaskTypeSectionId": "46cecdb1-1d83-4e28-b8c1-1ae469c25193",
"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": "abb42927-309f-4340-a8f3-04a01c3493fb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2f409f82-c72d-4424-a646-ea0faea7c616",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f0c9d578-ff5e-4dad-af04-1cbfa74608d7",
"CreateDate": "2026-03-24T07:55:45.6837116-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:55:45.6837116-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "79b4a632-a571-42b2-966a-35740418b07a",
"FieldId": "10c2f822-70a4-46b3-bc3a-9070cbdca244",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "79b4a632-a571-42b2-966a-35740418b07a",
"FieldId": "10c2f822-70a4-46b3-bc3a-9070cbdca244",
"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": "ff697735-c5a3-472b-bf42-fd0f0a1347c8",
"CreateDate": "2026-03-24T07:55:45.6837116-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:55:45.6837116-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}