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": "333ea97e-72b7-4b6c-b119-913d2af4b046", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "8f122e45-764e-48f4-91a0-49ae493e1ae3", "Section": { "TaskTypeSectionId": "4f4deb22-07df-4a53-85da-a9ba381fbfe8", "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": "56b6ce2a-25d7-412f-b1c5-925e62c0ca89", "Name": "sample string 1" }, "Unit": { "UnitId": "181291e7-3623-48ec-9069-41980f84b568", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "6975f0c7-f9ac-465d-9d62-43cbfdcb7906", "CreateDate": "2025-10-13T15:16:40.001205-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-13T15:16:40.001205-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "d7192be7-d6e7-4037-a6c2-5afb8125b3a4", "FieldId": "5a5b2105-3fe2-4397-b4b3-7d789ffa89ad", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "d7192be7-d6e7-4037-a6c2-5afb8125b3a4", "FieldId": "5a5b2105-3fe2-4397-b4b3-7d789ffa89ad", "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": "8f122e45-764e-48f4-91a0-49ae493e1ae3", "Section": { "TaskTypeSectionId": "4f4deb22-07df-4a53-85da-a9ba381fbfe8", "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": "56b6ce2a-25d7-412f-b1c5-925e62c0ca89", "Name": "sample string 1" }, "Unit": { "UnitId": "181291e7-3623-48ec-9069-41980f84b568", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "6975f0c7-f9ac-465d-9d62-43cbfdcb7906", "CreateDate": "2025-10-13T15:16:40.001205-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-13T15:16:40.001205-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "d7192be7-d6e7-4037-a6c2-5afb8125b3a4", "FieldId": "5a5b2105-3fe2-4397-b4b3-7d789ffa89ad", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "d7192be7-d6e7-4037-a6c2-5afb8125b3a4", "FieldId": "5a5b2105-3fe2-4397-b4b3-7d789ffa89ad", "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": "ae0163ec-2365-4063-bb69-859bf47ce7ac", "CreateDate": "2025-10-13T15:16:40.001205-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-13T15:16:40.001205-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }