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": "82db01b0-8a28-4e85-8874-df405c14d319",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "a07236fa-555f-4ded-8ef3-54654cc987ea",
"Section": {
"TaskTypeSectionId": "47672a8d-8c1f-47ee-b431-a38ca23395bf",
"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": "6dce1e87-5b2e-4b4e-a98a-e93c9a2aa252",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e3f1098e-6063-40cd-a2ff-8c649c6de783",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "eb9e997c-3636-41e1-8944-2c36d9052dac",
"CreateDate": "2026-06-22T01:35:53.1602087-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-22T01:35:53.1602087-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "14a55e3c-cad8-4b28-836c-56898d44c30f",
"FieldId": "1a029376-7993-44d3-9f1a-0f3bc2b637da",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "14a55e3c-cad8-4b28-836c-56898d44c30f",
"FieldId": "1a029376-7993-44d3-9f1a-0f3bc2b637da",
"FieldName": "sample string 1",
"FieldLable": "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": "a07236fa-555f-4ded-8ef3-54654cc987ea",
"Section": {
"TaskTypeSectionId": "47672a8d-8c1f-47ee-b431-a38ca23395bf",
"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": "6dce1e87-5b2e-4b4e-a98a-e93c9a2aa252",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e3f1098e-6063-40cd-a2ff-8c649c6de783",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "eb9e997c-3636-41e1-8944-2c36d9052dac",
"CreateDate": "2026-06-22T01:35:53.1602087-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-22T01:35:53.1602087-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "14a55e3c-cad8-4b28-836c-56898d44c30f",
"FieldId": "1a029376-7993-44d3-9f1a-0f3bc2b637da",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "14a55e3c-cad8-4b28-836c-56898d44c30f",
"FieldId": "1a029376-7993-44d3-9f1a-0f3bc2b637da",
"FieldName": "sample string 1",
"FieldLable": "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": "88a2ce11-f56d-407d-867c-dc212aa2b789",
"CreateDate": "2026-06-22T01:35:53.1602087-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T01:35:53.1602087-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}