Returns a set of data items of type taxonomies.
GET /api/newsroom/taxonomies
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: False | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| TaxonName | System.String | Read only: False | |
| RootTaxonomyId | System.Guid | Read only: False | |
| TaxaUrl | System.String | Read only: True | |
| Type | Telerik.Sitefinity.Taxonomies.Model.TaxonomyType | Read only: False | |
| DefaultTitle | System.String | Read only: False | |
| DefaultTaxonName | System.String | Read only: False | |
| TaxonomySharedWith | System.Int32 | Read only: False |
application/json
[
{
"LastModified": "2025-11-16T14:18:13.8854219Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "c6979327-ab46-47b9-be83-4550f2c51a43",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
},
{
"LastModified": "2025-11-16T14:18:13.8854219Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "c6979327-ab46-47b9-be83-4550f2c51a43",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
}
]Gets taxonomies item by id.
GET /api/newsroom/taxonomies({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: False | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| TaxonName | System.String | Read only: False | |
| RootTaxonomyId | System.Guid | Read only: False | |
| TaxaUrl | System.String | Read only: True | |
| Type | Telerik.Sitefinity.Taxonomies.Model.TaxonomyType | Read only: False | |
| DefaultTitle | System.String | Read only: False | |
| DefaultTaxonName | System.String | Read only: False | |
| TaxonomySharedWith | System.Int32 | Read only: False |
application/json
{
"LastModified": "2025-11-16T14:18:13.8854219Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "b5c47717-6933-405d-ac07-cc76ca77233c",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
}Gets Id property from taxonomies item.
GET /api/newsroom/taxonomies({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": "a6eabd91-2e95-40f3-b9b6-caf2cc3ef216"
}Creates a taxonomies item.
POST /api/newsroom/taxonomies
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: False | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| TaxonName | System.String | Read only: False | |
| RootTaxonomyId | System.Guid | Read only: False | |
| TaxaUrl | System.String | Read only: True | |
| Type | Telerik.Sitefinity.Taxonomies.Model.TaxonomyType | Read only: False | |
| DefaultTitle | System.String | Read only: False | |
| DefaultTaxonName | System.String | Read only: False | |
| TaxonomySharedWith | System.Int32 | Read only: False |
application/json
{
"LastModified": "2025-11-16T14:18:13.8854219Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "ea13a95d-e2d1-4278-a81f-5e3c4dc985d2",
"Type": 0,
"DefaultTitle": "sample string 7",
"DefaultTaxonName": "sample string 8",
"TaxonomySharedWith": 9
}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: False | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| TaxonName | System.String | Read only: False | |
| RootTaxonomyId | System.Guid | Read only: False | |
| TaxaUrl | System.String | Read only: True | |
| Type | Telerik.Sitefinity.Taxonomies.Model.TaxonomyType | Read only: False | |
| DefaultTitle | System.String | Read only: False | |
| DefaultTaxonName | System.String | Read only: False | |
| TaxonomySharedWith | System.Int32 | Read only: False |
application/json
{
"LastModified": "2025-11-16T14:18:13.8854219Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "e621f575-cf4c-41e2-a62a-81799bb931b6",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
}Partial update for taxonomies item.
PATCH /api/newsroom/taxonomies({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: False | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| TaxonName | System.String | Read only: False | |
| RootTaxonomyId | System.Guid | Read only: False | |
| TaxaUrl | System.String | Read only: True | |
| Type | Telerik.Sitefinity.Taxonomies.Model.TaxonomyType | Read only: False | |
| DefaultTitle | System.String | Read only: False | |
| DefaultTaxonName | System.String | Read only: False | |
| TaxonomySharedWith | System.Int32 | Read only: False |
application/json
{
"LastModified": "2025-11-16T14:18:13.8854219Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "5b52df2c-366c-473c-818b-5e62277df8f9",
"Type": 0,
"DefaultTitle": "sample string 7",
"DefaultTaxonName": "sample string 8",
"TaxonomySharedWith": 9
}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 taxonomies item.
PUT /api/newsroom/taxonomies({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: False | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| TaxonName | System.String | Read only: False | |
| RootTaxonomyId | System.Guid | Read only: False | |
| TaxaUrl | System.String | Read only: True | |
| Type | Telerik.Sitefinity.Taxonomies.Model.TaxonomyType | Read only: False | |
| DefaultTitle | System.String | Read only: False | |
| DefaultTaxonName | System.String | Read only: False | |
| TaxonomySharedWith | System.Int32 | Read only: False |
application/json
{
"LastModified": "2025-11-16T14:18:13.8854219Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "3d704a97-da33-45d9-a71a-1b606d5dc77d",
"Type": 0,
"DefaultTitle": "sample string 7",
"DefaultTaxonName": "sample string 8",
"TaxonomySharedWith": 9
}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 taxonomies item by Id.
DELETE /api/newsroom/taxonomies({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.