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": "e5b6aee2-ff0d-4b5a-a77a-001d9b3c53a8", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "f738907c-b97a-458e-b0aa-74dcf7073c1d", "Section": { "TaskTypeSectionId": "2cfe6d5a-ccc4-4069-836a-9f61b147617e", "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": "d7eb6c97-cfc6-433c-b3c2-48117dcf09cb", "Name": "sample string 1" }, "Unit": { "UnitId": "1c73977e-3941-4d58-a82b-cd5e1cec686d", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "b95826b8-8620-448a-af52-7fe407064ca0", "CreateDate": "2025-08-29T17:10:41.5682446-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-29T17:10:41.5682446-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "bed27928-70d4-401a-ab4c-6ae2ed693aaa", "FieldId": "c851d5d5-07b7-4877-9ccb-df3666db2ef3", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "bed27928-70d4-401a-ab4c-6ae2ed693aaa", "FieldId": "c851d5d5-07b7-4877-9ccb-df3666db2ef3", "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": "f738907c-b97a-458e-b0aa-74dcf7073c1d", "Section": { "TaskTypeSectionId": "2cfe6d5a-ccc4-4069-836a-9f61b147617e", "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": "d7eb6c97-cfc6-433c-b3c2-48117dcf09cb", "Name": "sample string 1" }, "Unit": { "UnitId": "1c73977e-3941-4d58-a82b-cd5e1cec686d", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "b95826b8-8620-448a-af52-7fe407064ca0", "CreateDate": "2025-08-29T17:10:41.5682446-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-29T17:10:41.5682446-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "bed27928-70d4-401a-ab4c-6ae2ed693aaa", "FieldId": "c851d5d5-07b7-4877-9ccb-df3666db2ef3", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "bed27928-70d4-401a-ab4c-6ae2ed693aaa", "FieldId": "c851d5d5-07b7-4877-9ccb-df3666db2ef3", "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": "e9aa721c-1112-46c7-b4b7-2a6dd33525f0", "CreateDate": "2025-08-29T17:10:41.5682446-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-29T17:10:41.5682446-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }