Returns a set of data items of type taxonomies.
GET /api/media/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-09-13T02:41:51.2437541Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "1034120b-49d7-408b-8ac5-3b44791fe148",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
},
{
"LastModified": "2025-09-13T02:41:51.2437541Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "1034120b-49d7-408b-8ac5-3b44791fe148",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
}
]
Gets taxonomies item by id.
GET /api/media/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-09-13T02:41:51.2437541Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "357ce319-2d9e-4141-b00f-cc8982830683",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
}
Gets Id property from taxonomies item.
GET /api/media/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": "e7ee81d1-6e68-4714-b61e-85108203e159"
}
Creates a taxonomies item.
POST /api/media/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-09-13T02:41:51.2437541Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "c5dc5aff-4483-40fb-803f-70ea041be116",
"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-09-13T02:41:51.2437541Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "69980cb3-d4cf-4c66-8553-8e4638b9ef5a",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
}
Partial update for taxonomies item.
PATCH /api/media/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-09-13T02:41:51.2437541Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "42e1a712-728d-4646-afdb-0df54705a2ce",
"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/media/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-09-13T02:41:51.2437541Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "035216eb-1838-428a-b0e9-7a0c382f4bdf",
"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/media/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.