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": "c2988dd8-02f9-4ed5-9761-4a978fa63349", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "5db33bed-76e4-4dfe-9740-bf5fe8d8f689", "Section": { "TaskTypeSectionId": "280ebdfa-e5ab-4ac7-8c1b-f029e502db4f", "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": "154ce2dc-b17e-4102-94cc-3e6cf38d42e9", "Name": "sample string 1" }, "Unit": { "UnitId": "b6ef5464-ffd4-44d7-af1b-4ddc02835c44", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "1e0aaaf3-3cbb-4976-8595-6c5b0e257d1b", "CreateDate": "2025-09-17T03:18:10.6437674-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-17T03:18:10.6437674-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "86642c87-e9b3-44a0-8570-f39f63d36d2c", "FieldId": "119ea4c3-8cf5-4816-852f-4583b641edd4", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "86642c87-e9b3-44a0-8570-f39f63d36d2c", "FieldId": "119ea4c3-8cf5-4816-852f-4583b641edd4", "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": "5db33bed-76e4-4dfe-9740-bf5fe8d8f689", "Section": { "TaskTypeSectionId": "280ebdfa-e5ab-4ac7-8c1b-f029e502db4f", "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": "154ce2dc-b17e-4102-94cc-3e6cf38d42e9", "Name": "sample string 1" }, "Unit": { "UnitId": "b6ef5464-ffd4-44d7-af1b-4ddc02835c44", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "1e0aaaf3-3cbb-4976-8595-6c5b0e257d1b", "CreateDate": "2025-09-17T03:18:10.6437674-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-17T03:18:10.6437674-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "86642c87-e9b3-44a0-8570-f39f63d36d2c", "FieldId": "119ea4c3-8cf5-4816-852f-4583b641edd4", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "86642c87-e9b3-44a0-8570-f39f63d36d2c", "FieldId": "119ea4c3-8cf5-4816-852f-4583b641edd4", "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": "f6a2fbc0-ef38-4cef-a0a9-b1e35f372daa", "CreateDate": "2025-09-17T03:18:10.6437674-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-17T03:18:10.6437674-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }