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": "9a30154d-183f-4563-87c8-f310233a3abd",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "6e4f037d-a4b3-4d69-988f-0f8eb625ba1e",
"Section": {
"TaskTypeSectionId": "0526b2bf-0f58-4d8e-9dac-4be0c2c78a9e",
"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": "848cfde0-85af-4dcc-b83c-f56cbbf1373b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7ed34e79-3598-498c-bfcf-11e12fe144d4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "45256879-67f1-45cb-ab69-57fba7bdcb42",
"CreateDate": "2026-07-01T08:47:39.0516943-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-01T08:47:39.0516943-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "86b86b0e-f461-4a7c-b1b4-b182452c5832",
"FieldId": "ab53eef6-83e1-4f2b-a43d-13472bd51a62",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "86b86b0e-f461-4a7c-b1b4-b182452c5832",
"FieldId": "ab53eef6-83e1-4f2b-a43d-13472bd51a62",
"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": "6e4f037d-a4b3-4d69-988f-0f8eb625ba1e",
"Section": {
"TaskTypeSectionId": "0526b2bf-0f58-4d8e-9dac-4be0c2c78a9e",
"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": "848cfde0-85af-4dcc-b83c-f56cbbf1373b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7ed34e79-3598-498c-bfcf-11e12fe144d4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "45256879-67f1-45cb-ab69-57fba7bdcb42",
"CreateDate": "2026-07-01T08:47:39.0516943-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-01T08:47:39.0516943-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "86b86b0e-f461-4a7c-b1b4-b182452c5832",
"FieldId": "ab53eef6-83e1-4f2b-a43d-13472bd51a62",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "86b86b0e-f461-4a7c-b1b4-b182452c5832",
"FieldId": "ab53eef6-83e1-4f2b-a43d-13472bd51a62",
"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": "4e554a0e-5982-4fd7-96d2-5dde77cc68c8",
"CreateDate": "2026-07-01T08:47:39.0516943-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-01T08:47:39.0516943-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}