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-07T20:24:13.5162983Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "00ef49d6-bc26-4b55-ab03-c80a8295eceb",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "f9206514-9f9b-488c-acd7-e1137c04c5aa",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:13.5162983+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"Subtaxa": {
"Title": "sample string 1",
"Id": "sample string 2"
}
},
{
"LastModified": "2025-10-07T20:24:13.5162983Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "00ef49d6-bc26-4b55-ab03-c80a8295eceb",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "f9206514-9f9b-488c-acd7-e1137c04c5aa",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:13.5162983+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-07T20:24:13.5162983Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "438785f1-89d7-4cd7-bfc3-580511ec3b70",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "22f81b5b-d2d7-46f3-844b-c369f9e020c4",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:13.5162983+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": "3fe6bfe2-b491-4baf-9c41-68acf039bdab"
}
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": "20facb3f-aa25-4912-8fa8-0dd36b7983ba",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"ParentId": "a5c111f6-f022-46e2-8e7d-540271ace1f7"
}
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-07T20:24:13.5162983Z",
"Title": "sample string 2",
"Description": "sample string 3",
"Name": "sample string 4",
"Synonyms": "sample string 5",
"TaxonomyId": "7803d325-7478-4b91-9c55-538311a1acc8",
"Ordinal": 7.1,
"UrlName": "sample string 8",
"FullUrl": "sample string 9",
"ParentId": "2852376b-c00d-48d5-a661-d77d554a9f67",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:13.5162983+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": "75d89465-579c-4fcd-adde-f13079b9eb91",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"ParentId": "7cc512dd-2e46-42bd-8221-3c6a055d3a1b"
}
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": "b1a39c7c-94ae-4b4d-bbb7-6e38e86cbd9f",
"Ordinal": 6.1,
"UrlName": "sample string 7",
"ParentId": "c1672d87-708b-4cc9-8f52-41f2fe51ff7d"
}
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.