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-29T01:42:03.8856341Z",
"TaxonomyId": "30d654ed-f6c3-4536-aeec-f069b47a0ee0",
"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-29T01:42:03.8856341+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"Synonyms": "sample string 1",
"Name": "sample string 2",
"LastModified": "2026-08-29T01:42:03.8856341Z",
"TaxonomyId": "30d654ed-f6c3-4536-aeec-f069b47a0ee0",
"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-29T01:42:03.8856341+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-29T01:42:03.8856341Z",
"TaxonomyId": "0f2515f6-583a-47ea-bb48-05f36cf510c0",
"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-29T01:42:03.8856341+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": "e265fdd2-b314-40d3-ac6b-f5893827b521",
"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-29T01:42:03.8856341Z",
"TaxonomyId": "2a99b03e-2b0c-44a9-8f5d-51922bc1f78b",
"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-29T01:42:03.8856341+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": "44f200eb-274f-4c2c-aa13-50fedf88975d",
"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": "91380e43-7c38-400e-a249-2e6903f22872",
"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.