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": "55a5817b-d29a-46cb-9422-ed48544402e6",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "ef73888f-d6e8-4245-9ce3-9d3584d7a338",
"Section": {
"TaskTypeSectionId": "3ad68816-546d-4f98-8ae7-10c8f233d149",
"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": "bbbcb150-3229-4520-9fe9-7edf69bd5fe1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "de29053f-87f9-4c7d-8e0b-7a8ba757e452",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3404daf2-7497-483a-8237-64dded1daec7",
"CreateDate": "2026-01-22T20:08:35.9042967-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-22T20:08:35.9042967-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a9dd6b2b-d011-47cd-be5e-bad70429b9da",
"FieldId": "385a59e6-a4b7-4782-a1e9-b7ce901cb49b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a9dd6b2b-d011-47cd-be5e-bad70429b9da",
"FieldId": "385a59e6-a4b7-4782-a1e9-b7ce901cb49b",
"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": "ef73888f-d6e8-4245-9ce3-9d3584d7a338",
"Section": {
"TaskTypeSectionId": "3ad68816-546d-4f98-8ae7-10c8f233d149",
"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": "bbbcb150-3229-4520-9fe9-7edf69bd5fe1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "de29053f-87f9-4c7d-8e0b-7a8ba757e452",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3404daf2-7497-483a-8237-64dded1daec7",
"CreateDate": "2026-01-22T20:08:35.9042967-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-22T20:08:35.9042967-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a9dd6b2b-d011-47cd-be5e-bad70429b9da",
"FieldId": "385a59e6-a4b7-4782-a1e9-b7ce901cb49b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a9dd6b2b-d011-47cd-be5e-bad70429b9da",
"FieldId": "385a59e6-a4b7-4782-a1e9-b7ce901cb49b",
"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": "5f675df8-47c9-4a3b-979e-96ece8ac1250",
"CreateDate": "2026-01-22T20:08:35.9042967-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-22T20:08:35.9042967-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}