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": "7db2352d-ad19-4eb0-9be9-8a2e3fa9ac1a", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "cb9edf3e-8496-4fb4-b023-80986dec858a", "Section": { "TaskTypeSectionId": "afe08e4f-9bc2-4c69-a4d4-a1aefa0447aa", "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": "9a9c71e9-2fc9-498a-8282-b97f18fa7a52", "Name": "sample string 1" }, "Unit": { "UnitId": "1de9cacb-a997-4c2b-924e-7ef3bbfdd6b4", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "7c3ce6d5-dfb1-43bc-a1a7-10b6186bdb9a", "CreateDate": "2025-04-03T15:11:17.0972339-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:11:17.0972339-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "42cc2113-f353-4f8b-a083-359411d91320", "FieldId": "25919dad-af74-48cc-be7b-9ca519387d7c", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "42cc2113-f353-4f8b-a083-359411d91320", "FieldId": "25919dad-af74-48cc-be7b-9ca519387d7c", "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": "cb9edf3e-8496-4fb4-b023-80986dec858a", "Section": { "TaskTypeSectionId": "afe08e4f-9bc2-4c69-a4d4-a1aefa0447aa", "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": "9a9c71e9-2fc9-498a-8282-b97f18fa7a52", "Name": "sample string 1" }, "Unit": { "UnitId": "1de9cacb-a997-4c2b-924e-7ef3bbfdd6b4", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "7c3ce6d5-dfb1-43bc-a1a7-10b6186bdb9a", "CreateDate": "2025-04-03T15:11:17.0972339-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:11:17.0972339-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "42cc2113-f353-4f8b-a083-359411d91320", "FieldId": "25919dad-af74-48cc-be7b-9ca519387d7c", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "42cc2113-f353-4f8b-a083-359411d91320", "FieldId": "25919dad-af74-48cc-be7b-9ca519387d7c", "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": "f30326b2-64a4-43d7-a6cb-6f1c84d038c9", "CreateDate": "2025-04-03T15:11:17.0972339-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:11:17.0972339-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }