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": "c2f7688a-7d6b-4dd5-9cb9-0897bcd102f0",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "161724a2-e144-4931-8ee2-80c60268308c",
"Section": {
"TaskTypeSectionId": "9162584e-34ec-4cb9-8058-977355cf8b3d",
"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": "2683d34f-621d-470c-885a-e7172cfe966f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b2e724fa-a35c-40a7-a3f2-4243a272fbbe",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a724092c-4169-4833-9e71-f60b2b9c5c02",
"CreateDate": "2025-10-29T09:29:38.2173257-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-10-29T09:29:38.2173257-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f9d0cd7f-c4ff-45f5-b10b-2845410d2f2d",
"FieldId": "a357b50b-964d-4985-885d-ce43f428d092",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f9d0cd7f-c4ff-45f5-b10b-2845410d2f2d",
"FieldId": "a357b50b-964d-4985-885d-ce43f428d092",
"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": "161724a2-e144-4931-8ee2-80c60268308c",
"Section": {
"TaskTypeSectionId": "9162584e-34ec-4cb9-8058-977355cf8b3d",
"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": "2683d34f-621d-470c-885a-e7172cfe966f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b2e724fa-a35c-40a7-a3f2-4243a272fbbe",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a724092c-4169-4833-9e71-f60b2b9c5c02",
"CreateDate": "2025-10-29T09:29:38.2173257-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-10-29T09:29:38.2173257-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f9d0cd7f-c4ff-45f5-b10b-2845410d2f2d",
"FieldId": "a357b50b-964d-4985-885d-ce43f428d092",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f9d0cd7f-c4ff-45f5-b10b-2845410d2f2d",
"FieldId": "a357b50b-964d-4985-885d-ce43f428d092",
"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": "cf526ec3-adb3-4b1a-8ae5-eae048081c10",
"CreateDate": "2025-10-29T09:29:38.2173257-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-10-29T09:29:38.2173257-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}