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": "e71b253d-a5ec-434b-85c3-545fc163f711", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "377a149a-f37c-4538-b975-5d0d919c8ca5", "Section": { "TaskTypeSectionId": "655d78a3-2e5d-44f5-b476-17a9474f48d6", "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": "288effec-aa60-41f7-8820-75fd00b20e9d", "Name": "sample string 1" }, "Unit": { "UnitId": "a7d7e62c-6c27-4133-84a1-f4d49a875f8c", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "335c729d-335c-48d8-817c-a5ef53622adb", "CreateDate": "2025-08-24T09:59:18.0342342-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-24T09:59:18.0342342-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "97fa15fa-80f8-4a10-92dd-a752653f249d", "FieldId": "b513931e-f600-42f5-a2da-f23e350e4241", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "97fa15fa-80f8-4a10-92dd-a752653f249d", "FieldId": "b513931e-f600-42f5-a2da-f23e350e4241", "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": "377a149a-f37c-4538-b975-5d0d919c8ca5", "Section": { "TaskTypeSectionId": "655d78a3-2e5d-44f5-b476-17a9474f48d6", "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": "288effec-aa60-41f7-8820-75fd00b20e9d", "Name": "sample string 1" }, "Unit": { "UnitId": "a7d7e62c-6c27-4133-84a1-f4d49a875f8c", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "335c729d-335c-48d8-817c-a5ef53622adb", "CreateDate": "2025-08-24T09:59:18.0342342-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-24T09:59:18.0342342-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "97fa15fa-80f8-4a10-92dd-a752653f249d", "FieldId": "b513931e-f600-42f5-a2da-f23e350e4241", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "97fa15fa-80f8-4a10-92dd-a752653f249d", "FieldId": "b513931e-f600-42f5-a2da-f23e350e4241", "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": "b4ebef60-3fac-4ddd-986d-bca9ca8810b6", "CreateDate": "2025-08-24T09:59:18.0342342-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-24T09:59:18.0342342-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }