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": "1d3c11ec-61c2-45e6-969a-9e06bb4505f5", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "67ccdfc1-3cb6-4464-907a-d78007930fb7", "Section": { "TaskTypeSectionId": "fd43b0bd-c68b-490b-9da6-1288fabd8e4c", "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": "dc1f227f-a34f-4421-bc8d-34b31da1d00c", "Name": "sample string 1" }, "Unit": { "UnitId": "7498642c-79b8-40ce-9707-f6445bac36f5", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "c9203d25-7295-4364-9967-a34990aa2d4b", "CreateDate": "2025-06-30T20:38:41.7042941-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-30T20:38:41.7042941-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "cd8d5f16-3665-439f-b5e0-1b23365f76bf", "FieldId": "17b40a81-a0d0-40b0-8d8f-9618c40ff731", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "cd8d5f16-3665-439f-b5e0-1b23365f76bf", "FieldId": "17b40a81-a0d0-40b0-8d8f-9618c40ff731", "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": "67ccdfc1-3cb6-4464-907a-d78007930fb7", "Section": { "TaskTypeSectionId": "fd43b0bd-c68b-490b-9da6-1288fabd8e4c", "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": "dc1f227f-a34f-4421-bc8d-34b31da1d00c", "Name": "sample string 1" }, "Unit": { "UnitId": "7498642c-79b8-40ce-9707-f6445bac36f5", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "c9203d25-7295-4364-9967-a34990aa2d4b", "CreateDate": "2025-06-30T20:38:41.7042941-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-30T20:38:41.7042941-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "cd8d5f16-3665-439f-b5e0-1b23365f76bf", "FieldId": "17b40a81-a0d0-40b0-8d8f-9618c40ff731", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "cd8d5f16-3665-439f-b5e0-1b23365f76bf", "FieldId": "17b40a81-a0d0-40b0-8d8f-9618c40ff731", "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": "7d4d3533-ad70-4634-8145-37fd67800ed4", "CreateDate": "2025-06-30T20:38:41.7042941-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T20:38:41.7042941-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }