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": "e373b827-a00f-453f-8b82-041709702b56",
"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": "e6f16dfa-36a0-4d25-8714-09f918374e95",
"LastModified": "2026-03-04T01:34:35.5848182Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T01:34:35.5848182+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"ParentId": "e373b827-a00f-453f-8b82-041709702b56",
"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": "e6f16dfa-36a0-4d25-8714-09f918374e95",
"LastModified": "2026-03-04T01:34:35.5848182Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T01:34:35.5848182+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": "2e42c61b-5630-43ed-ad75-e31902575c0a",
"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": "9f75e3cf-604d-45e9-9f06-c963ef8250c7",
"LastModified": "2026-03-04T01:34:35.5848182Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T01:34:35.5848182+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": "9658b17f-0034-44d4-af85-e55ebea9ccae"
}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": "7324588a-89b4-4bda-9c14-6b1e0a5bfe80",
"Description": "sample string 2",
"UrlName": "sample string 3",
"Ordinal": 4.1,
"Synonyms": "sample string 5",
"Name": "sample string 6",
"Title": "sample string 7",
"TaxonomyId": "ac1a8146-d539-4f28-8f90-747f86d50ee4"
}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": "b64a8bed-416f-4aa5-92b5-e09c38c38654",
"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": "c2182b08-6ea3-4c95-ae26-56089e0ec94b",
"LastModified": "2026-03-04T01:34:35.5848182Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T01:34:35.5848182+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": "6fd73da9-9ad0-43b9-b39c-ab971ba8b826",
"Description": "sample string 2",
"UrlName": "sample string 3",
"Ordinal": 4.1,
"Synonyms": "sample string 5",
"Name": "sample string 6",
"Title": "sample string 7",
"TaxonomyId": "6122f2d4-7d1e-4ad6-8013-3886171726e0"
}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": "25e4d5dc-3b7c-41fc-8b00-3be64e51f4f0",
"Description": "sample string 2",
"UrlName": "sample string 3",
"Ordinal": 4.1,
"Synonyms": "sample string 5",
"Name": "sample string 6",
"Title": "sample string 7",
"TaxonomyId": "dae7c03a-3e11-4727-8b5e-15a35f8a96ef"
}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.