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": "26c2b8ba-ccc2-4dc8-8b4c-a1bde75655f8",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "adfb8828-6c75-41d8-a0ae-d562c99e7b39",
"Section": {
"TaskTypeSectionId": "9330951b-2889-47eb-96ec-ef29ecbb740f",
"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": "6ff23c3b-84fe-4a4c-9571-304badf68291",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "8543b333-49f0-4460-9944-13185fe32ec7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "075c4d20-e24e-429d-8a6f-a25fc36d0b31",
"CreateDate": "2026-01-02T00:44:56.6612986-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-02T00:44:56.6612986-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c2988300-eb13-4baf-9a66-271ccdc85335",
"FieldId": "24cd16da-4a47-4c21-be09-ab9dc5f7977b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c2988300-eb13-4baf-9a66-271ccdc85335",
"FieldId": "24cd16da-4a47-4c21-be09-ab9dc5f7977b",
"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": "adfb8828-6c75-41d8-a0ae-d562c99e7b39",
"Section": {
"TaskTypeSectionId": "9330951b-2889-47eb-96ec-ef29ecbb740f",
"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": "6ff23c3b-84fe-4a4c-9571-304badf68291",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "8543b333-49f0-4460-9944-13185fe32ec7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "075c4d20-e24e-429d-8a6f-a25fc36d0b31",
"CreateDate": "2026-01-02T00:44:56.6612986-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-02T00:44:56.6612986-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c2988300-eb13-4baf-9a66-271ccdc85335",
"FieldId": "24cd16da-4a47-4c21-be09-ab9dc5f7977b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c2988300-eb13-4baf-9a66-271ccdc85335",
"FieldId": "24cd16da-4a47-4c21-be09-ab9dc5f7977b",
"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": "6a047542-e42a-495c-ad0d-6feee4d9260a",
"CreateDate": "2026-01-02T00:44:56.6612986-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T00:44:56.6612986-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}