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": "32a0ff92-6ed0-4a3d-95ba-d51b4056b327",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "0f623014-f9c9-4a0f-8696-ee6573649a19",
"Section": {
"TaskTypeSectionId": "ff82d973-df85-4ba2-b779-9209ccf26419",
"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": "9ae8a050-c11d-40ca-9405-365e288c051c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "04e534ff-20db-4711-8e8a-29dff1b622ad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "bf3eb764-dee2-4957-8073-778f54e5a73b",
"CreateDate": "2026-03-15T17:41:07.3177053-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-15T17:41:07.3177053-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c5dac63a-7b22-4a2b-82f3-0b076cd2d012",
"FieldId": "3bb946f2-bd20-4375-9d0c-bb3da05f8ae3",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c5dac63a-7b22-4a2b-82f3-0b076cd2d012",
"FieldId": "3bb946f2-bd20-4375-9d0c-bb3da05f8ae3",
"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": "0f623014-f9c9-4a0f-8696-ee6573649a19",
"Section": {
"TaskTypeSectionId": "ff82d973-df85-4ba2-b779-9209ccf26419",
"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": "9ae8a050-c11d-40ca-9405-365e288c051c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "04e534ff-20db-4711-8e8a-29dff1b622ad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "bf3eb764-dee2-4957-8073-778f54e5a73b",
"CreateDate": "2026-03-15T17:41:07.3177053-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-15T17:41:07.3177053-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c5dac63a-7b22-4a2b-82f3-0b076cd2d012",
"FieldId": "3bb946f2-bd20-4375-9d0c-bb3da05f8ae3",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c5dac63a-7b22-4a2b-82f3-0b076cd2d012",
"FieldId": "3bb946f2-bd20-4375-9d0c-bb3da05f8ae3",
"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": "7cf158cc-b036-45bf-9ac7-0e63bd8befad",
"CreateDate": "2026-03-15T17:41:07.3177053-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-15T17:41:07.3177053-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}