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-10-06T11:52:18.4900658Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "4a00a731-796d-4a29-9af5-7d8a1b0bd7eb",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
},
{
"LastModified": "2025-10-06T11:52:18.4900658Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "4a00a731-796d-4a29-9af5-7d8a1b0bd7eb",
"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-10-06T11:52:18.4900658Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "6538c756-2bf5-466c-ae19-9562bd279e23",
"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": "8e42409f-bcbd-47e7-9503-9d4615e43d12"
}
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-10-06T11:52:18.4900658Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "0cd90be9-72b1-4c57-af93-4dbe97d9113f",
"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-10-06T11:52:18.4900658Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "d8e89857-9905-48f9-959f-79fed8203660",
"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-10-06T11:52:18.4900658Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "f2303e59-fabe-478b-b817-d7673be9be65",
"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-10-06T11:52:18.4900658Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "c6306a27-3539-4d91-aabd-32e7be5f11b0",
"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.