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": "f067c94b-b44e-45ed-9f49-5f130208736b",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "a7f56b1e-364b-4536-8d86-801ef4412ee1",
"Section": {
"TaskTypeSectionId": "928e9959-ede0-4f35-bbc8-373399fa5efd",
"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": "79a81c3b-5f57-41ad-964f-86be8f1c2727",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9dbbc13f-ad68-49f8-b2ed-3e6e2f8a405e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1ead9e60-928d-492f-9436-26598db0cbf4",
"CreateDate": "2025-11-26T22:20:00.6260013-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-26T22:20:00.6260013-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cb187bfd-d419-431a-a191-002380b3f0d1",
"FieldId": "08317b98-abdf-4029-829f-6457b1a8d13b",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cb187bfd-d419-431a-a191-002380b3f0d1",
"FieldId": "08317b98-abdf-4029-829f-6457b1a8d13b",
"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": "a7f56b1e-364b-4536-8d86-801ef4412ee1",
"Section": {
"TaskTypeSectionId": "928e9959-ede0-4f35-bbc8-373399fa5efd",
"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": "79a81c3b-5f57-41ad-964f-86be8f1c2727",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9dbbc13f-ad68-49f8-b2ed-3e6e2f8a405e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1ead9e60-928d-492f-9436-26598db0cbf4",
"CreateDate": "2025-11-26T22:20:00.6260013-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-26T22:20:00.6260013-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cb187bfd-d419-431a-a191-002380b3f0d1",
"FieldId": "08317b98-abdf-4029-829f-6457b1a8d13b",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cb187bfd-d419-431a-a191-002380b3f0d1",
"FieldId": "08317b98-abdf-4029-829f-6457b1a8d13b",
"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": "2218ea9f-8301-4687-b074-180c68f9a798",
"CreateDate": "2025-11-26T22:20:00.6260013-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-26T22:20:00.6260013-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}