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": "453d8162-6b2d-4391-8e65-1df1fdaa100c",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "e8e58861-5f29-4e41-975a-9f408c3413b4",
"Section": {
"TaskTypeSectionId": "b1116bfe-a3b7-4b4d-addd-b4c0b7217494",
"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": "0762d524-4510-4134-a0b6-4aaa4851a7a2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "39b5fe66-0271-493b-8d36-800ba986a287",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b3cd959a-88f9-409b-8b8d-7bac429884cb",
"CreateDate": "2026-04-02T16:39:20.6442613-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-02T16:39:20.6442613-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b2a74b08-5f44-49ea-9b85-9c7340e30a54",
"FieldId": "41c053f6-0c7e-446f-9c32-c53af1da87ac",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b2a74b08-5f44-49ea-9b85-9c7340e30a54",
"FieldId": "41c053f6-0c7e-446f-9c32-c53af1da87ac",
"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": "e8e58861-5f29-4e41-975a-9f408c3413b4",
"Section": {
"TaskTypeSectionId": "b1116bfe-a3b7-4b4d-addd-b4c0b7217494",
"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": "0762d524-4510-4134-a0b6-4aaa4851a7a2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "39b5fe66-0271-493b-8d36-800ba986a287",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b3cd959a-88f9-409b-8b8d-7bac429884cb",
"CreateDate": "2026-04-02T16:39:20.6442613-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-02T16:39:20.6442613-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b2a74b08-5f44-49ea-9b85-9c7340e30a54",
"FieldId": "41c053f6-0c7e-446f-9c32-c53af1da87ac",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b2a74b08-5f44-49ea-9b85-9c7340e30a54",
"FieldId": "41c053f6-0c7e-446f-9c32-c53af1da87ac",
"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": "ab32f5ce-18ae-473b-a89c-992a72ed62c5",
"CreateDate": "2026-04-02T16:39:20.6442613-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-02T16:39:20.6598814-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}