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": "ff0a52bc-6034-4a84-8f28-c81e71a76ab5", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "0e2ba356-a876-4fba-a725-a5a118386c8b", "Section": { "TaskTypeSectionId": "fca11dee-d5ac-4f5e-a247-badfa90c8649", "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": "ceeccc63-5851-4ea6-95ab-9bd3b308f2d9", "Name": "sample string 1" }, "Unit": { "UnitId": "6db4bbd1-91be-4884-9d06-0988926f5939", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "6da38de3-82c0-438a-9801-cdb102830a7c", "CreateDate": "2025-07-18T23:19:37.3897571-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-18T23:19:37.3897571-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "7f807bd7-fd0f-4f51-9d5b-3bb70a369801", "FieldId": "bb04e9b2-e89a-44fe-832b-0bb4b2774602", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "7f807bd7-fd0f-4f51-9d5b-3bb70a369801", "FieldId": "bb04e9b2-e89a-44fe-832b-0bb4b2774602", "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": "0e2ba356-a876-4fba-a725-a5a118386c8b", "Section": { "TaskTypeSectionId": "fca11dee-d5ac-4f5e-a247-badfa90c8649", "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": "ceeccc63-5851-4ea6-95ab-9bd3b308f2d9", "Name": "sample string 1" }, "Unit": { "UnitId": "6db4bbd1-91be-4884-9d06-0988926f5939", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "6da38de3-82c0-438a-9801-cdb102830a7c", "CreateDate": "2025-07-18T23:19:37.3897571-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-18T23:19:37.3897571-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "7f807bd7-fd0f-4f51-9d5b-3bb70a369801", "FieldId": "bb04e9b2-e89a-44fe-832b-0bb4b2774602", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "7f807bd7-fd0f-4f51-9d5b-3bb70a369801", "FieldId": "bb04e9b2-e89a-44fe-832b-0bb4b2774602", "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": "6fff9c1c-bed6-46b6-9864-1eaff416682c", "CreateDate": "2025-07-18T23:19:37.3897571-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-18T23:19:37.3897571-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }