Returns a set of data items of type flat-taxa.
GET /api/emergencies/flat-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 |
| Description | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| AppliedTo | System.Int64 | Read only: True | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"Description": "sample string 1",
"UrlName": "sample string 2",
"Ordinal": 3.1,
"TaxonomyId": "d8092af6-2047-4ec3-ba67-100e145478ae",
"Title": "sample string 5",
"LastModified": "2026-01-10T00:28:51.5756538Z",
"Name": "sample string 7",
"Synonyms": "sample string 8",
"AppliedTo": 9,
"Provider": "sample string 10",
"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"
}
},
{
"Description": "sample string 1",
"UrlName": "sample string 2",
"Ordinal": 3.1,
"TaxonomyId": "d8092af6-2047-4ec3-ba67-100e145478ae",
"Title": "sample string 5",
"LastModified": "2026-01-10T00:28:51.5756538Z",
"Name": "sample string 7",
"Synonyms": "sample string 8",
"AppliedTo": 9,
"Provider": "sample string 10",
"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 flat-taxa item by id.
GET /api/emergencies/flat-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 |
| Description | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| AppliedTo | System.Int64 | Read only: True | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"Description": "sample string 1",
"UrlName": "sample string 2",
"Ordinal": 3.1,
"TaxonomyId": "5628923d-f9bd-4bdd-be7e-79f14beae87a",
"Title": "sample string 5",
"LastModified": "2026-01-10T00:28:51.5756538Z",
"Name": "sample string 7",
"Synonyms": "sample string 8",
"AppliedTo": 9,
"Provider": "sample string 10",
"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 Description property from flat-taxa item.
GET /api/emergencies/flat-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 |
| Description | System.String | Read only: False |
application/json
{
"Description": "sample string 1"
}Creates a flat-taxa item.
POST /api/emergencies/flat-taxa
None
| Name | Description | Type | Additional Information |
| Description | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| AppliedTo | System.Int64 | Read only: True | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"Description": "sample string 1",
"UrlName": "sample string 2",
"Ordinal": 3.1,
"TaxonomyId": "45b03dd7-612a-419f-a0e3-992e50cc9754",
"Title": "sample string 5",
"Name": "sample string 6",
"Synonyms": "sample string 7"
}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 |
| Description | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| AppliedTo | System.Int64 | Read only: True | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"Description": "sample string 1",
"UrlName": "sample string 2",
"Ordinal": 3.1,
"TaxonomyId": "0e46a051-d539-4f45-899b-4f46fb57ec98",
"Title": "sample string 5",
"LastModified": "2026-01-10T00:28:51.5756538Z",
"Name": "sample string 7",
"Synonyms": "sample string 8",
"AppliedTo": 9,
"Provider": "sample string 10",
"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 flat-taxa item.
PATCH /api/emergencies/flat-taxa({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| Description | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| AppliedTo | System.Int64 | Read only: True | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"Description": "sample string 1",
"UrlName": "sample string 2",
"Ordinal": 3.1,
"TaxonomyId": "61e76755-1576-47e6-aac8-93cf4de56b3e",
"Title": "sample string 5",
"Name": "sample string 6",
"Synonyms": "sample string 7"
}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 flat-taxa item.
PUT /api/emergencies/flat-taxa({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| Description | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| TaxonomyId | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Name | System.String | Read only: False | |
| Synonyms | System.String | Read only: False | |
| AppliedTo | System.Int64 | Read only: True | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"Description": "sample string 1",
"UrlName": "sample string 2",
"Ordinal": 3.1,
"TaxonomyId": "9399f4b8-8fae-47a6-a219-877a7e875fe8",
"Title": "sample string 5",
"Name": "sample string 6",
"Synonyms": "sample string 7"
}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 flat-taxa item by Id.
DELETE /api/emergencies/flat-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.