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": "07a47722-d5b4-41b5-93d0-ec3938687d8e",
"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": "c540e9dc-37e0-4333-a209-d0ac866c3e39",
"LastModified": "2026-03-27T17:51:29.7775743Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-27T17:51:29.7775743+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"ParentId": "07a47722-d5b4-41b5-93d0-ec3938687d8e",
"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": "c540e9dc-37e0-4333-a209-d0ac866c3e39",
"LastModified": "2026-03-27T17:51:29.7775743Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-27T17:51:29.7775743+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": "c8f801b8-7068-41fa-8d22-e4e084ad01b0",
"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": "63902581-4813-4850-ab08-a724ce5a866e",
"LastModified": "2026-03-27T17:51:29.7775743Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-27T17:51:29.7775743+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": "c44c1160-efaa-48b3-a9c1-03aa6f824a9e"
}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": "d2cd84da-5f22-47ad-aec4-a1d367da00b0",
"Description": "sample string 2",
"UrlName": "sample string 3",
"Ordinal": 4.1,
"Synonyms": "sample string 5",
"Name": "sample string 6",
"Title": "sample string 7",
"TaxonomyId": "388ab8c7-1da3-42ec-a939-3546a280574b"
}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": "470637bf-6a68-47f2-9fbe-c3bc47ad5edb",
"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": "1ff35107-82fa-4516-92d1-40a9f8dbd8d6",
"LastModified": "2026-03-27T17:51:29.7775743Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-27T17:51:29.7775743+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": "0a183d16-c790-43b0-9d30-4218b973e156",
"Description": "sample string 2",
"UrlName": "sample string 3",
"Ordinal": 4.1,
"Synonyms": "sample string 5",
"Name": "sample string 6",
"Title": "sample string 7",
"TaxonomyId": "7ad114fe-ccec-420c-9ae4-bffdb7c24ee4"
}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": "ea1ff46b-9468-4fc8-9f9d-ca2f6bdb1ece",
"Description": "sample string 2",
"UrlName": "sample string 3",
"Ordinal": 4.1,
"Synonyms": "sample string 5",
"Name": "sample string 6",
"Title": "sample string 7",
"TaxonomyId": "f3a0692e-55a4-4775-b4a4-969051530550"
}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.