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": "965fc4b9-7e81-46a9-a337-09f4986854fb",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "341d6133-2ea5-4bfc-9ab9-df660c1bff78",
"Section": {
"TaskTypeSectionId": "0bb34fd8-d108-4845-92ce-7945409280df",
"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": "6968a1ad-7011-4e69-b05b-fbc43796843d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fc5cacfe-4827-4f2e-896e-53faf79a23b8",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c45fbfe5-0367-43a8-8d3d-051e582640fc",
"CreateDate": "2026-02-01T15:10:44.8188014-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-01T15:10:44.8188014-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1d75207c-86c8-4a7a-818e-f92cbc028b05",
"FieldId": "ff07e6a6-8c07-4d2b-8db0-6405b1d5fa36",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1d75207c-86c8-4a7a-818e-f92cbc028b05",
"FieldId": "ff07e6a6-8c07-4d2b-8db0-6405b1d5fa36",
"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": "341d6133-2ea5-4bfc-9ab9-df660c1bff78",
"Section": {
"TaskTypeSectionId": "0bb34fd8-d108-4845-92ce-7945409280df",
"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": "6968a1ad-7011-4e69-b05b-fbc43796843d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fc5cacfe-4827-4f2e-896e-53faf79a23b8",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c45fbfe5-0367-43a8-8d3d-051e582640fc",
"CreateDate": "2026-02-01T15:10:44.8188014-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-01T15:10:44.8188014-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1d75207c-86c8-4a7a-818e-f92cbc028b05",
"FieldId": "ff07e6a6-8c07-4d2b-8db0-6405b1d5fa36",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1d75207c-86c8-4a7a-818e-f92cbc028b05",
"FieldId": "ff07e6a6-8c07-4d2b-8db0-6405b1d5fa36",
"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": "4d8d1212-d5c0-49cf-b895-37873e247557",
"CreateDate": "2026-02-01T15:10:44.8188014-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-01T15:10:44.8188014-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}