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": "cce49b27-99aa-41e7-b756-ee4847e0e63e", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "9f9d90b3-2c98-4fc4-9d07-c7ba5eb797c9", "Section": { "TaskTypeSectionId": "a9b42f5d-2ed1-4057-8160-912b71c8f331", "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": "b38d1069-ddc6-419c-88b1-daa3532701b9", "Name": "sample string 1" }, "Unit": { "UnitId": "b852d688-48f6-43b3-84b8-4e0992f402c6", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "27a5eed9-5cf4-4905-a1fa-175b3ea64d16", "CreateDate": "2025-08-23T22:46:26.2068159-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:46:26.2068159-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "15a0a5dd-d1d3-43d8-8057-69a3612619c3", "FieldId": "eb5e0b71-a65d-4a4b-9541-66655ff6bddc", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "15a0a5dd-d1d3-43d8-8057-69a3612619c3", "FieldId": "eb5e0b71-a65d-4a4b-9541-66655ff6bddc", "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": "9f9d90b3-2c98-4fc4-9d07-c7ba5eb797c9", "Section": { "TaskTypeSectionId": "a9b42f5d-2ed1-4057-8160-912b71c8f331", "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": "b38d1069-ddc6-419c-88b1-daa3532701b9", "Name": "sample string 1" }, "Unit": { "UnitId": "b852d688-48f6-43b3-84b8-4e0992f402c6", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "27a5eed9-5cf4-4905-a1fa-175b3ea64d16", "CreateDate": "2025-08-23T22:46:26.2068159-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:46:26.2068159-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "15a0a5dd-d1d3-43d8-8057-69a3612619c3", "FieldId": "eb5e0b71-a65d-4a4b-9541-66655ff6bddc", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "15a0a5dd-d1d3-43d8-8057-69a3612619c3", "FieldId": "eb5e0b71-a65d-4a4b-9541-66655ff6bddc", "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": "1b5e4355-84d4-4160-b19e-ba83bf76fc81", "CreateDate": "2025-08-23T22:46:26.2068159-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:46:26.2068159-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }