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": "e702bdb6-663d-418f-a335-cd7354480447",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "5d28eccf-bf7e-4478-b33e-25424598d302",
"Section": {
"TaskTypeSectionId": "22785785-9c01-490a-aa2d-05e4cf406d0d",
"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": "ea5cd1fd-6ed0-4d0a-91dc-409cd5359636",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "8fcf11f7-d819-4316-997c-9d163aad20ee",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "de87ee40-8705-4617-9ecd-45a8b1d75b43",
"CreateDate": "2026-09-26T13:57:01.4277346-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-26T13:57:01.4277346-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4ea508bf-9441-45c4-8778-c4f34e9085da",
"FieldId": "4a35336a-bf05-49bc-841c-36cecf4902f7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4ea508bf-9441-45c4-8778-c4f34e9085da",
"FieldId": "4a35336a-bf05-49bc-841c-36cecf4902f7",
"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": "5d28eccf-bf7e-4478-b33e-25424598d302",
"Section": {
"TaskTypeSectionId": "22785785-9c01-490a-aa2d-05e4cf406d0d",
"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": "ea5cd1fd-6ed0-4d0a-91dc-409cd5359636",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "8fcf11f7-d819-4316-997c-9d163aad20ee",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "de87ee40-8705-4617-9ecd-45a8b1d75b43",
"CreateDate": "2026-09-26T13:57:01.4277346-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-26T13:57:01.4277346-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4ea508bf-9441-45c4-8778-c4f34e9085da",
"FieldId": "4a35336a-bf05-49bc-841c-36cecf4902f7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4ea508bf-9441-45c4-8778-c4f34e9085da",
"FieldId": "4a35336a-bf05-49bc-841c-36cecf4902f7",
"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": "c1bab0b0-8e86-4b92-b421-94680bcebe46",
"CreateDate": "2026-09-26T13:57:01.4277346-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-26T13:57:01.4277346-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}