Returns a set of data items of type taxonomies.
GET /api/emergencies/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-11T04:45:25.2303268Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "da23b1cc-1459-4bf8-bffb-f6bbab5a44f4",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
},
{
"LastModified": "2025-09-11T04:45:25.2303268Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "da23b1cc-1459-4bf8-bffb-f6bbab5a44f4",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
}
]
Gets taxonomies item by id.
GET /api/emergencies/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-11T04:45:25.2303268Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "498e4cd2-0f5f-4329-b6da-b9755031ca6c",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
}
Gets Id property from taxonomies item.
GET /api/emergencies/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": "cca5f478-22d2-4962-b45e-51202fd17408"
}
Creates a taxonomies item.
POST /api/emergencies/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-11T04:45:25.2303268Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "3df8a129-4d7f-4ebc-9c9b-dd5e82708199",
"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-11T04:45:25.2303268Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "cdd3936b-1023-4ab4-9d63-e2ac4059fb0a",
"TaxaUrl": "sample string 7",
"Type": 0,
"DefaultTitle": "sample string 8",
"DefaultTaxonName": "sample string 9",
"TaxonomySharedWith": 10
}
Partial update for taxonomies item.
PATCH /api/emergencies/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-11T04:45:25.2303268Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "a302e98f-6b1f-4b90-a02a-144ddfd4c808",
"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/emergencies/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-11T04:45:25.2303268Z",
"Name": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TaxonName": "sample string 5",
"RootTaxonomyId": "cc7261fe-95b7-424f-a4dd-2e8aa6eea516",
"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/emergencies/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.