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-07-18T02:56:25.4018188Z",
"TaxonomyId": "d04ae157-0723-4429-a6cc-c6f31deb4a5d",
"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-07-18T02:56:25.4018188+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"Synonyms": "sample string 1",
"Name": "sample string 2",
"LastModified": "2026-07-18T02:56:25.4018188Z",
"TaxonomyId": "d04ae157-0723-4429-a6cc-c6f31deb4a5d",
"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-07-18T02:56:25.4018188+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-07-18T02:56:25.4018188Z",
"TaxonomyId": "2f7fd738-75a4-4760-987f-5a319f2e5eaf",
"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-07-18T02:56:25.4018188+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": "51fed60a-e499-4d9b-9f7e-360ac999a2a4",
"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-07-18T02:56:25.4018188Z",
"TaxonomyId": "ff6163e0-fcdf-47cf-be22-6f5b9af67736",
"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-07-18T02:56:25.4018188+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": "de7fb5ba-0e54-4e54-8d09-be25a38c97a2",
"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": "58009b2d-d5a1-4f16-b34a-8bb0268fac51",
"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.