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": "b7242dad-abb9-47df-b55f-97d2af17105e",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "3291b3f7-5cbc-46f6-88ba-8739141b7431",
"Section": {
"TaskTypeSectionId": "d0226683-e302-4dfb-89d8-f700f09a2b85",
"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": "b491eb75-625f-44e2-a0bb-7e00753520eb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6691bacb-ed4d-4144-9159-75ac43bb677a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "cfc1ade1-d2e3-42ba-8a25-3228429cd2c7",
"CreateDate": "2025-12-10T04:59:01.2230702-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T04:59:01.2230702-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a11f4613-4c1b-409a-b0a9-4193a258fa8c",
"FieldId": "fdef1273-4f38-4a7d-abf4-4dd608e1763c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a11f4613-4c1b-409a-b0a9-4193a258fa8c",
"FieldId": "fdef1273-4f38-4a7d-abf4-4dd608e1763c",
"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": "3291b3f7-5cbc-46f6-88ba-8739141b7431",
"Section": {
"TaskTypeSectionId": "d0226683-e302-4dfb-89d8-f700f09a2b85",
"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": "b491eb75-625f-44e2-a0bb-7e00753520eb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6691bacb-ed4d-4144-9159-75ac43bb677a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "cfc1ade1-d2e3-42ba-8a25-3228429cd2c7",
"CreateDate": "2025-12-10T04:59:01.2230702-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T04:59:01.2230702-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a11f4613-4c1b-409a-b0a9-4193a258fa8c",
"FieldId": "fdef1273-4f38-4a7d-abf4-4dd608e1763c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a11f4613-4c1b-409a-b0a9-4193a258fa8c",
"FieldId": "fdef1273-4f38-4a7d-abf4-4dd608e1763c",
"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": "0178cf07-1ff1-41b6-bd27-c545d927b918",
"CreateDate": "2025-12-10T04:59:01.2230702-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T04:59:01.2230702-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}