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": "d1047711-b8a1-4012-9c32-a6e0d6f08592",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "fa0208b7-2154-4a7f-86d0-3e2fa7055daa",
"Section": {
"TaskTypeSectionId": "880aae20-3676-4def-8919-35e9d620cce8",
"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": "23bae0b7-5328-4778-aca5-5871528334a1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c8067ca2-dd88-4bbb-b5c7-5d10fe143623",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "86b63297-7e54-4e87-86cb-88fac0896480",
"CreateDate": "2026-01-16T16:18:21.995515-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T16:18:21.995515-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "63265091-5c53-4fc4-a4e0-16cb04a02c92",
"FieldId": "1970e73d-3d0d-4b99-b3c6-47e780e5570f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "63265091-5c53-4fc4-a4e0-16cb04a02c92",
"FieldId": "1970e73d-3d0d-4b99-b3c6-47e780e5570f",
"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": "fa0208b7-2154-4a7f-86d0-3e2fa7055daa",
"Section": {
"TaskTypeSectionId": "880aae20-3676-4def-8919-35e9d620cce8",
"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": "23bae0b7-5328-4778-aca5-5871528334a1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c8067ca2-dd88-4bbb-b5c7-5d10fe143623",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "86b63297-7e54-4e87-86cb-88fac0896480",
"CreateDate": "2026-01-16T16:18:21.995515-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T16:18:21.995515-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "63265091-5c53-4fc4-a4e0-16cb04a02c92",
"FieldId": "1970e73d-3d0d-4b99-b3c6-47e780e5570f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "63265091-5c53-4fc4-a4e0-16cb04a02c92",
"FieldId": "1970e73d-3d0d-4b99-b3c6-47e780e5570f",
"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": "25ef6587-6070-48e9-afbd-97fcc25f575d",
"CreateDate": "2026-01-16T16:18:21.995515-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T16:18:21.995515-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}