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": "3365f73d-79a5-46a4-a8a3-83f79f97b73e",
"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": "8c49a3af-08d9-4a61-b2ba-70b53aab93aa",
"LastModified": "2026-02-07T00:22:28.8690645Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:22:28.8690645+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"ParentId": "3365f73d-79a5-46a4-a8a3-83f79f97b73e",
"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": "8c49a3af-08d9-4a61-b2ba-70b53aab93aa",
"LastModified": "2026-02-07T00:22:28.8690645Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:22:28.8690645+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": "cc4db1d1-86eb-4e61-ad91-c9271a7d2de3",
"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": "0bf6fc4e-fcda-45aa-bc1c-1a9b8602c659",
"LastModified": "2026-02-07T00:22:28.8690645Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:22:28.8690645+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": "77a64f50-38ff-4800-955f-f182720f8c60"
}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": "f6ed34bf-ce6d-4168-8932-b4e3a5791f99",
"Description": "sample string 2",
"UrlName": "sample string 3",
"Ordinal": 4.1,
"Synonyms": "sample string 5",
"Name": "sample string 6",
"Title": "sample string 7",
"TaxonomyId": "863e38bc-8833-4bc4-81c2-29f82d59fffb"
}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": "c8d10505-e307-49e5-9309-574bb3dbdb6f",
"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": "4ca6a95e-2965-470f-9f1b-0ae91d09e469",
"LastModified": "2026-02-07T00:22:28.8690645Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:22:28.8690645+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": "67907d39-1473-4b9c-9069-a4ffc03c7bd8",
"Description": "sample string 2",
"UrlName": "sample string 3",
"Ordinal": 4.1,
"Synonyms": "sample string 5",
"Name": "sample string 6",
"Title": "sample string 7",
"TaxonomyId": "35634b92-0a94-4099-8bd8-0c7bc1ceca44"
}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": "6566e8b0-76a7-4a01-943a-b2abd85bd227",
"Description": "sample string 2",
"UrlName": "sample string 3",
"Ordinal": 4.1,
"Synonyms": "sample string 5",
"Name": "sample string 6",
"Title": "sample string 7",
"TaxonomyId": "3b41074c-7b19-4ccd-9ea4-df66d70833da"
}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.