Returns a set of data items of type taxonomies.
GET /api/multimedias/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-29T07:05:03.0543527Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "b1d2667b-0fc2-4521-9914-417561c99c49",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
},
{
"LastModified": "2025-10-29T07:05:03.0543527Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "b1d2667b-0fc2-4521-9914-417561c99c49",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
}
]Gets taxonomies item by id.
GET /api/multimedias/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-29T07:05:03.0543527Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "ed03015d-a1ca-4b09-bfe6-a6b3ff2add05",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
}Gets Id property from taxonomies item.
GET /api/multimedias/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": "511c780d-98a5-4b42-8946-6d1b414ff99c"
}Creates a taxonomies item.
POST /api/multimedias/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-29T07:05:03.0543527Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "e7667a9b-20b9-4c2c-99dc-799f2845c411",
"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-29T07:05:03.0543527Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "fe2a627c-4aef-4e2e-b5bf-95be52a43f9a",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
}Partial update for taxonomies item.
PATCH /api/multimedias/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-29T07:05:03.0543527Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "56683cba-c1f9-4345-99a0-8a3a27a9556d",
"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/multimedias/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-29T07:05:03.0543527Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "abaa6837-c9ba-4285-a6fe-9706015fcd97",
"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/multimedias/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.