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": "10aa235f-5d73-4053-9502-8e5f58d516bb",
"Title": "sample string 5",
"LastModified": "2026-05-07T19:57:55.3141757Z",
"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-05-07T19:57:55.3141757+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"Description": "sample string 1",
"UrlName": "sample string 2",
"Ordinal": 3.1,
"TaxonomyId": "10aa235f-5d73-4053-9502-8e5f58d516bb",
"Title": "sample string 5",
"LastModified": "2026-05-07T19:57:55.3141757Z",
"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-05-07T19:57:55.3141757+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": "2c4ae1f5-2626-4b14-908c-2fa3c62c1601",
"Title": "sample string 5",
"LastModified": "2026-05-07T19:57:55.3141757Z",
"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-05-07T19:57:55.3141757+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": "aff59322-902a-437f-bb49-00541ac07485",
"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": "cc20b7b4-9ec2-4543-9273-aafb6187bcb1",
"Title": "sample string 5",
"LastModified": "2026-05-07T19:57:55.3141757Z",
"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-05-07T19:57:55.3141757+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": "105849da-77a1-4e84-90f0-f49f673ff137",
"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": "aacb18bf-2b90-43c4-be4a-b051a9139ca9",
"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.