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 |
| Synonyms | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"Synonyms": "sample string 1",
"Name": "sample string 2",
"LastModified": "2026-08-08T04:17:35.8880793Z",
"TaxonomyId": "7d8c8859-7d72-4bc6-abc8-bb2964042fed",
"Ordinal": 5.1,
"UrlName": "sample string 6",
"Description": "sample string 7",
"Title": "sample string 8",
"Provider": "sample string 9",
"AppliedTo": 10,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T04:17:35.8880793+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"Synonyms": "sample string 1",
"Name": "sample string 2",
"LastModified": "2026-08-08T04:17:35.8880793Z",
"TaxonomyId": "7d8c8859-7d72-4bc6-abc8-bb2964042fed",
"Ordinal": 5.1,
"UrlName": "sample string 6",
"Description": "sample string 7",
"Title": "sample string 8",
"Provider": "sample string 9",
"AppliedTo": 10,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T04:17:35.8880793+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 |
| Synonyms | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"Synonyms": "sample string 1",
"Name": "sample string 2",
"LastModified": "2026-08-08T04:17:35.8880793Z",
"TaxonomyId": "7889d012-f51f-4d80-99eb-44a32c59ae31",
"Ordinal": 5.1,
"UrlName": "sample string 6",
"Description": "sample string 7",
"Title": "sample string 8",
"Provider": "sample string 9",
"AppliedTo": 10,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T04:17:35.8880793+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Synonyms 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 |
| Synonyms | System.String | Read only: False |
application/json
{
"Synonyms": "sample string 1"
}Creates a flat-taxa item.
POST /api/emergencies/flat-taxa
None
| Name | Description | Type | Additional Information |
| Synonyms | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"Synonyms": "sample string 1",
"Name": "sample string 2",
"TaxonomyId": "fd07caf9-0d7f-470a-9935-5ec7f629266b",
"Ordinal": 4.1,
"UrlName": "sample string 5",
"Description": "sample string 6",
"Title": "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 |
| Synonyms | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"Synonyms": "sample string 1",
"Name": "sample string 2",
"LastModified": "2026-08-08T04:17:35.8880793Z",
"TaxonomyId": "416bdd5a-c367-4bb2-8f50-64016fe65ea0",
"Ordinal": 5.1,
"UrlName": "sample string 6",
"Description": "sample string 7",
"Title": "sample string 8",
"Provider": "sample string 9",
"AppliedTo": 10,
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T04:17:35.8880793+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 |
| Synonyms | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"Synonyms": "sample string 1",
"Name": "sample string 2",
"TaxonomyId": "cc8ecaf8-e80b-431a-ae64-fc91dadfec4e",
"Ordinal": 4.1,
"UrlName": "sample string 5",
"Description": "sample string 6",
"Title": "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 |
| Synonyms | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| TaxonomyId | System.Guid | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| AppliedTo | System.Int64 | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"Synonyms": "sample string 1",
"Name": "sample string 2",
"TaxonomyId": "b9ac10ae-7796-4b50-b1b0-36010931d3b4",
"Ordinal": 4.1,
"UrlName": "sample string 5",
"Description": "sample string 6",
"Title": "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.