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": "2ea0197c-bb7b-487b-b8c9-7906089dbbdf",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "7d046704-89f1-4e41-813d-12f7e96cade5",
"Section": {
"TaskTypeSectionId": "fcafa4dc-cbb7-4890-bd20-8bc66dab80bf",
"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": "308aa896-4a8b-4a7a-a14b-c0aa52e872fb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f87a0484-0f58-48ac-a944-fabe7f1a646a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c3a5c764-583b-4913-ba3f-f356a2e66b3d",
"CreateDate": "2026-01-27T02:31:42.8121516-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-27T02:31:42.8121516-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f31a3468-7bf7-4150-ad27-74e7853cf56a",
"FieldId": "9c3e415b-db85-40c4-ae96-8b5a8b79ad58",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f31a3468-7bf7-4150-ad27-74e7853cf56a",
"FieldId": "9c3e415b-db85-40c4-ae96-8b5a8b79ad58",
"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": "7d046704-89f1-4e41-813d-12f7e96cade5",
"Section": {
"TaskTypeSectionId": "fcafa4dc-cbb7-4890-bd20-8bc66dab80bf",
"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": "308aa896-4a8b-4a7a-a14b-c0aa52e872fb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f87a0484-0f58-48ac-a944-fabe7f1a646a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c3a5c764-583b-4913-ba3f-f356a2e66b3d",
"CreateDate": "2026-01-27T02:31:42.8121516-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-27T02:31:42.8121516-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f31a3468-7bf7-4150-ad27-74e7853cf56a",
"FieldId": "9c3e415b-db85-40c4-ae96-8b5a8b79ad58",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f31a3468-7bf7-4150-ad27-74e7853cf56a",
"FieldId": "9c3e415b-db85-40c4-ae96-8b5a8b79ad58",
"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": "37a0823a-8522-4f84-b855-3635b697dcc4",
"CreateDate": "2026-01-27T02:31:42.8121516-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-27T02:31:42.8121516-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}