Returns a set of data items of type taxonomies.
GET /api/gho/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-12T16:25:30.5741175Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "600412b9-5695-4f4b-a441-2f70db590bda",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
},
{
"LastModified": "2025-09-12T16:25:30.5741175Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "600412b9-5695-4f4b-a441-2f70db590bda",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
}
]
Gets taxonomies item by id.
GET /api/gho/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-12T16:25:30.5741175Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "3291ddf0-b47a-475d-af68-5cf7b896db49",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
}
Gets Id property from taxonomies item.
GET /api/gho/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": "2f538d47-af16-40f7-b34a-30f2f53a1e58"
}
Creates a taxonomies item.
POST /api/gho/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-12T16:25:30.5741175Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "215f298e-9152-4a97-b312-a8a3e7e94f29",
"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-12T16:25:30.5741175Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "9f5d04b2-baa7-4d5d-beb1-0061a0c8a044",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
}
Partial update for taxonomies item.
PATCH /api/gho/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-12T16:25:30.5741175Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "a5abde4e-60c3-4341-8298-0181489a17ae",
"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/gho/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-12T16:25:30.5741175Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "36a30f0a-dd95-4e3f-a51a-27ef0f90bd8d",
"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/gho/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.