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": "848ff7f9-68fe-4753-b05a-54a6b75fb91e",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "fd3eb6fc-98d5-4e6c-90e8-1cd7712a4e66",
"Section": {
"TaskTypeSectionId": "b9be2e1f-662c-471e-a74a-af2d4ec560de",
"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": "3be8563c-c6a7-4289-ac2f-ee32ff93ee8b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9f1887ce-7a8a-4c80-812f-ac083b49713f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "389dd4a5-cf38-42cb-8215-d87783df8129",
"CreateDate": "2026-04-30T19:23:00.2101605-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T19:23:00.2101605-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0d1b67ea-0dbe-4ddc-bb57-7b972d19c706",
"FieldId": "36712eaf-0d1d-4f11-9524-5e315e119da5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0d1b67ea-0dbe-4ddc-bb57-7b972d19c706",
"FieldId": "36712eaf-0d1d-4f11-9524-5e315e119da5",
"FieldName": "sample string 1",
"FieldLabel": "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": "fd3eb6fc-98d5-4e6c-90e8-1cd7712a4e66",
"Section": {
"TaskTypeSectionId": "b9be2e1f-662c-471e-a74a-af2d4ec560de",
"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": "3be8563c-c6a7-4289-ac2f-ee32ff93ee8b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9f1887ce-7a8a-4c80-812f-ac083b49713f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "389dd4a5-cf38-42cb-8215-d87783df8129",
"CreateDate": "2026-04-30T19:23:00.2101605-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T19:23:00.2101605-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0d1b67ea-0dbe-4ddc-bb57-7b972d19c706",
"FieldId": "36712eaf-0d1d-4f11-9524-5e315e119da5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0d1b67ea-0dbe-4ddc-bb57-7b972d19c706",
"FieldId": "36712eaf-0d1d-4f11-9524-5e315e119da5",
"FieldName": "sample string 1",
"FieldLabel": "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": "9fd9004e-daa3-43c0-8351-e7c99c32bad0",
"CreateDate": "2026-04-30T19:23:00.2101605-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T19:23:00.2101605-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}