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": "9c3318a7-1a42-4940-abd0-5d2ce3e08feb",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "49267f26-99ea-41bb-9463-6b94ee544f07",
"Section": {
"TaskTypeSectionId": "e802bb9e-b5b4-4075-bc80-c9e18a66888a",
"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": "0533e88f-2d1e-447b-9d78-c97d48f3f0ec",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ec8f0c1f-c9f3-4368-a8d1-149d04b89649",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2cfb4d3f-8485-4c28-b110-40be6da27c8e",
"CreateDate": "2025-11-04T16:37:27.3368135-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-04T16:37:27.3368135-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "76da0453-5a1a-4b2a-9e2f-e5d131f7487f",
"FieldId": "b314538d-14a2-4ccb-935a-53fac5cfdb41",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "76da0453-5a1a-4b2a-9e2f-e5d131f7487f",
"FieldId": "b314538d-14a2-4ccb-935a-53fac5cfdb41",
"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": "49267f26-99ea-41bb-9463-6b94ee544f07",
"Section": {
"TaskTypeSectionId": "e802bb9e-b5b4-4075-bc80-c9e18a66888a",
"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": "0533e88f-2d1e-447b-9d78-c97d48f3f0ec",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ec8f0c1f-c9f3-4368-a8d1-149d04b89649",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2cfb4d3f-8485-4c28-b110-40be6da27c8e",
"CreateDate": "2025-11-04T16:37:27.3368135-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-04T16:37:27.3368135-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "76da0453-5a1a-4b2a-9e2f-e5d131f7487f",
"FieldId": "b314538d-14a2-4ccb-935a-53fac5cfdb41",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "76da0453-5a1a-4b2a-9e2f-e5d131f7487f",
"FieldId": "b314538d-14a2-4ccb-935a-53fac5cfdb41",
"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": "83eac833-4e78-46f0-aabe-d1beb7ed4a91",
"CreateDate": "2025-11-04T16:37:27.3368135-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-04T16:37:27.3368135-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}