Returns a set of data items of type hierarchy-taxa.
GET /api/emergencies/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 |
| ParentId | System.Guid | Read only: False | |
| FullUrl | System.String | Read only: True | |
| Description | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| Synonyms | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"ParentId": "61eb1ec1-6955-44c6-a68c-84dcf8cffbc7",
"FullUrl": "sample string 2",
"Description": "sample string 3",
"UrlName": "sample string 4",
"Ordinal": 5.1,
"Synonyms": "sample string 6",
"Name": "sample string 7",
"Title": "sample string 8",
"TaxonomyId": "8be9fbb2-8d52-4a5b-851c-2c47df1d7c13",
"LastModified": "2026-01-10T00:28:51.5756538Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-10T00:28:51.5756538+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"ParentId": "61eb1ec1-6955-44c6-a68c-84dcf8cffbc7",
"FullUrl": "sample string 2",
"Description": "sample string 3",
"UrlName": "sample string 4",
"Ordinal": 5.1,
"Synonyms": "sample string 6",
"Name": "sample string 7",
"Title": "sample string 8",
"TaxonomyId": "8be9fbb2-8d52-4a5b-851c-2c47df1d7c13",
"LastModified": "2026-01-10T00:28:51.5756538Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-10T00:28:51.5756538+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets hierarchy-taxa item by id.
GET /api/emergencies/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 |
| ParentId | System.Guid | Read only: False | |
| FullUrl | System.String | Read only: True | |
| Description | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| Synonyms | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"ParentId": "2822a823-036f-4d99-9623-c10dc9a9f34d",
"FullUrl": "sample string 2",
"Description": "sample string 3",
"UrlName": "sample string 4",
"Ordinal": 5.1,
"Synonyms": "sample string 6",
"Name": "sample string 7",
"Title": "sample string 8",
"TaxonomyId": "19ec569f-dfbb-4348-9dd2-67fb2f15a20f",
"LastModified": "2026-01-10T00:28:51.5756538Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-10T00:28:51.5756538+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets ParentId property from hierarchy-taxa item.
GET /api/emergencies/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 |
| ParentId | System.Guid | Read only: False |
application/json
{
"ParentId": "7f2b35f3-30ed-4b67-96cc-edbdebaa8cfd"
}Creates a hierarchy-taxa item.
POST /api/emergencies/hierarchy-taxa
None
| Name | Description | Type | Additional Information |
| ParentId | System.Guid | Read only: False | |
| FullUrl | System.String | Read only: True | |
| Description | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| Synonyms | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"ParentId": "8db2930b-6c0b-4700-b4cb-f6dceca11b25",
"Description": "sample string 2",
"UrlName": "sample string 3",
"Ordinal": 4.1,
"Synonyms": "sample string 5",
"Name": "sample string 6",
"Title": "sample string 7",
"TaxonomyId": "5aa209fe-f12a-4fa5-aafe-be880c519692"
}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 |
| ParentId | System.Guid | Read only: False | |
| FullUrl | System.String | Read only: True | |
| Description | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| Synonyms | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"ParentId": "85a5bb0e-5afc-4762-b58b-de8ce246d368",
"FullUrl": "sample string 2",
"Description": "sample string 3",
"UrlName": "sample string 4",
"Ordinal": 5.1,
"Synonyms": "sample string 6",
"Name": "sample string 7",
"Title": "sample string 8",
"TaxonomyId": "626fe4d9-2d17-4ef6-9b62-1a4f52f24b98",
"LastModified": "2026-01-10T00:28:51.5756538Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-10T00:28:51.5756538+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for hierarchy-taxa item.
PATCH /api/emergencies/hierarchy-taxa({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| ParentId | System.Guid | Read only: False | |
| FullUrl | System.String | Read only: True | |
| Description | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| Synonyms | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"ParentId": "fbe5eb05-416b-4015-bbd3-5c242aaedd6c",
"Description": "sample string 2",
"UrlName": "sample string 3",
"Ordinal": 4.1,
"Synonyms": "sample string 5",
"Name": "sample string 6",
"Title": "sample string 7",
"TaxonomyId": "0eb11711-cb41-475c-b700-b346d0277aab"
}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/emergencies/hierarchy-taxa({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| ParentId | System.Guid | Read only: False | |
| FullUrl | System.String | Read only: True | |
| Description | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| Synonyms | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"ParentId": "615c6ce5-0f4c-4125-88a9-5bd0ed9ab437",
"Description": "sample string 2",
"UrlName": "sample string 3",
"Ordinal": 4.1,
"Synonyms": "sample string 5",
"Name": "sample string 6",
"Title": "sample string 7",
"TaxonomyId": "386c71e0-67a9-4093-b3bb-22e0b0c13961"
}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/emergencies/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.