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": "dac5f7be-cb6e-479e-a504-39ea361a03d0",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "4c37a58f-dc7b-4ace-addf-b5498344476c",
"Section": {
"TaskTypeSectionId": "7bbab616-a23b-4cfd-ae31-b5876eaa5f41",
"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": "b71a80d9-f440-4af7-bc96-71cc67f147f0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3e0b951d-d594-428b-974d-91bf21b4ad8a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "462b113b-0376-40f0-8f81-ebf4cdbdbaf2",
"CreateDate": "2026-02-23T12:22:16.8394342-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T12:22:16.8394342-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "33209a09-f87e-45c6-b7e2-34a771037e8a",
"FieldId": "3b4dd109-e3e0-4a1e-8e78-cb093667198e",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "33209a09-f87e-45c6-b7e2-34a771037e8a",
"FieldId": "3b4dd109-e3e0-4a1e-8e78-cb093667198e",
"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": "4c37a58f-dc7b-4ace-addf-b5498344476c",
"Section": {
"TaskTypeSectionId": "7bbab616-a23b-4cfd-ae31-b5876eaa5f41",
"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": "b71a80d9-f440-4af7-bc96-71cc67f147f0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3e0b951d-d594-428b-974d-91bf21b4ad8a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "462b113b-0376-40f0-8f81-ebf4cdbdbaf2",
"CreateDate": "2026-02-23T12:22:16.8394342-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T12:22:16.8394342-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "33209a09-f87e-45c6-b7e2-34a771037e8a",
"FieldId": "3b4dd109-e3e0-4a1e-8e78-cb093667198e",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "33209a09-f87e-45c6-b7e2-34a771037e8a",
"FieldId": "3b4dd109-e3e0-4a1e-8e78-cb093667198e",
"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": "30a20e41-11ec-4db3-a200-f44b4ac6cef7",
"CreateDate": "2026-02-23T12:22:16.8394342-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T12:22:16.8394342-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}