Returns a set of data items of type countries.
GET /api/emergencies/countries
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 |
| OfficialName | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| SortTitle | System.String | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| publishingoffices | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| WhoCode | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| Code | System.String | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"OfficialName": "sample string 1",
"CountryRelationship": "sample string 2",
"Title": "sample string 3",
"code2": "sample string 4",
"SortTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "ef8997ad-83a6-4ac4-8306-101cfc87e83d",
"IsoCodeNumeric": 9.0,
"whostatus": "94eb6b2a-e4e8-4c4d-9786-1bdf9f8b6cc0",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "6d8b9bce-a18b-4940-bec2-c04b1cc313e1",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-06-27T09:45:45.4546299Z",
"PublicationDate": "2026-06-27T09:45:45.4546299Z",
"LastModified": "2026-06-27T09:45:45.4546299Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T09:45:45.4546299+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"OfficialName": "sample string 1",
"CountryRelationship": "sample string 2",
"Title": "sample string 3",
"code2": "sample string 4",
"SortTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "ef8997ad-83a6-4ac4-8306-101cfc87e83d",
"IsoCodeNumeric": 9.0,
"whostatus": "94eb6b2a-e4e8-4c4d-9786-1bdf9f8b6cc0",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "6d8b9bce-a18b-4940-bec2-c04b1cc313e1",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-06-27T09:45:45.4546299Z",
"PublicationDate": "2026-06-27T09:45:45.4546299Z",
"LastModified": "2026-06-27T09:45:45.4546299Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T09:45:45.4546299+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets countries item by id.
GET /api/emergencies/countries({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 |
| OfficialName | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| SortTitle | System.String | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| publishingoffices | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| WhoCode | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| Code | System.String | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"OfficialName": "sample string 1",
"CountryRelationship": "sample string 2",
"Title": "sample string 3",
"code2": "sample string 4",
"SortTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "fc52d56e-ad88-4501-a38e-c762d9f47682",
"IsoCodeNumeric": 9.0,
"whostatus": "09fca9dc-6d80-4ec6-9105-154b47460e24",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "689124ac-6c2f-4194-ac9c-e8c3040aec93",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-06-27T09:45:45.4546299Z",
"PublicationDate": "2026-06-27T09:45:45.4546299Z",
"LastModified": "2026-06-27T09:45:45.4546299Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T09:45:45.4546299+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets OfficialName property from countries item.
GET /api/emergencies/countries({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 |
| OfficialName | System.String | Read only: False |
application/json
{
"OfficialName": "sample string 1"
}Creates a countries item.
POST /api/emergencies/countries
None
| Name | Description | Type | Additional Information |
| OfficialName | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| SortTitle | System.String | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| publishingoffices | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| WhoCode | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| Code | System.String | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"OfficialName": "sample string 1",
"CountryRelationship": "sample string 2",
"Title": "sample string 3",
"code2": "sample string 4",
"SortTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"publishingoffices": "f68931cc-410c-468b-a25c-ecd0bd700101",
"IsoCodeNumeric": 8.0,
"whostatus": "84ea3671-3a26-46fd-a6fb-5014b717d817",
"Overview": "sample string 10",
"ColloquialSynonym": "sample string 11",
"WhoCode": "sample string 12",
"IsMemberstate": true,
"Code": "sample string 14",
"WhoNotes": "sample string 15",
"regionscountries": "67b5f05f-f152-45bb-a254-d8d45eafc602",
"Summary": "sample string 17",
"UrlName": "sample string 18",
"IncludeInSitemap": true,
"PublicationDate": "2026-06-27T09:45:45.4546299Z"
}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 |
| OfficialName | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| SortTitle | System.String | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| publishingoffices | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| WhoCode | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| Code | System.String | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"OfficialName": "sample string 1",
"CountryRelationship": "sample string 2",
"Title": "sample string 3",
"code2": "sample string 4",
"SortTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "45edd08d-04fe-48f1-84e8-e299133dfcf0",
"IsoCodeNumeric": 9.0,
"whostatus": "23f5e34c-31e7-4298-938a-c72cf05b7921",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "54759ac8-59d5-482a-b2eb-7cd0c638521b",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-06-27T09:45:45.4546299Z",
"PublicationDate": "2026-06-27T09:45:45.4546299Z",
"LastModified": "2026-06-27T09:45:45.4546299Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T09:45:45.4546299+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for countries item.
PATCH /api/emergencies/countries({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| OfficialName | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| SortTitle | System.String | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| publishingoffices | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| WhoCode | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| Code | System.String | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"OfficialName": "sample string 1",
"CountryRelationship": "sample string 2",
"Title": "sample string 3",
"code2": "sample string 4",
"SortTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"publishingoffices": "6dcb995a-9145-47e2-b73e-2902cdbaffaf",
"IsoCodeNumeric": 8.0,
"whostatus": "f644a53f-2594-4df6-9fbe-ca84e579f6e3",
"Overview": "sample string 10",
"ColloquialSynonym": "sample string 11",
"WhoCode": "sample string 12",
"IsMemberstate": true,
"Code": "sample string 14",
"WhoNotes": "sample string 15",
"regionscountries": "1a1f0d87-d8ab-4c9f-bac6-6886a6c12047",
"Summary": "sample string 17",
"UrlName": "sample string 18",
"IncludeInSitemap": true,
"PublicationDate": "2026-06-27T09:45:45.4546299Z"
}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 countries item.
PUT /api/emergencies/countries({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| OfficialName | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| SortTitle | System.String | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| publishingoffices | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| WhoCode | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| Code | System.String | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"OfficialName": "sample string 1",
"CountryRelationship": "sample string 2",
"Title": "sample string 3",
"code2": "sample string 4",
"SortTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"publishingoffices": "9247865b-d24d-45c6-9301-0b57281d3f55",
"IsoCodeNumeric": 8.0,
"whostatus": "ef4b0459-3975-49c2-b071-8ba81ad91c3a",
"Overview": "sample string 10",
"ColloquialSynonym": "sample string 11",
"WhoCode": "sample string 12",
"IsMemberstate": true,
"Code": "sample string 14",
"WhoNotes": "sample string 15",
"regionscountries": "c0fc1b84-0616-4118-9357-ec7fdcb4625f",
"Summary": "sample string 17",
"UrlName": "sample string 18",
"IncludeInSitemap": true,
"PublicationDate": "2026-06-27T09:45:45.4546299Z"
}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 countries item by Id.
DELETE /api/emergencies/countries({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.
Returns a set of related items of type ImageMap from countries item.
GET /api/emergencies/countries({key})/ImageMap
| 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 |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-06-27T09:45:45.4546299Z",
"PublicationDate": "2026-06-27T09:45:45.4546299Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T09:45:45.4546299Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "51106ae3-2123-4fde-840d-4daaddc57c04",
"publishingoffices": "7a9bb603-9522-436c-b4a0-8fcd8fc5e157",
"events": "6f06c7d6-32bc-4b3a-acbe-48c8fbc78cea",
"targets": "9a8765f1-fe37-44db-90c0-7ee6b5783a24",
"Category": "a7d1b751-e063-449e-9b6a-13234de13ec8",
"imagetypes": "e48102c1-548e-4216-a233-77744f5314e3",
"departmentaltargets": "47f6821c-7d8c-417a-b460-040d890e6f31",
"stakeholders": "9f6784c8-3c27-4f56-9b42-3aa0e991ca2c",
"Tags": "26387ed1-9ac7-46a8-abdf-7d730c22805b",
"healthtopics": "c35ac816-e5c5-4d87-a751-9e61c0ae1ca8",
"targetaudiences": "da69b57e-ca5d-4dcd-b372-eb7a1eac021f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a5d110d6-2796-4f09-86bd-c595cb04f4c5",
"ParentId": "abee5bdd-791f-4027-abbc-0679e68a9254",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-06-27T09:45:45.4546299Z",
"PublicationDate": "2026-06-27T09:45:45.4546299Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T09:45:45.4546299Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "51106ae3-2123-4fde-840d-4daaddc57c04",
"publishingoffices": "7a9bb603-9522-436c-b4a0-8fcd8fc5e157",
"events": "6f06c7d6-32bc-4b3a-acbe-48c8fbc78cea",
"targets": "9a8765f1-fe37-44db-90c0-7ee6b5783a24",
"Category": "a7d1b751-e063-449e-9b6a-13234de13ec8",
"imagetypes": "e48102c1-548e-4216-a233-77744f5314e3",
"departmentaltargets": "47f6821c-7d8c-417a-b460-040d890e6f31",
"stakeholders": "9f6784c8-3c27-4f56-9b42-3aa0e991ca2c",
"Tags": "26387ed1-9ac7-46a8-abdf-7d730c22805b",
"healthtopics": "c35ac816-e5c5-4d87-a751-9e61c0ae1ca8",
"targetaudiences": "da69b57e-ca5d-4dcd-b372-eb7a1eac021f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a5d110d6-2796-4f09-86bd-c595cb04f4c5",
"ParentId": "abee5bdd-791f-4027-abbc-0679e68a9254",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add ImageMap relation to countries item.
POST /api/emergencies/countries({key})/ImageMap/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type ImageMap from countries item.
DELETE /api/emergencies/countries({key})/ImageMap/$ref
| 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.
Returns a set of related items of type NeighbouringCountries from countries item.
GET /api/emergencies/countries({key})/NeighbouringCountries
| 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 |
| OfficialName | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| SortTitle | System.String | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| publishingoffices | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| WhoCode | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| Code | System.String | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"OfficialName": "sample string 1",
"CountryRelationship": "sample string 2",
"Title": "sample string 3",
"code2": "sample string 4",
"SortTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "1ad9dc37-b383-4415-b1bc-79d6315bb0d0",
"IsoCodeNumeric": 9.0,
"whostatus": "b800817e-daaa-453f-9809-3dc7124d2cb1",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "c07383c7-9f93-41b5-b6b8-be3fd854e88f",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-06-27T09:45:45.4546299Z",
"PublicationDate": "2026-06-27T09:45:45.4546299Z",
"LastModified": "2026-06-27T09:45:45.4546299Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T09:45:45.4546299+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"OfficialName": "sample string 1",
"CountryRelationship": "sample string 2",
"Title": "sample string 3",
"code2": "sample string 4",
"SortTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "1ad9dc37-b383-4415-b1bc-79d6315bb0d0",
"IsoCodeNumeric": 9.0,
"whostatus": "b800817e-daaa-453f-9809-3dc7124d2cb1",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "c07383c7-9f93-41b5-b6b8-be3fd854e88f",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-06-27T09:45:45.4546299Z",
"PublicationDate": "2026-06-27T09:45:45.4546299Z",
"LastModified": "2026-06-27T09:45:45.4546299Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T09:45:45.4546299+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add NeighbouringCountries relation to countries item.
POST /api/emergencies/countries({key})/NeighbouringCountries/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type NeighbouringCountries from countries item.
DELETE /api/emergencies/countries({key})/NeighbouringCountries/$ref
| 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.
Returns a set of related items of type ImageBackground from countries item.
GET /api/emergencies/countries({key})/ImageBackground
| 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 |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-06-27T09:45:45.4546299Z",
"PublicationDate": "2026-06-27T09:45:45.4546299Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T09:45:45.4546299Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "3a411b96-925a-4c93-95f3-dc1304661dcf",
"publishingoffices": "a0c4d5f6-c0ec-4c10-9c73-c24f5a333124",
"events": "0dd2ef86-aae2-4252-a766-d9152563242b",
"targets": "c7d88aa6-3f1c-4118-bd7a-704321d8e2b9",
"Category": "f6a9d2cf-6653-42cb-b5fa-718b6a7e5eb8",
"imagetypes": "61c68480-297c-48a2-8708-8df08b93d563",
"departmentaltargets": "effbdc79-7156-4821-b080-4d4a63138d20",
"stakeholders": "a4fc29fe-8120-4c04-9d1e-b8b4335f2f5f",
"Tags": "df330c31-508c-46e9-a856-c60df2dce99f",
"healthtopics": "e3f22020-4d36-469a-b68a-0ac82049f874",
"targetaudiences": "a07148f1-6d45-468b-aaac-d6929616d0de",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "e2090299-dec7-4cc0-85b3-4f36c803079a",
"ParentId": "21ba0fc7-4abc-4b4b-88a9-72f62989aaea",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-06-27T09:45:45.4546299Z",
"PublicationDate": "2026-06-27T09:45:45.4546299Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T09:45:45.4546299Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "3a411b96-925a-4c93-95f3-dc1304661dcf",
"publishingoffices": "a0c4d5f6-c0ec-4c10-9c73-c24f5a333124",
"events": "0dd2ef86-aae2-4252-a766-d9152563242b",
"targets": "c7d88aa6-3f1c-4118-bd7a-704321d8e2b9",
"Category": "f6a9d2cf-6653-42cb-b5fa-718b6a7e5eb8",
"imagetypes": "61c68480-297c-48a2-8708-8df08b93d563",
"departmentaltargets": "effbdc79-7156-4821-b080-4d4a63138d20",
"stakeholders": "a4fc29fe-8120-4c04-9d1e-b8b4335f2f5f",
"Tags": "df330c31-508c-46e9-a856-c60df2dce99f",
"healthtopics": "e3f22020-4d36-469a-b68a-0ac82049f874",
"targetaudiences": "a07148f1-6d45-468b-aaac-d6929616d0de",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "e2090299-dec7-4cc0-85b3-4f36c803079a",
"ParentId": "21ba0fc7-4abc-4b4b-88a9-72f62989aaea",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add ImageBackground relation to countries item.
POST /api/emergencies/countries({key})/ImageBackground/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type ImageBackground from countries item.
DELETE /api/emergencies/countries({key})/ImageBackground/$ref
| 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.
Returns a set of related items of type CountryRelationshipLink from countries item.
GET /api/emergencies/countries({key})/CountryRelationshipLink
| 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 |
| OfficialName | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| SortTitle | System.String | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| publishingoffices | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| WhoCode | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| Code | System.String | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| LastModified | System.DateTimeOffset | Read only: True | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"OfficialName": "sample string 1",
"CountryRelationship": "sample string 2",
"Title": "sample string 3",
"code2": "sample string 4",
"SortTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "8ddc2f4a-fb6d-4271-b151-6bde4a2c11f7",
"IsoCodeNumeric": 9.0,
"whostatus": "be67fb74-4e14-4814-91f9-bd371333ab37",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "e4fb0b1f-f0de-4147-a255-99bd9e9d9de3",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-06-27T09:45:45.4546299Z",
"PublicationDate": "2026-06-27T09:45:45.4546299Z",
"LastModified": "2026-06-27T09:45:45.4546299Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T09:45:45.4546299+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"OfficialName": "sample string 1",
"CountryRelationship": "sample string 2",
"Title": "sample string 3",
"code2": "sample string 4",
"SortTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "8ddc2f4a-fb6d-4271-b151-6bde4a2c11f7",
"IsoCodeNumeric": 9.0,
"whostatus": "be67fb74-4e14-4814-91f9-bd371333ab37",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "e4fb0b1f-f0de-4147-a255-99bd9e9d9de3",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-06-27T09:45:45.4546299Z",
"PublicationDate": "2026-06-27T09:45:45.4546299Z",
"LastModified": "2026-06-27T09:45:45.4546299Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T09:45:45.4546299+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add CountryRelationshipLink relation to countries item.
POST /api/emergencies/countries({key})/CountryRelationshipLink/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type CountryRelationshipLink from countries item.
DELETE /api/emergencies/countries({key})/CountryRelationshipLink/$ref
| 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.
Returns a set of related items of type Flag from countries item.
GET /api/emergencies/countries({key})/Flag
| 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 |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-06-27T09:45:45.4546299Z",
"PublicationDate": "2026-06-27T09:45:45.4546299Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T09:45:45.4546299Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "e9ac0ec3-9db1-4329-9f38-c525db6b06d3",
"publishingoffices": "78b4898e-74b7-4c80-ba42-3f9c8a1945d3",
"events": "ecfaeea3-de1f-4539-a88f-7118d7154623",
"targets": "2728ee2b-3637-4447-9cd1-a5486ac3b218",
"Category": "c063ddb1-b0b7-48cc-811a-3b9364dc869d",
"imagetypes": "59b8d2ed-685f-4a43-9504-e54d3a7ff7c5",
"departmentaltargets": "939ca7b5-c9a9-4f99-9811-09fa0f79e80d",
"stakeholders": "a591441b-2e84-40a9-829b-b249c7bf35a6",
"Tags": "8f4d3732-1014-454a-b6cd-78ce881b3851",
"healthtopics": "68bd2c11-5490-47b8-ab23-30e7219e2ccc",
"targetaudiences": "94c1e739-7935-4186-8f80-d79f75563559",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "820b303e-8837-464e-9147-974b5497cb86",
"ParentId": "0875c7b1-8a71-4c5f-814d-66ee1a6ff3bb",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-06-27T09:45:45.4546299Z",
"PublicationDate": "2026-06-27T09:45:45.4546299Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T09:45:45.4546299Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "e9ac0ec3-9db1-4329-9f38-c525db6b06d3",
"publishingoffices": "78b4898e-74b7-4c80-ba42-3f9c8a1945d3",
"events": "ecfaeea3-de1f-4539-a88f-7118d7154623",
"targets": "2728ee2b-3637-4447-9cd1-a5486ac3b218",
"Category": "c063ddb1-b0b7-48cc-811a-3b9364dc869d",
"imagetypes": "59b8d2ed-685f-4a43-9504-e54d3a7ff7c5",
"departmentaltargets": "939ca7b5-c9a9-4f99-9811-09fa0f79e80d",
"stakeholders": "a591441b-2e84-40a9-829b-b249c7bf35a6",
"Tags": "8f4d3732-1014-454a-b6cd-78ce881b3851",
"healthtopics": "68bd2c11-5490-47b8-ab23-30e7219e2ccc",
"targetaudiences": "94c1e739-7935-4186-8f80-d79f75563559",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "820b303e-8837-464e-9147-974b5497cb86",
"ParentId": "0875c7b1-8a71-4c5f-814d-66ee1a6ff3bb",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Flag relation to countries item.
POST /api/emergencies/countries({key})/Flag/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Flag from countries item.
DELETE /api/emergencies/countries({key})/Flag/$ref
| 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.