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-11-16T14:18:14.9612343Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "195789f6-4a8e-445d-9737-164e510f9c40",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "9cad297e-834a-4248-baef-e78bdd881ac0",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:18:14.9612343+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T14:18:14.9612343Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "195789f6-4a8e-445d-9737-164e510f9c40",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "9cad297e-834a-4248-baef-e78bdd881ac0",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:18:14.9612343+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-11-16T14:18:14.9612343Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "0ad6a3f2-6e84-4d31-ba16-dc90934c6c8b",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "1ba04771-9080-413d-a632-447ff460044e",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:18:14.9612343+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": "d04e5393-2560-4594-a60b-4d1abe156d80"
}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": "c5603326-8ff8-44f8-a3a8-97a18c4fce0b",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"ParentId": "f0aa1074-0b0d-432a-ae92-09df5d0eb145"
}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-11-16T14:18:14.9612343Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "66950f9c-dc15-40a1-8563-913799f082eb",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "bca4357f-52d9-422e-abb5-789775495e16",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T14:18:14.9612343+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": "770b0046-1061-4a2d-b18e-42081aed1685",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"ParentId": "b55d1af4-a164-4e0c-99b3-a93ee274822b"
}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": "20ae0b25-6136-4d69-9f99-8a4d6650a1e8",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"ParentId": "6568bbb9-9409-4643-ba18-e5ab74f1d2ee"
}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.