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": "2e388eb3-218b-4234-89cc-2d5a5dc8fb54", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "1dcf78bb-d540-4a0f-9627-bbaf85ba4c4b", "Section": { "TaskTypeSectionId": "b673294a-9e20-4859-8599-7c975c5ca81d", "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": "117578f6-227f-43ab-b158-103875219bf6", "Name": "sample string 1" }, "Unit": { "UnitId": "aa193bd2-34b0-45cf-8198-5544d48065ce", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "cffeaa62-2940-4533-9111-99641b9acda2", "CreateDate": "2025-09-13T18:38:51.3022035-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T18:38:51.3022035-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "dcec5ce2-51b2-452a-948a-9844b27ce608", "FieldId": "078080ea-0b46-4a05-a30e-51c75c8db54e", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "dcec5ce2-51b2-452a-948a-9844b27ce608", "FieldId": "078080ea-0b46-4a05-a30e-51c75c8db54e", "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": "1dcf78bb-d540-4a0f-9627-bbaf85ba4c4b", "Section": { "TaskTypeSectionId": "b673294a-9e20-4859-8599-7c975c5ca81d", "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": "117578f6-227f-43ab-b158-103875219bf6", "Name": "sample string 1" }, "Unit": { "UnitId": "aa193bd2-34b0-45cf-8198-5544d48065ce", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "cffeaa62-2940-4533-9111-99641b9acda2", "CreateDate": "2025-09-13T18:38:51.3022035-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T18:38:51.3022035-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "dcec5ce2-51b2-452a-948a-9844b27ce608", "FieldId": "078080ea-0b46-4a05-a30e-51c75c8db54e", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "dcec5ce2-51b2-452a-948a-9844b27ce608", "FieldId": "078080ea-0b46-4a05-a30e-51c75c8db54e", "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": "13964a16-a381-47c1-a5b1-4578bc888481", "CreateDate": "2025-09-13T18:38:51.3022035-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T18:38:51.3022035-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }