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": "56fdeb47-ae6b-43bd-9510-f38a40f31014",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "dc2bb0c7-cfef-4504-9866-1d9f5c688ef4",
"Section": {
"TaskTypeSectionId": "d8914e5e-d4f7-423b-9652-4c09577d995e",
"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": "57589149-3c29-4859-b377-bcc2fec83d3b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b8b2b628-7644-4724-b91d-e22c6cf238b5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3bda5601-9a89-4f13-ae0c-d5f9b5b4ba89",
"CreateDate": "2025-12-29T02:25:50.7060114-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-29T02:25:50.7060114-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c22564c7-b78b-4b16-9ecd-d18ecc11382f",
"FieldId": "61a9ce04-2660-484e-9346-5e68f666e61e",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c22564c7-b78b-4b16-9ecd-d18ecc11382f",
"FieldId": "61a9ce04-2660-484e-9346-5e68f666e61e",
"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": "dc2bb0c7-cfef-4504-9866-1d9f5c688ef4",
"Section": {
"TaskTypeSectionId": "d8914e5e-d4f7-423b-9652-4c09577d995e",
"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": "57589149-3c29-4859-b377-bcc2fec83d3b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b8b2b628-7644-4724-b91d-e22c6cf238b5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3bda5601-9a89-4f13-ae0c-d5f9b5b4ba89",
"CreateDate": "2025-12-29T02:25:50.7060114-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-29T02:25:50.7060114-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c22564c7-b78b-4b16-9ecd-d18ecc11382f",
"FieldId": "61a9ce04-2660-484e-9346-5e68f666e61e",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c22564c7-b78b-4b16-9ecd-d18ecc11382f",
"FieldId": "61a9ce04-2660-484e-9346-5e68f666e61e",
"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": "a377b2e8-e4f3-45fe-978c-b8076710ecc1",
"CreateDate": "2025-12-29T02:25:50.7060114-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-29T02:25:50.7060114-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}