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": "41fe3c97-b4ff-4c39-97fe-dc2f5503b51f",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "b02877df-8268-4d30-bd50-b63fdbcd4439",
"Section": {
"TaskTypeSectionId": "277c4635-5cb9-4cc9-82f5-cf69785ca39e",
"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": "e0fe3d1a-8973-4517-ba66-93e989a0ce6c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d39d6fb4-4888-4cce-84ce-e93510a8dd8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "df72778d-1518-481e-8722-941a38bc9568",
"CreateDate": "2026-06-10T08:21:16.6652725-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-10T08:21:16.6652725-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "33e4b9a8-942f-473d-a838-f67f185b278f",
"FieldId": "fc5bea36-72b2-4795-89fb-adb1d43c3234",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "33e4b9a8-942f-473d-a838-f67f185b278f",
"FieldId": "fc5bea36-72b2-4795-89fb-adb1d43c3234",
"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": "b02877df-8268-4d30-bd50-b63fdbcd4439",
"Section": {
"TaskTypeSectionId": "277c4635-5cb9-4cc9-82f5-cf69785ca39e",
"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": "e0fe3d1a-8973-4517-ba66-93e989a0ce6c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d39d6fb4-4888-4cce-84ce-e93510a8dd8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "df72778d-1518-481e-8722-941a38bc9568",
"CreateDate": "2026-06-10T08:21:16.6652725-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-10T08:21:16.6652725-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "33e4b9a8-942f-473d-a838-f67f185b278f",
"FieldId": "fc5bea36-72b2-4795-89fb-adb1d43c3234",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "33e4b9a8-942f-473d-a838-f67f185b278f",
"FieldId": "fc5bea36-72b2-4795-89fb-adb1d43c3234",
"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": "8684604d-d478-4390-83e1-66a028278054",
"CreateDate": "2026-06-10T08:21:16.6652725-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-10T08:21:16.6652725-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}