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": "63a88d25-2d71-451f-9a46-6c6b08e326ca",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "759db4c5-d633-4f99-b1dc-134cf43de575",
"Section": {
"TaskTypeSectionId": "f5159b51-d8b8-45ea-baf1-3b21c62ee379",
"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": "a1c4aa6e-d09f-4da8-b0b6-eb28358c824f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "8c4da279-2e82-4fae-851d-9c063f0a7921",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b2832b18-c769-4d50-807b-0c99c372e167",
"CreateDate": "2026-03-30T16:46:51.9256351-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-30T16:46:51.9256351-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fa4c738e-f892-4196-8f83-c932b1d9c28d",
"FieldId": "debec11e-ca01-4998-bbe1-a8f4543f0172",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fa4c738e-f892-4196-8f83-c932b1d9c28d",
"FieldId": "debec11e-ca01-4998-bbe1-a8f4543f0172",
"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": "759db4c5-d633-4f99-b1dc-134cf43de575",
"Section": {
"TaskTypeSectionId": "f5159b51-d8b8-45ea-baf1-3b21c62ee379",
"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": "a1c4aa6e-d09f-4da8-b0b6-eb28358c824f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "8c4da279-2e82-4fae-851d-9c063f0a7921",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b2832b18-c769-4d50-807b-0c99c372e167",
"CreateDate": "2026-03-30T16:46:51.9256351-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-30T16:46:51.9256351-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fa4c738e-f892-4196-8f83-c932b1d9c28d",
"FieldId": "debec11e-ca01-4998-bbe1-a8f4543f0172",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fa4c738e-f892-4196-8f83-c932b1d9c28d",
"FieldId": "debec11e-ca01-4998-bbe1-a8f4543f0172",
"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": "a541c455-6301-4513-8872-2ca4edc2161b",
"CreateDate": "2026-03-30T16:46:51.9256351-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-30T16:46:51.9256351-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}