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": "e73538f1-9a43-40a4-8b23-6464455ad324",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "9c01ce79-7f76-4f1d-abe5-4e4c6165152f",
"Section": {
"TaskTypeSectionId": "cc314743-482a-4ddc-bfca-99add707a4e7",
"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": "5934d016-7ea1-49f1-a2ef-a9cb4ea2e1ce",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c5caaeee-6ced-4116-9e8d-beb070d2b3de",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "51fd0a5c-2706-4d22-a49d-eabdcd17bd35",
"CreateDate": "2026-06-27T03:08:56.4159999-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T03:08:56.4159999-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e4422684-44dc-46ae-a821-0e03b942cc35",
"FieldId": "516b2ad5-6c32-42d8-9cb0-3e8a7e00adbf",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e4422684-44dc-46ae-a821-0e03b942cc35",
"FieldId": "516b2ad5-6c32-42d8-9cb0-3e8a7e00adbf",
"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": "9c01ce79-7f76-4f1d-abe5-4e4c6165152f",
"Section": {
"TaskTypeSectionId": "cc314743-482a-4ddc-bfca-99add707a4e7",
"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": "5934d016-7ea1-49f1-a2ef-a9cb4ea2e1ce",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c5caaeee-6ced-4116-9e8d-beb070d2b3de",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "51fd0a5c-2706-4d22-a49d-eabdcd17bd35",
"CreateDate": "2026-06-27T03:08:56.4159999-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T03:08:56.4159999-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e4422684-44dc-46ae-a821-0e03b942cc35",
"FieldId": "516b2ad5-6c32-42d8-9cb0-3e8a7e00adbf",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e4422684-44dc-46ae-a821-0e03b942cc35",
"FieldId": "516b2ad5-6c32-42d8-9cb0-3e8a7e00adbf",
"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": "3ac590b4-dc0e-4e8a-82ce-f42bb2cd8934",
"CreateDate": "2026-06-27T03:08:56.4317295-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T03:08:56.4317295-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}