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": "884e83a9-3f7b-4b95-8205-96dba27d4bc1",
"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": "2e08490e-658b-47c6-9bb1-53d928729842",
"LastModified": "2025-10-18T06:38:31.4016402Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-18T06:38:31.4016402+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"ParentId": "884e83a9-3f7b-4b95-8205-96dba27d4bc1",
"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": "2e08490e-658b-47c6-9bb1-53d928729842",
"LastModified": "2025-10-18T06:38:31.4016402Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-18T06:38:31.4016402+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": "46e324a8-ebae-47e8-8b29-2ef2a3a46f0e",
"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": "ef1889a6-9c0e-4bf5-a501-ecf062eb4e95",
"LastModified": "2025-10-18T06:38:31.4016402Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-18T06:38:31.4016402+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": "242c712b-1b18-4a45-8da7-70af15070ab6"
}
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": "bbe30713-3eec-4bc8-b138-169e4d09bc07",
"Description": "sample string 2",
"UrlName": "sample string 3",
"Ordinal": 4.1,
"Synonyms": "sample string 5",
"Name": "sample string 6",
"Title": "sample string 7",
"TaxonomyId": "c1bc8dbc-9c62-4d4f-ac06-7cbc1c62d1c4"
}
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": "febc370d-95c7-4bfa-afce-44e0743273b7",
"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": "5b3b52c2-6a3d-4e37-bc46-41937b60b3c1",
"LastModified": "2025-10-18T06:38:31.4016402Z",
"Provider": "sample string 11",
"AppliedTo": 12,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-18T06:38:31.4016402+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": "d7b3993e-71cf-4754-85eb-5e7d704b2d99",
"Description": "sample string 2",
"UrlName": "sample string 3",
"Ordinal": 4.1,
"Synonyms": "sample string 5",
"Name": "sample string 6",
"Title": "sample string 7",
"TaxonomyId": "d2ff62ff-e548-497c-8901-d912569a2073"
}
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": "f9231b94-6632-46c5-ae8c-0930978f98a8",
"Description": "sample string 2",
"UrlName": "sample string 3",
"Ordinal": 4.1,
"Synonyms": "sample string 5",
"Name": "sample string 6",
"Title": "sample string 7",
"TaxonomyId": "078073c8-17ea-485e-b657-6240a2be96ba"
}
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.