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": "10ccdb62-ae94-441a-9b44-2cb1c629d5a7",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "38419860-4236-48d8-a8c1-010f9fddc9d7",
"Section": {
"TaskTypeSectionId": "bcfd306e-d70a-42e3-86cb-c027f34b87ed",
"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": "53338133-c71a-40ca-a43c-1e49f03644ed",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9ba49768-3b09-44a0-b819-399b32982295",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "43a21fb4-eaec-41c0-8d0d-f1b2f1760f1b",
"CreateDate": "2025-12-17T04:25:45.4721027-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:25:45.4721027-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a58444e0-e71e-4f30-b5c1-0c18fb2b55c2",
"FieldId": "2c160043-9b89-4844-b7eb-e3755328a0ca",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a58444e0-e71e-4f30-b5c1-0c18fb2b55c2",
"FieldId": "2c160043-9b89-4844-b7eb-e3755328a0ca",
"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": "38419860-4236-48d8-a8c1-010f9fddc9d7",
"Section": {
"TaskTypeSectionId": "bcfd306e-d70a-42e3-86cb-c027f34b87ed",
"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": "53338133-c71a-40ca-a43c-1e49f03644ed",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9ba49768-3b09-44a0-b819-399b32982295",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "43a21fb4-eaec-41c0-8d0d-f1b2f1760f1b",
"CreateDate": "2025-12-17T04:25:45.4721027-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:25:45.4721027-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a58444e0-e71e-4f30-b5c1-0c18fb2b55c2",
"FieldId": "2c160043-9b89-4844-b7eb-e3755328a0ca",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a58444e0-e71e-4f30-b5c1-0c18fb2b55c2",
"FieldId": "2c160043-9b89-4844-b7eb-e3755328a0ca",
"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": "eda9fa63-8875-421d-9b69-601bf16caeb9",
"CreateDate": "2025-12-17T04:25:45.4721027-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:25:45.4721027-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}