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": "4a4c3728-feb2-44fd-8e8c-e5a17645d29d",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "f86bf607-c21b-4142-a358-cc4ed5d3f2f7",
"Section": {
"TaskTypeSectionId": "fb2682ca-41bf-4dc4-99d3-03f8961fd868",
"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": "dddb8d01-e3de-4201-a776-08d3392f3d1b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5f79d4e5-fa4a-482f-94cb-28d268f019f6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a1282d2c-be91-47de-a108-21d574a933fa",
"CreateDate": "2026-06-30T11:44:03.4529476-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-30T11:44:03.4529476-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "855c507d-3223-4b4a-8db2-1374d74863c9",
"FieldId": "1d457734-6083-422b-aa6d-817dff653b9b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "855c507d-3223-4b4a-8db2-1374d74863c9",
"FieldId": "1d457734-6083-422b-aa6d-817dff653b9b",
"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": "f86bf607-c21b-4142-a358-cc4ed5d3f2f7",
"Section": {
"TaskTypeSectionId": "fb2682ca-41bf-4dc4-99d3-03f8961fd868",
"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": "dddb8d01-e3de-4201-a776-08d3392f3d1b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5f79d4e5-fa4a-482f-94cb-28d268f019f6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a1282d2c-be91-47de-a108-21d574a933fa",
"CreateDate": "2026-06-30T11:44:03.4529476-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-30T11:44:03.4529476-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "855c507d-3223-4b4a-8db2-1374d74863c9",
"FieldId": "1d457734-6083-422b-aa6d-817dff653b9b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "855c507d-3223-4b4a-8db2-1374d74863c9",
"FieldId": "1d457734-6083-422b-aa6d-817dff653b9b",
"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": "8b7ff632-c3af-479b-aa85-9551aba6eb33",
"CreateDate": "2026-06-30T11:44:03.4529476-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-30T11:44:03.4529476-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}