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": "d312a3db-f3ad-45dd-b41f-b228e30505ab",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "2523ccce-d22c-4d0b-8ffe-926ed5544b0e",
"Section": {
"TaskTypeSectionId": "4e90e88d-8930-46e8-8f01-f01ec183982d",
"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": "ef172df9-57b5-4ecd-86b5-04c3935bbe65",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9d59573b-1794-46ae-9d8b-e6c7e2a30939",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "780f78ce-e29f-4fa1-9069-7f01761eb3ac",
"CreateDate": "2026-08-12T11:13:59.6566738-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-12T11:13:59.6566738-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "af8a00a9-0089-4a8c-96c8-f26552214dd8",
"FieldId": "a172a0c2-7659-41c6-9411-9caf71232b78",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "af8a00a9-0089-4a8c-96c8-f26552214dd8",
"FieldId": "a172a0c2-7659-41c6-9411-9caf71232b78",
"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": "2523ccce-d22c-4d0b-8ffe-926ed5544b0e",
"Section": {
"TaskTypeSectionId": "4e90e88d-8930-46e8-8f01-f01ec183982d",
"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": "ef172df9-57b5-4ecd-86b5-04c3935bbe65",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9d59573b-1794-46ae-9d8b-e6c7e2a30939",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "780f78ce-e29f-4fa1-9069-7f01761eb3ac",
"CreateDate": "2026-08-12T11:13:59.6566738-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-12T11:13:59.6566738-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "af8a00a9-0089-4a8c-96c8-f26552214dd8",
"FieldId": "a172a0c2-7659-41c6-9411-9caf71232b78",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "af8a00a9-0089-4a8c-96c8-f26552214dd8",
"FieldId": "a172a0c2-7659-41c6-9411-9caf71232b78",
"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": "3ba5d295-fa12-4a75-8546-caf9b39eed87",
"CreateDate": "2026-08-12T11:13:59.6566738-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-12T11:13:59.6566738-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}