Returns a set of data items of type hierarchy-taxa.
                                        GET /api/newsroom/hierarchy-taxa
                                    
                                None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information | 
| LastModified | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| FullUrl | System.String | Read only: True | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | 
                                                                    application/json
                                                                    [
  {
    "LastModified": "2025-10-27T00:37:34.3136167Z",
    "Title": "sample string 2",
    "Description": "sample string 3",
    "Name": "sample string 4",
    "Synonyms": "sample string 5",
    "TaxonomyId": "caaaaa0d-bbae-4904-80ec-7582ff71d04f",
    "Ordinal": 7.1,
    "UrlName": "sample string 8",
    "FullUrl": "sample string 9",
    "ParentId": "687cbf66-752d-4d60-9c1d-c4a23577a828",
    "Provider": "sample string 11",
    "AppliedTo": 12,
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-10-27T00:37:34.3136167+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-10-27T00:37:34.3136167Z",
    "Title": "sample string 2",
    "Description": "sample string 3",
    "Name": "sample string 4",
    "Synonyms": "sample string 5",
    "TaxonomyId": "caaaaa0d-bbae-4904-80ec-7582ff71d04f",
    "Ordinal": 7.1,
    "UrlName": "sample string 8",
    "FullUrl": "sample string 9",
    "ParentId": "687cbf66-752d-4d60-9c1d-c4a23577a828",
    "Provider": "sample string 11",
    "AppliedTo": 12,
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-10-27T00:37:34.3136167+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]Gets hierarchy-taxa item by id.
                                        GET /api/newsroom/hierarchy-taxa({key})
                                    
                                | Name | Description | Type | Additional Information | 
| key | System.Guid | Required | 
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information | 
| LastModified | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| FullUrl | System.String | Read only: True | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | 
                                                                    application/json
                                                                    {
  "LastModified": "2025-10-27T00:37:34.3136167Z",
  "Title": "sample string 2",
  "Description": "sample string 3",
  "Name": "sample string 4",
  "Synonyms": "sample string 5",
  "TaxonomyId": "eacd27d2-e83c-4a85-8a38-a89590fa9875",
  "Ordinal": 7.1,
  "UrlName": "sample string 8",
  "FullUrl": "sample string 9",
  "ParentId": "7bd5a4fe-24aa-4586-9ed7-d396e148432a",
  "Provider": "sample string 11",
  "AppliedTo": 12,
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-10-27T00:37:34.3136167+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}Gets Id property from hierarchy-taxa item.
                                        GET /api/newsroom/hierarchy-taxa({key})/property
                                    
                                | Name | Description | Type | Additional Information | 
| key | System.Guid | Required | |
| property | System.String | Required | 
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information | 
| Id | System.Guid | Read only: False | 
                                                                    application/json
                                                                    {
  "Id": "655afdc4-f8d5-41f0-8629-24c5e605af72"
}Creates a hierarchy-taxa item.
                                        POST /api/newsroom/hierarchy-taxa
                                    
                                None
| Name | Description | Type | Additional Information | 
| LastModified | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| FullUrl | System.String | Read only: True | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | 
                                                                    application/json
                                                                    {
  "Title": "sample string 1",
  "Description": "sample string 2",
  "Name": "sample string 3",
  "Synonyms": "sample string 4",
  "TaxonomyId": "2221987b-71ec-44b5-a589-2fbf8d1e60d8",
  "Ordinal": 6.1,
  "UrlName": "sample string 7",
  "ParentId": "d28ec056-3889-4ffd-b023-696900a95f64"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information | 
| LastModified | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| FullUrl | System.String | Read only: True | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | 
                                                                    application/json
                                                                    {
  "LastModified": "2025-10-27T00:37:34.3136167Z",
  "Title": "sample string 2",
  "Description": "sample string 3",
  "Name": "sample string 4",
  "Synonyms": "sample string 5",
  "TaxonomyId": "783570f6-878d-4810-b951-0afc3d91aa55",
  "Ordinal": 7.1,
  "UrlName": "sample string 8",
  "FullUrl": "sample string 9",
  "ParentId": "abba9544-8d22-48f0-b411-0fcb474f273d",
  "Provider": "sample string 11",
  "AppliedTo": 12,
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-10-27T00:37:34.3136167+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}Partial update for hierarchy-taxa item.
                                        PATCH /api/newsroom/hierarchy-taxa({key})
                                    
                                | Name | Description | Type | Additional Information | 
| key | System.Guid | Required | 
| Name | Description | Type | Additional Information | 
| LastModified | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| FullUrl | System.String | Read only: True | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | 
                                                                    application/json
                                                                    {
  "Title": "sample string 1",
  "Description": "sample string 2",
  "Name": "sample string 3",
  "Synonyms": "sample string 4",
  "TaxonomyId": "473ccccb-2027-4738-ac44-b03c22b49a13",
  "Ordinal": 6.1,
  "UrlName": "sample string 7",
  "ParentId": "6fe38463-621a-4a1d-846c-1025caf44f3f"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for hierarchy-taxa item.
                                        PUT /api/newsroom/hierarchy-taxa({key})
                                    
                                | Name | Description | Type | Additional Information | 
| key | System.Guid | Required | 
| Name | Description | Type | Additional Information | 
| LastModified | System.DateTimeOffset | Read only: True | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| FullUrl | System.String | Read only: True | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | 
                                                                    application/json
                                                                    {
  "Title": "sample string 1",
  "Description": "sample string 2",
  "Name": "sample string 3",
  "Synonyms": "sample string 4",
  "TaxonomyId": "f7fef967-2a4d-400d-ba82-3f1f7a657da3",
  "Ordinal": 6.1,
  "UrlName": "sample string 7",
  "ParentId": "9d2b56c2-0c37-433d-8035-e87230202028"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a hierarchy-taxa item by Id.
                                        DELETE /api/newsroom/hierarchy-taxa({key})
                                    
                                | Name | Description | Type | Additional Information | 
| key | System.Guid | Required | 
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.