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": "84370732-8a08-43e1-a13c-83f838f5f0c0",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "4b5c3c51-0380-4e4c-a3b0-67a214088f5d",
"Section": {
"TaskTypeSectionId": "eb5af5dc-1fe8-43be-a4d4-7a188e8fbae3",
"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": "0ac1e264-2048-4df7-abd9-824a0f1ebacb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "065ceb31-4a7f-4135-9088-7d2f3eeaf883",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "472489f6-5519-4fb2-8a4d-af3fbcd04c02",
"CreateDate": "2026-01-26T00:00:31.1222042-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-26T00:00:31.1222042-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2c1bef99-a6c9-45a9-9004-3d97fb25d6e9",
"FieldId": "c8c99eaf-9698-4342-88b4-aadfc10bf146",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2c1bef99-a6c9-45a9-9004-3d97fb25d6e9",
"FieldId": "c8c99eaf-9698-4342-88b4-aadfc10bf146",
"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": "4b5c3c51-0380-4e4c-a3b0-67a214088f5d",
"Section": {
"TaskTypeSectionId": "eb5af5dc-1fe8-43be-a4d4-7a188e8fbae3",
"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": "0ac1e264-2048-4df7-abd9-824a0f1ebacb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "065ceb31-4a7f-4135-9088-7d2f3eeaf883",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "472489f6-5519-4fb2-8a4d-af3fbcd04c02",
"CreateDate": "2026-01-26T00:00:31.1222042-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-26T00:00:31.1222042-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2c1bef99-a6c9-45a9-9004-3d97fb25d6e9",
"FieldId": "c8c99eaf-9698-4342-88b4-aadfc10bf146",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2c1bef99-a6c9-45a9-9004-3d97fb25d6e9",
"FieldId": "c8c99eaf-9698-4342-88b4-aadfc10bf146",
"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": "22848899-5ae3-4671-95cd-1ca4561bc8cb",
"CreateDate": "2026-01-26T00:00:31.1222042-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-26T00:00:31.1222042-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}