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": "03837506-ba96-4685-9901-6f887e25681f",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "f11dc9ea-8120-4474-9a7a-389ef5d455da",
"Section": {
"TaskTypeSectionId": "a5758645-b8fb-40aa-86b6-07b4f4a92730",
"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": "a9092bb1-f9ee-41de-869d-77b99b72a5c9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "188a319e-fecd-47b9-ae00-d1104fcc92f1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "51b7ded1-79d1-4313-9492-cd953d938fb1",
"CreateDate": "2026-03-01T02:04:51.5539772-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-01T02:04:51.5539772-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fb757f3b-5bd9-4f1c-864e-f3992d63cb38",
"FieldId": "27a3d9b4-77fd-4acd-baf5-506ded442c09",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fb757f3b-5bd9-4f1c-864e-f3992d63cb38",
"FieldId": "27a3d9b4-77fd-4acd-baf5-506ded442c09",
"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": "f11dc9ea-8120-4474-9a7a-389ef5d455da",
"Section": {
"TaskTypeSectionId": "a5758645-b8fb-40aa-86b6-07b4f4a92730",
"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": "a9092bb1-f9ee-41de-869d-77b99b72a5c9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "188a319e-fecd-47b9-ae00-d1104fcc92f1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "51b7ded1-79d1-4313-9492-cd953d938fb1",
"CreateDate": "2026-03-01T02:04:51.5539772-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-01T02:04:51.5539772-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fb757f3b-5bd9-4f1c-864e-f3992d63cb38",
"FieldId": "27a3d9b4-77fd-4acd-baf5-506ded442c09",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fb757f3b-5bd9-4f1c-864e-f3992d63cb38",
"FieldId": "27a3d9b4-77fd-4acd-baf5-506ded442c09",
"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": "d49f88a1-4461-4c40-914c-197b8d5a9354",
"CreateDate": "2026-03-01T02:04:51.5539772-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-01T02:04:51.5539772-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}