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": "27efb1ae-63a2-41f9-b19d-1ba7f9c5a7fd",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "6e128a87-7c01-4d24-ab96-5044fe35beba",
"Section": {
"TaskTypeSectionId": "7deeb0d9-89e4-473d-9b0b-8aecbe9a38da",
"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": "834e6ac5-c0e4-49e8-9c0a-9dea52b83022",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "efddc016-4159-4189-9b9a-22c05c21d70c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "09b41277-72af-4ef3-a454-18a6798c2da8",
"CreateDate": "2026-06-17T17:23:38.4189119-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-17T17:23:38.4189119-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8257cdb1-7c0d-4f35-bbd5-e0c6e3b2370b",
"FieldId": "72cd9c56-c084-41b2-88ba-cdbe4c14371c",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8257cdb1-7c0d-4f35-bbd5-e0c6e3b2370b",
"FieldId": "72cd9c56-c084-41b2-88ba-cdbe4c14371c",
"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": "6e128a87-7c01-4d24-ab96-5044fe35beba",
"Section": {
"TaskTypeSectionId": "7deeb0d9-89e4-473d-9b0b-8aecbe9a38da",
"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": "834e6ac5-c0e4-49e8-9c0a-9dea52b83022",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "efddc016-4159-4189-9b9a-22c05c21d70c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "09b41277-72af-4ef3-a454-18a6798c2da8",
"CreateDate": "2026-06-17T17:23:38.4189119-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-17T17:23:38.4189119-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8257cdb1-7c0d-4f35-bbd5-e0c6e3b2370b",
"FieldId": "72cd9c56-c084-41b2-88ba-cdbe4c14371c",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8257cdb1-7c0d-4f35-bbd5-e0c6e3b2370b",
"FieldId": "72cd9c56-c084-41b2-88ba-cdbe4c14371c",
"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": "e1d3bb29-256a-41a9-b391-bb7abf471d10",
"CreateDate": "2026-06-17T17:23:38.4189119-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T17:23:38.4189119-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}