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": "0bc2773b-c080-4466-9f99-fe230197b3b1", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "21f543d4-9f7e-412b-bf6e-0c9728c31763", "Section": { "TaskTypeSectionId": "191215a7-3cb3-4522-a65b-5fbd8886234d", "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": "5b1dc924-1206-4946-8379-970e796110f1", "Name": "sample string 1" }, "Unit": { "UnitId": "ae5188c7-d674-4720-be26-0b6af7d7e7d5", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "5e93b08e-82a5-4088-baae-f9f8dd262b6c", "CreateDate": "2025-09-18T04:13:56.2100037-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-18T04:13:56.2100037-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "e0dc8333-4d2d-4f70-a583-6ba4db5a839b", "FieldId": "c85747fb-b0b3-43d3-840d-00e5bd4feb68", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "e0dc8333-4d2d-4f70-a583-6ba4db5a839b", "FieldId": "c85747fb-b0b3-43d3-840d-00e5bd4feb68", "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": "21f543d4-9f7e-412b-bf6e-0c9728c31763", "Section": { "TaskTypeSectionId": "191215a7-3cb3-4522-a65b-5fbd8886234d", "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": "5b1dc924-1206-4946-8379-970e796110f1", "Name": "sample string 1" }, "Unit": { "UnitId": "ae5188c7-d674-4720-be26-0b6af7d7e7d5", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "5e93b08e-82a5-4088-baae-f9f8dd262b6c", "CreateDate": "2025-09-18T04:13:56.2100037-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-18T04:13:56.2100037-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "e0dc8333-4d2d-4f70-a583-6ba4db5a839b", "FieldId": "c85747fb-b0b3-43d3-840d-00e5bd4feb68", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "e0dc8333-4d2d-4f70-a583-6ba4db5a839b", "FieldId": "c85747fb-b0b3-43d3-840d-00e5bd4feb68", "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": "485e3ba1-42be-4775-87b8-53047ae11971", "CreateDate": "2025-09-18T04:13:56.2100037-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-18T04:13:56.2100037-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }