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": "aa7e64dd-a619-47ba-aa17-2ac1146ba530",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "06860b18-def6-454e-a2a8-c1c18b0e46f9",
"Section": {
"TaskTypeSectionId": "b20e62e1-4af8-41c1-9ec0-01af0e24ccab",
"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": "0e9c3084-86aa-480c-8c76-c6981c97cc3f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7e23c69b-a04d-40b5-b00a-54a86b11d9ea",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f6af049c-bc52-48c2-8728-88f9027e2b5f",
"CreateDate": "2026-04-27T20:29:30.0848126-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T20:29:30.0848126-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6a2e4771-8a6f-4c6a-ac4b-e0785abde307",
"FieldId": "19ed33b1-897a-4aac-af59-784f5bbf42e2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6a2e4771-8a6f-4c6a-ac4b-e0785abde307",
"FieldId": "19ed33b1-897a-4aac-af59-784f5bbf42e2",
"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": "06860b18-def6-454e-a2a8-c1c18b0e46f9",
"Section": {
"TaskTypeSectionId": "b20e62e1-4af8-41c1-9ec0-01af0e24ccab",
"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": "0e9c3084-86aa-480c-8c76-c6981c97cc3f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7e23c69b-a04d-40b5-b00a-54a86b11d9ea",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f6af049c-bc52-48c2-8728-88f9027e2b5f",
"CreateDate": "2026-04-27T20:29:30.0848126-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T20:29:30.0848126-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6a2e4771-8a6f-4c6a-ac4b-e0785abde307",
"FieldId": "19ed33b1-897a-4aac-af59-784f5bbf42e2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6a2e4771-8a6f-4c6a-ac4b-e0785abde307",
"FieldId": "19ed33b1-897a-4aac-af59-784f5bbf42e2",
"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": "e9919959-8a91-4265-92db-1b68d78773f9",
"CreateDate": "2026-04-27T20:29:30.0848126-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T20:29:30.0848126-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}