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": "57cad04d-3895-47b8-b0fa-fe130aa6c2fd", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "d351b7d6-283d-4176-a0e6-ce4dc64717fa", "Section": { "TaskTypeSectionId": "eb1adcf9-326c-473d-bb1b-fdf24b0ac946", "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": "ac0abd57-16fd-49bd-82ea-e8764681690a", "Name": "sample string 1" }, "Unit": { "UnitId": "2757066e-65c1-4a24-9e25-bfc5828c2641", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "0a561198-68b3-4700-ad1c-6f09da77f08c", "CreateDate": "2025-07-05T14:39:14.0720948-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-05T14:39:14.0720948-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "651ca9cb-1178-458c-881e-ec47e5dd0e9e", "FieldId": "72fe1de0-d115-4dba-8891-369ed9cd0308", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "651ca9cb-1178-458c-881e-ec47e5dd0e9e", "FieldId": "72fe1de0-d115-4dba-8891-369ed9cd0308", "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": "d351b7d6-283d-4176-a0e6-ce4dc64717fa", "Section": { "TaskTypeSectionId": "eb1adcf9-326c-473d-bb1b-fdf24b0ac946", "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": "ac0abd57-16fd-49bd-82ea-e8764681690a", "Name": "sample string 1" }, "Unit": { "UnitId": "2757066e-65c1-4a24-9e25-bfc5828c2641", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "0a561198-68b3-4700-ad1c-6f09da77f08c", "CreateDate": "2025-07-05T14:39:14.0720948-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-05T14:39:14.0720948-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "651ca9cb-1178-458c-881e-ec47e5dd0e9e", "FieldId": "72fe1de0-d115-4dba-8891-369ed9cd0308", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "651ca9cb-1178-458c-881e-ec47e5dd0e9e", "FieldId": "72fe1de0-d115-4dba-8891-369ed9cd0308", "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": "c9bf4b30-f022-4a80-b795-d1401713de35", "CreateDate": "2025-07-05T14:39:14.0720948-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-05T14:39:14.0720948-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }