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": "53ff421d-0b2d-4f8a-9f39-20a8dc558ab8",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "1f356327-4bf6-4833-ac2c-ff283df2c050",
"Section": {
"TaskTypeSectionId": "b2a47261-2a52-4703-8116-0c61da1bf790",
"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": "b4b847f4-a682-44a6-b78c-04686dca53d6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "acd4a562-c6a0-4f85-b6b1-0bd9180fe57b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b0cdbab8-49a4-487f-b568-518bbc6f301f",
"CreateDate": "2026-05-20T22:10:55.1967554-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-20T22:10:55.1967554-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e281d5bd-ce34-4ce6-9336-4a7cc7650876",
"FieldId": "06353c02-9d99-4ba2-bdde-7fc5e37574de",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e281d5bd-ce34-4ce6-9336-4a7cc7650876",
"FieldId": "06353c02-9d99-4ba2-bdde-7fc5e37574de",
"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": "1f356327-4bf6-4833-ac2c-ff283df2c050",
"Section": {
"TaskTypeSectionId": "b2a47261-2a52-4703-8116-0c61da1bf790",
"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": "b4b847f4-a682-44a6-b78c-04686dca53d6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "acd4a562-c6a0-4f85-b6b1-0bd9180fe57b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b0cdbab8-49a4-487f-b568-518bbc6f301f",
"CreateDate": "2026-05-20T22:10:55.1967554-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-20T22:10:55.1967554-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e281d5bd-ce34-4ce6-9336-4a7cc7650876",
"FieldId": "06353c02-9d99-4ba2-bdde-7fc5e37574de",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e281d5bd-ce34-4ce6-9336-4a7cc7650876",
"FieldId": "06353c02-9d99-4ba2-bdde-7fc5e37574de",
"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": "5751552c-ce6f-485d-983b-82b34eacb7cd",
"CreateDate": "2026-05-20T22:10:55.1967554-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-20T22:10:55.1967554-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}