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": "053340d5-3ae8-4290-a15b-871c5c9e7930",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "aaf59341-48bf-4164-8bc6-ae728a8caff1",
"Section": {
"TaskTypeSectionId": "e6e6d1e7-d142-4af8-9b4a-e3fdf470bb12",
"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": "befa5d87-702e-40c1-a034-f352e3a58d0e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "40abf3d8-16c0-490f-9aba-25fb78018165",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8003e032-efa7-4ef9-bcd0-db08e5671f0c",
"CreateDate": "2025-10-29T23:02:31.2215223-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-10-29T23:02:31.2215223-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b17e1c89-a213-4109-933c-9103a799bacf",
"FieldId": "3b25012a-7725-49da-92ba-1ec5cb66d007",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b17e1c89-a213-4109-933c-9103a799bacf",
"FieldId": "3b25012a-7725-49da-92ba-1ec5cb66d007",
"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": "aaf59341-48bf-4164-8bc6-ae728a8caff1",
"Section": {
"TaskTypeSectionId": "e6e6d1e7-d142-4af8-9b4a-e3fdf470bb12",
"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": "befa5d87-702e-40c1-a034-f352e3a58d0e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "40abf3d8-16c0-490f-9aba-25fb78018165",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8003e032-efa7-4ef9-bcd0-db08e5671f0c",
"CreateDate": "2025-10-29T23:02:31.2215223-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-10-29T23:02:31.2215223-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b17e1c89-a213-4109-933c-9103a799bacf",
"FieldId": "3b25012a-7725-49da-92ba-1ec5cb66d007",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b17e1c89-a213-4109-933c-9103a799bacf",
"FieldId": "3b25012a-7725-49da-92ba-1ec5cb66d007",
"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": "7535f5ad-678c-453a-9757-edb033e5e844",
"CreateDate": "2025-10-29T23:02:31.2215223-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-10-29T23:02:31.2215223-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}