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": "ed97832d-970b-4e36-8dfb-65de560377e6", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "2edc4465-2b07-4727-b918-dbad13acae1d", "Section": { "TaskTypeSectionId": "11ff939f-0d8c-4622-a0c2-a43f68aacdc3", "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": "2fa4f839-ef24-4617-bc83-4eea8d94c9da", "Name": "sample string 1" }, "Unit": { "UnitId": "b0eaccb1-7368-4b42-b329-b04d2daf22aa", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "b97ef58d-aa0b-40be-9d0d-76464efde2fe", "CreateDate": "2025-09-13T21:11:43.1226009-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T21:11:43.1226009-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "15889391-7ca1-4bac-9b5f-7f9f3d7e9fe8", "FieldId": "95020f2c-c7be-465e-9f40-4e04b4758fda", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "15889391-7ca1-4bac-9b5f-7f9f3d7e9fe8", "FieldId": "95020f2c-c7be-465e-9f40-4e04b4758fda", "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": "2edc4465-2b07-4727-b918-dbad13acae1d", "Section": { "TaskTypeSectionId": "11ff939f-0d8c-4622-a0c2-a43f68aacdc3", "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": "2fa4f839-ef24-4617-bc83-4eea8d94c9da", "Name": "sample string 1" }, "Unit": { "UnitId": "b0eaccb1-7368-4b42-b329-b04d2daf22aa", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "b97ef58d-aa0b-40be-9d0d-76464efde2fe", "CreateDate": "2025-09-13T21:11:43.1226009-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T21:11:43.1226009-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "15889391-7ca1-4bac-9b5f-7f9f3d7e9fe8", "FieldId": "95020f2c-c7be-465e-9f40-4e04b4758fda", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "15889391-7ca1-4bac-9b5f-7f9f3d7e9fe8", "FieldId": "95020f2c-c7be-465e-9f40-4e04b4758fda", "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": "bc63c14b-8f60-47b3-a192-8c2cfe5b5a15", "CreateDate": "2025-09-13T21:11:43.1226009-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:11:43.1226009-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }