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": "4665030c-a285-415f-9126-a5b979a7c0ad",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "e0b0ef91-a70e-4e81-9f76-309af0042103",
"Section": {
"TaskTypeSectionId": "9155016b-d01d-4798-8273-ca5b72c0eedf",
"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": "6051a6d5-0861-474b-931b-1eb2fbb65d96",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ca577919-218e-4e1e-9cd0-669aecb6c8bb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f6e5b44e-2c25-4ed9-b81c-876bf589bd1b",
"CreateDate": "2026-08-09T23:40:21.4525718-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T23:40:21.4525718-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e5e5a94f-e430-43e7-b68c-4434b0e86f77",
"FieldId": "70995f68-701f-47da-bb6a-2572e0ad0676",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e5e5a94f-e430-43e7-b68c-4434b0e86f77",
"FieldId": "70995f68-701f-47da-bb6a-2572e0ad0676",
"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": "e0b0ef91-a70e-4e81-9f76-309af0042103",
"Section": {
"TaskTypeSectionId": "9155016b-d01d-4798-8273-ca5b72c0eedf",
"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": "6051a6d5-0861-474b-931b-1eb2fbb65d96",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ca577919-218e-4e1e-9cd0-669aecb6c8bb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f6e5b44e-2c25-4ed9-b81c-876bf589bd1b",
"CreateDate": "2026-08-09T23:40:21.4525718-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T23:40:21.4525718-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e5e5a94f-e430-43e7-b68c-4434b0e86f77",
"FieldId": "70995f68-701f-47da-bb6a-2572e0ad0676",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e5e5a94f-e430-43e7-b68c-4434b0e86f77",
"FieldId": "70995f68-701f-47da-bb6a-2572e0ad0676",
"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": "1c864033-a96a-4e83-b91c-27ac5680aa56",
"CreateDate": "2026-08-09T23:40:21.4525718-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T23:40:21.4525718-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}