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": "95050d3a-e38b-4750-80ec-3529259344c6", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "fc4c2e37-1bdf-4cf9-bfd6-97c08dce74b5", "Section": { "TaskTypeSectionId": "b12df8a9-b7e4-4b1b-9cc4-911d50e0e856", "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": "990714e8-e248-4dff-b2db-f8cf2d414269", "Name": "sample string 1" }, "Unit": { "UnitId": "24ce0017-1d13-4e0f-be43-3ff08eb56cf4", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "460509cb-f589-4191-aff6-fd26a4064717", "CreateDate": "2025-06-27T06:23:56.0917697-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-27T06:23:56.0917697-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "094d5afb-9e7b-4568-9971-194931de61c4", "FieldId": "f48f5f27-5643-4a08-9d6c-72c6ee767a3a", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "094d5afb-9e7b-4568-9971-194931de61c4", "FieldId": "f48f5f27-5643-4a08-9d6c-72c6ee767a3a", "FieldName": "sample string 1", "FieldLable": "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": "fc4c2e37-1bdf-4cf9-bfd6-97c08dce74b5", "Section": { "TaskTypeSectionId": "b12df8a9-b7e4-4b1b-9cc4-911d50e0e856", "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": "990714e8-e248-4dff-b2db-f8cf2d414269", "Name": "sample string 1" }, "Unit": { "UnitId": "24ce0017-1d13-4e0f-be43-3ff08eb56cf4", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "460509cb-f589-4191-aff6-fd26a4064717", "CreateDate": "2025-06-27T06:23:56.0917697-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-27T06:23:56.0917697-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "094d5afb-9e7b-4568-9971-194931de61c4", "FieldId": "f48f5f27-5643-4a08-9d6c-72c6ee767a3a", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "094d5afb-9e7b-4568-9971-194931de61c4", "FieldId": "f48f5f27-5643-4a08-9d6c-72c6ee767a3a", "FieldName": "sample string 1", "FieldLable": "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": "3074dfa1-d543-4a1e-85be-a994fe6dc5c0", "CreateDate": "2025-06-27T06:23:56.0917697-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-27T06:23:56.0917697-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }