Returns a set of data items of type hierarchy-taxa.
GET /api/multimedias/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 | |
| Subtaxa | SitefinityWebApp.Web.Services.Extensibility.CalculatedProperties.Models.SubtaxaCalculatedPropertyModel | Read only: True |
application/json
[
{
"LastModified": "2025-10-28T21:18:05.3514999Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "c28e6b34-51ac-42bd-873e-d3038c5761e5",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "1f2f2465-c142-4dd4-816d-0adfd024bdc5",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:05.3514999+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Subtaxa": {
"Title": "sample string 1",
"Id": "sample string 2"
}
},
{
"LastModified": "2025-10-28T21:18:05.3514999Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "c28e6b34-51ac-42bd-873e-d3038c5761e5",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "1f2f2465-c142-4dd4-816d-0adfd024bdc5",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:05.3514999+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Subtaxa": {
"Title": "sample string 1",
"Id": "sample string 2"
}
}
]Gets hierarchy-taxa item by id.
GET /api/multimedias/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 | |
| Subtaxa | SitefinityWebApp.Web.Services.Extensibility.CalculatedProperties.Models.SubtaxaCalculatedPropertyModel | Read only: True |
application/json
{
"LastModified": "2025-10-28T21:18:05.3514999Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "d187ece6-7fec-4f9b-ac84-39f10595124a",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "96ad4ba1-d501-4086-a373-47ec02825a1b",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:05.3514999+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Subtaxa": {
"Title": "sample string 1",
"Id": "sample string 2"
}
}Gets Id property from hierarchy-taxa item.
GET /api/multimedias/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": "b59502c1-978e-4bf3-9c50-3aa21718d399"
}Creates a hierarchy-taxa item.
POST /api/multimedias/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 | |
| Subtaxa | SitefinityWebApp.Web.Services.Extensibility.CalculatedProperties.Models.SubtaxaCalculatedPropertyModel | Read only: True |
application/json
{
"Title": "sample string 1",
"Description": "sample string 2",
"Name": "sample string 3",
"Synonyms": "sample string 4",
"TaxonomyId": "bdd171a4-539e-4b79-8efc-1987f58f78d6",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"ParentId": "6eac36af-5bcd-4ca1-b8a9-bb9bd2176f7d"
}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 | |
| Subtaxa | SitefinityWebApp.Web.Services.Extensibility.CalculatedProperties.Models.SubtaxaCalculatedPropertyModel | Read only: True |
application/json
{
"LastModified": "2025-10-28T21:18:05.3514999Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "aab55dcc-3db6-47b4-8c77-d9ae26bcf983",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "9dcf4aa3-5538-48e6-8cf0-5464a3718d80",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T21:18:05.3514999+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Subtaxa": {
"Title": "sample string 1",
"Id": "sample string 2"
}
}Partial update for hierarchy-taxa item.
PATCH /api/multimedias/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 | |
| Subtaxa | SitefinityWebApp.Web.Services.Extensibility.CalculatedProperties.Models.SubtaxaCalculatedPropertyModel | Read only: True |
application/json
{
"Title": "sample string 1",
"Description": "sample string 2",
"Name": "sample string 3",
"Synonyms": "sample string 4",
"TaxonomyId": "42df038a-6ea4-46bd-a3ec-3c9594ef299c",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"ParentId": "31343d96-3c7f-4c2b-bf33-458625de7c35"
}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/multimedias/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 | |
| Subtaxa | SitefinityWebApp.Web.Services.Extensibility.CalculatedProperties.Models.SubtaxaCalculatedPropertyModel | Read only: True |
application/json
{
"Title": "sample string 1",
"Description": "sample string 2",
"Name": "sample string 3",
"Synonyms": "sample string 4",
"TaxonomyId": "2206f7ce-1fc7-48ee-98ab-e6e7c62408da",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"ParentId": "76d20dcf-acb9-49da-b2b6-25c230474369"
}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/multimedias/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.