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": "5a009680-d14e-4065-b19e-f6377713366c", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "bc966158-da89-4ce3-89cb-467cc9a65139", "Section": { "TaskTypeSectionId": "1d863a35-6504-4e41-a685-9b1e5c1d073a", "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": "2fb19a05-cfa5-4e65-a2e2-5156bdfa31fb", "Name": "sample string 1" }, "Unit": { "UnitId": "31cf4a67-f128-4eb8-ac34-f625c6296cf6", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "7ac338a2-1b90-483c-bdcd-8ea3a2a13676", "CreateDate": "2025-06-16T13:44:31.5441217-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T13:44:31.5441217-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "1d556bad-748d-4f5f-9493-f40eddfd8f22", "FieldId": "9818529c-b599-4b40-9eae-f006eec0387f", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "1d556bad-748d-4f5f-9493-f40eddfd8f22", "FieldId": "9818529c-b599-4b40-9eae-f006eec0387f", "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": "bc966158-da89-4ce3-89cb-467cc9a65139", "Section": { "TaskTypeSectionId": "1d863a35-6504-4e41-a685-9b1e5c1d073a", "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": "2fb19a05-cfa5-4e65-a2e2-5156bdfa31fb", "Name": "sample string 1" }, "Unit": { "UnitId": "31cf4a67-f128-4eb8-ac34-f625c6296cf6", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "7ac338a2-1b90-483c-bdcd-8ea3a2a13676", "CreateDate": "2025-06-16T13:44:31.5441217-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T13:44:31.5441217-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "1d556bad-748d-4f5f-9493-f40eddfd8f22", "FieldId": "9818529c-b599-4b40-9eae-f006eec0387f", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "1d556bad-748d-4f5f-9493-f40eddfd8f22", "FieldId": "9818529c-b599-4b40-9eae-f006eec0387f", "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": "58bba15a-642a-42d5-b11f-224544c5965c", "CreateDate": "2025-06-16T13:44:31.5441217-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T13:44:31.5441217-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }