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": "81f1960c-49b3-4459-be69-d9d7db08a431",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "70d29be1-afd3-41ce-af78-01fd0650d1c1",
"Section": {
"TaskTypeSectionId": "c83b9e31-edf2-4b92-bba2-7433b90684fb",
"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": "0102fc80-1716-4c59-bd7e-00e2f1e4cef2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "853d5398-7223-48bb-8869-29ea9bdb970e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "010d8c45-76ed-4827-8de3-fd05872cfb03",
"CreateDate": "2026-09-22T03:29:27.0518341-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:27.0518341-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "753b32be-89ac-48ab-b68b-f02e89ec326a",
"FieldId": "f138678b-6014-4377-a07d-4f8d79581789",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "753b32be-89ac-48ab-b68b-f02e89ec326a",
"FieldId": "f138678b-6014-4377-a07d-4f8d79581789",
"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": "70d29be1-afd3-41ce-af78-01fd0650d1c1",
"Section": {
"TaskTypeSectionId": "c83b9e31-edf2-4b92-bba2-7433b90684fb",
"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": "0102fc80-1716-4c59-bd7e-00e2f1e4cef2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "853d5398-7223-48bb-8869-29ea9bdb970e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "010d8c45-76ed-4827-8de3-fd05872cfb03",
"CreateDate": "2026-09-22T03:29:27.0518341-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:27.0518341-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "753b32be-89ac-48ab-b68b-f02e89ec326a",
"FieldId": "f138678b-6014-4377-a07d-4f8d79581789",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "753b32be-89ac-48ab-b68b-f02e89ec326a",
"FieldId": "f138678b-6014-4377-a07d-4f8d79581789",
"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": "b1c72335-6a94-46f0-990c-a7e655fb821a",
"CreateDate": "2026-09-22T03:29:27.0518341-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:27.0518341-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}