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": "333c857d-3282-4cac-a4ed-da4bcc812f9c",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "04ba34fa-8af8-4499-a679-a63d7fc60e6f",
"Section": {
"TaskTypeSectionId": "748e7046-29f9-4549-91f0-251eb6f25f4e",
"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": "1d87e10f-bc44-438c-bf67-8a9b722bdd8b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3c87290e-11f0-4bd7-8fa5-34ea74f5d559",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c07a041e-c9a8-499f-86c7-71b05b4cc31c",
"CreateDate": "2026-06-25T14:24:55.4609348-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-25T14:24:55.4609348-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "363f0d50-aeb9-4dc0-89f4-ac115084bf45",
"FieldId": "8f6645c0-60d4-48e4-842b-97304816fdbc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "363f0d50-aeb9-4dc0-89f4-ac115084bf45",
"FieldId": "8f6645c0-60d4-48e4-842b-97304816fdbc",
"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": "04ba34fa-8af8-4499-a679-a63d7fc60e6f",
"Section": {
"TaskTypeSectionId": "748e7046-29f9-4549-91f0-251eb6f25f4e",
"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": "1d87e10f-bc44-438c-bf67-8a9b722bdd8b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3c87290e-11f0-4bd7-8fa5-34ea74f5d559",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c07a041e-c9a8-499f-86c7-71b05b4cc31c",
"CreateDate": "2026-06-25T14:24:55.4609348-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-25T14:24:55.4609348-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "363f0d50-aeb9-4dc0-89f4-ac115084bf45",
"FieldId": "8f6645c0-60d4-48e4-842b-97304816fdbc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "363f0d50-aeb9-4dc0-89f4-ac115084bf45",
"FieldId": "8f6645c0-60d4-48e4-842b-97304816fdbc",
"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": "d4ed3279-d23a-4d03-9fad-de2bf9f57841",
"CreateDate": "2026-06-25T14:24:55.4609348-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-25T14:24:55.4609348-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}