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": "2dc38577-7d36-4455-b6d0-9abe73bebfdd",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "7de728c3-042e-429f-a555-5809bccde3bc",
"Section": {
"TaskTypeSectionId": "ea4df07b-39da-4723-a8ba-7d138b10fde5",
"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": "67df787a-7929-4668-b321-2f7662a37e06",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "8c82433b-6249-4db3-a585-a814bfe7b2d8",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "189a9220-52cb-48fb-b4ef-8ed8a7c907de",
"CreateDate": "2026-07-27T00:37:50.5956317-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:37:50.5956317-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d7ad2792-d6fd-442b-8db5-595be7f47790",
"FieldId": "430c79f9-1a30-4475-8f3c-05af6b1096bf",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d7ad2792-d6fd-442b-8db5-595be7f47790",
"FieldId": "430c79f9-1a30-4475-8f3c-05af6b1096bf",
"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": "7de728c3-042e-429f-a555-5809bccde3bc",
"Section": {
"TaskTypeSectionId": "ea4df07b-39da-4723-a8ba-7d138b10fde5",
"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": "67df787a-7929-4668-b321-2f7662a37e06",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "8c82433b-6249-4db3-a585-a814bfe7b2d8",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "189a9220-52cb-48fb-b4ef-8ed8a7c907de",
"CreateDate": "2026-07-27T00:37:50.5956317-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:37:50.5956317-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d7ad2792-d6fd-442b-8db5-595be7f47790",
"FieldId": "430c79f9-1a30-4475-8f3c-05af6b1096bf",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d7ad2792-d6fd-442b-8db5-595be7f47790",
"FieldId": "430c79f9-1a30-4475-8f3c-05af6b1096bf",
"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": "a5f2b6e6-eca8-4101-b36d-daf7f4fee7fa",
"CreateDate": "2026-07-27T00:37:50.5956317-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:37:50.5956317-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}