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": "e1d38fe6-d9e7-4851-9aa8-0914a089e01e", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "3c7ac094-864e-4f1d-8008-2d879dced8bf", "Section": { "TaskTypeSectionId": "8429b287-5867-42c2-9a56-e8352dde259e", "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": "d1db60bb-64ea-4109-8980-2f70cd4df504", "Name": "sample string 1" }, "Unit": { "UnitId": "b430c6e5-a417-4908-9680-112548649649", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "f364d0d0-1433-4308-84c4-3f6dd371dd0a", "CreateDate": "2025-07-31T03:10:59.9576853-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T03:10:59.9576853-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "20f43ef4-58e0-409f-a5b5-31462896edec", "FieldId": "06f8ef08-663e-4911-a274-db11ae6240b3", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "20f43ef4-58e0-409f-a5b5-31462896edec", "FieldId": "06f8ef08-663e-4911-a274-db11ae6240b3", "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": "3c7ac094-864e-4f1d-8008-2d879dced8bf", "Section": { "TaskTypeSectionId": "8429b287-5867-42c2-9a56-e8352dde259e", "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": "d1db60bb-64ea-4109-8980-2f70cd4df504", "Name": "sample string 1" }, "Unit": { "UnitId": "b430c6e5-a417-4908-9680-112548649649", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "f364d0d0-1433-4308-84c4-3f6dd371dd0a", "CreateDate": "2025-07-31T03:10:59.9576853-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T03:10:59.9576853-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "20f43ef4-58e0-409f-a5b5-31462896edec", "FieldId": "06f8ef08-663e-4911-a274-db11ae6240b3", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "20f43ef4-58e0-409f-a5b5-31462896edec", "FieldId": "06f8ef08-663e-4911-a274-db11ae6240b3", "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": "e4272741-31fe-4149-a9be-fc157b06245e", "CreateDate": "2025-07-31T03:10:59.9576853-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T03:10:59.9576853-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }