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": "577316f8-283c-4547-b998-d8401a926850",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "4de669e4-188e-477d-9103-09590a861a72",
"Section": {
"TaskTypeSectionId": "d2bd50fb-d292-4cd5-9c81-39a0518bceba",
"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": "82a0a195-d198-448f-b5bb-70ccf8dee2ee",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "40076d28-045c-49db-9abe-bb78460f13cd",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "399d4d0b-e1b0-4a82-9c2c-00944ba2fc5f",
"CreateDate": "2026-07-23T06:47:08.8373194-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-23T06:47:08.8373194-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ae4359e1-c936-495c-b597-13b009176801",
"FieldId": "cf6106ca-3034-47d5-8d68-767af68e5456",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ae4359e1-c936-495c-b597-13b009176801",
"FieldId": "cf6106ca-3034-47d5-8d68-767af68e5456",
"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": "4de669e4-188e-477d-9103-09590a861a72",
"Section": {
"TaskTypeSectionId": "d2bd50fb-d292-4cd5-9c81-39a0518bceba",
"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": "82a0a195-d198-448f-b5bb-70ccf8dee2ee",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "40076d28-045c-49db-9abe-bb78460f13cd",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "399d4d0b-e1b0-4a82-9c2c-00944ba2fc5f",
"CreateDate": "2026-07-23T06:47:08.8373194-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-23T06:47:08.8373194-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ae4359e1-c936-495c-b597-13b009176801",
"FieldId": "cf6106ca-3034-47d5-8d68-767af68e5456",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ae4359e1-c936-495c-b597-13b009176801",
"FieldId": "cf6106ca-3034-47d5-8d68-767af68e5456",
"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": "b86d2172-d902-4c8b-963b-bd57b5482094",
"CreateDate": "2026-07-23T06:47:08.8373194-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-23T06:47:08.8373194-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}