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": "faea1a2f-fd37-49c7-b260-5e2ad9725d73",
"IsoCodeNumeric": 9.0,
"whostatus": "40c4679d-930a-4075-a064-ec0205c1c019",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "889b407c-da43-4ec3-8231-f96e2f53aae0",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-08T04:17:35.9037298Z",
"PublicationDate": "2026-08-08T04:17:35.9037298Z",
"LastModified": "2026-08-08T04:17:35.9037298Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T04:17:35.9037298+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": "faea1a2f-fd37-49c7-b260-5e2ad9725d73",
"IsoCodeNumeric": 9.0,
"whostatus": "40c4679d-930a-4075-a064-ec0205c1c019",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "889b407c-da43-4ec3-8231-f96e2f53aae0",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-08T04:17:35.9037298Z",
"PublicationDate": "2026-08-08T04:17:35.9037298Z",
"LastModified": "2026-08-08T04:17:35.9037298Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T04:17:35.9037298+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": "cd278ae3-9135-4405-80d8-b93c6f24a9bc",
"IsoCodeNumeric": 9.0,
"whostatus": "4c0f6540-2dcb-456b-a3b6-c0348203b45e",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "64cdd9d6-7e19-48f5-9510-7e7194d638b9",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-08T04:17:35.9037298Z",
"PublicationDate": "2026-08-08T04:17:35.9037298Z",
"LastModified": "2026-08-08T04:17:35.9037298Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T04:17:35.9037298+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": "c76138c9-4460-496f-b025-7a1e9a349dee",
"IsoCodeNumeric": 8.0,
"whostatus": "420bb47d-ecca-4038-866e-35cde15718a1",
"Overview": "sample string 10",
"ColloquialSynonym": "sample string 11",
"WhoCode": "sample string 12",
"IsMemberstate": true,
"Code": "sample string 14",
"WhoNotes": "sample string 15",
"regionscountries": "71e9c219-36d5-44a0-bc74-c7532b0647e1",
"Summary": "sample string 17",
"UrlName": "sample string 18",
"IncludeInSitemap": true,
"PublicationDate": "2026-08-08T04:17:35.9037298Z"
}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": "84840188-1d9f-48da-a2ea-62b29c4a1001",
"IsoCodeNumeric": 9.0,
"whostatus": "f454a337-2829-42cc-b2c6-121e9f2788b3",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "6af982cd-6ec7-475a-ba98-e162cb74d464",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-08T04:17:35.9037298Z",
"PublicationDate": "2026-08-08T04:17:35.9037298Z",
"LastModified": "2026-08-08T04:17:35.9037298Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T04:17:35.9037298+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": "7bcd8a90-ce64-4931-9b00-63a6a073c646",
"IsoCodeNumeric": 8.0,
"whostatus": "232e0016-3b4c-4855-a093-ff87190e542a",
"Overview": "sample string 10",
"ColloquialSynonym": "sample string 11",
"WhoCode": "sample string 12",
"IsMemberstate": true,
"Code": "sample string 14",
"WhoNotes": "sample string 15",
"regionscountries": "f01cab3e-5728-4528-9742-0d09b240be3b",
"Summary": "sample string 17",
"UrlName": "sample string 18",
"IncludeInSitemap": true,
"PublicationDate": "2026-08-08T04:17:35.9037298Z"
}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": "e14b221e-c2cd-490c-b6d4-8055786b427e",
"IsoCodeNumeric": 8.0,
"whostatus": "ebd8da82-fcde-4163-afe4-9925a3f4b307",
"Overview": "sample string 10",
"ColloquialSynonym": "sample string 11",
"WhoCode": "sample string 12",
"IsMemberstate": true,
"Code": "sample string 14",
"WhoNotes": "sample string 15",
"regionscountries": "6a644d32-84d9-49fd-99c7-a67e6cf0b466",
"Summary": "sample string 17",
"UrlName": "sample string 18",
"IncludeInSitemap": true,
"PublicationDate": "2026-08-08T04:17:35.9037298Z"
}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 | |
| JoomlaArticleId | System.String | 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-08-08T04:17:35.9037298Z",
"PublicationDate": "2026-08-08T04:17:35.9037298Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T04:17:35.9037298Z",
"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": "fb5d54ad-643b-46b3-a41d-6191e6a936ed",
"publishingoffices": "028857ff-bdab-4cde-8ac1-d030312a9bdd",
"events": "8df9069d-8092-4f94-a96c-30dc337fcf6b",
"targets": "93d93ec6-e584-491e-898f-826466d8c163",
"Category": "415ede27-8b1b-4d50-a610-4f4a2399b911",
"imagetypes": "3843a0c1-a566-4185-b896-cc9a58a5f93f",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "cbb4c49f-b8f4-41d9-81fe-b9cd0af01096",
"stakeholders": "fdccca04-664e-45c9-94e9-47950a4dd3c9",
"Tags": "5745f103-525e-4aa5-aca9-f78542a960d6",
"healthtopics": "b1fb65f1-6904-4340-8772-22eb043616da",
"targetaudiences": "f2f1186a-cdea-47e9-92f1-3a6ce133d75e",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "b019ffbc-7e86-41c8-af9e-dba70eb1b137",
"ParentId": "b49c2e7e-b1e6-4db7-8550-de3cbf164771",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-08T04:17:35.9037298Z",
"PublicationDate": "2026-08-08T04:17:35.9037298Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T04:17:35.9037298Z",
"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": "fb5d54ad-643b-46b3-a41d-6191e6a936ed",
"publishingoffices": "028857ff-bdab-4cde-8ac1-d030312a9bdd",
"events": "8df9069d-8092-4f94-a96c-30dc337fcf6b",
"targets": "93d93ec6-e584-491e-898f-826466d8c163",
"Category": "415ede27-8b1b-4d50-a610-4f4a2399b911",
"imagetypes": "3843a0c1-a566-4185-b896-cc9a58a5f93f",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "cbb4c49f-b8f4-41d9-81fe-b9cd0af01096",
"stakeholders": "fdccca04-664e-45c9-94e9-47950a4dd3c9",
"Tags": "5745f103-525e-4aa5-aca9-f78542a960d6",
"healthtopics": "b1fb65f1-6904-4340-8772-22eb043616da",
"targetaudiences": "f2f1186a-cdea-47e9-92f1-3a6ce133d75e",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "b019ffbc-7e86-41c8-af9e-dba70eb1b137",
"ParentId": "b49c2e7e-b1e6-4db7-8550-de3cbf164771",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"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": "305eef4b-8a9d-4752-b2b1-be53031c6830",
"IsoCodeNumeric": 9.0,
"whostatus": "dcb375cd-de84-4b24-9e0c-7a60192a88de",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "48b6c355-44d7-4712-a2a3-5956f1bf24e5",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-08T04:17:35.9037298Z",
"PublicationDate": "2026-08-08T04:17:35.9037298Z",
"LastModified": "2026-08-08T04:17:35.9037298Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T04:17:35.9037298+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": "305eef4b-8a9d-4752-b2b1-be53031c6830",
"IsoCodeNumeric": 9.0,
"whostatus": "dcb375cd-de84-4b24-9e0c-7a60192a88de",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "48b6c355-44d7-4712-a2a3-5956f1bf24e5",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-08T04:17:35.9037298Z",
"PublicationDate": "2026-08-08T04:17:35.9037298Z",
"LastModified": "2026-08-08T04:17:35.9037298Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T04:17:35.9037298+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 | |
| JoomlaArticleId | System.String | 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-08-08T04:17:35.9037298Z",
"PublicationDate": "2026-08-08T04:17:35.9037298Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T04:17:35.9037298Z",
"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": "a6aa2942-c1bd-458b-9648-dd4b02b12fa1",
"publishingoffices": "b8023260-9698-42f8-836b-a009af993cb5",
"events": "65496327-b47d-4909-af92-65b296125a2a",
"targets": "c542e6c3-8248-4fc7-93fe-4c86edc2c249",
"Category": "835aeab1-eb2a-4adb-a08a-d5d77e663c53",
"imagetypes": "77b5f5e5-74c5-45c7-b133-1d49fda864a7",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "72d389e3-6ee1-45dd-8e4f-f389e8f4fe67",
"stakeholders": "ecc2582f-715f-46b3-b362-08fc708abc36",
"Tags": "7c1a0148-93eb-4a2e-bc8c-a48b62fbf1bf",
"healthtopics": "aaf95d3a-5391-4ddd-8d1c-a1aae650b093",
"targetaudiences": "0379d4fc-1f4d-49da-9158-707501cf18a3",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "3fc92a81-77c7-4fc9-a604-c094eea3713b",
"ParentId": "7b628924-1797-4b49-ad76-d1bd79778807",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-08T04:17:35.9037298Z",
"PublicationDate": "2026-08-08T04:17:35.9037298Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T04:17:35.9037298Z",
"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": "a6aa2942-c1bd-458b-9648-dd4b02b12fa1",
"publishingoffices": "b8023260-9698-42f8-836b-a009af993cb5",
"events": "65496327-b47d-4909-af92-65b296125a2a",
"targets": "c542e6c3-8248-4fc7-93fe-4c86edc2c249",
"Category": "835aeab1-eb2a-4adb-a08a-d5d77e663c53",
"imagetypes": "77b5f5e5-74c5-45c7-b133-1d49fda864a7",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "72d389e3-6ee1-45dd-8e4f-f389e8f4fe67",
"stakeholders": "ecc2582f-715f-46b3-b362-08fc708abc36",
"Tags": "7c1a0148-93eb-4a2e-bc8c-a48b62fbf1bf",
"healthtopics": "aaf95d3a-5391-4ddd-8d1c-a1aae650b093",
"targetaudiences": "0379d4fc-1f4d-49da-9158-707501cf18a3",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "3fc92a81-77c7-4fc9-a604-c094eea3713b",
"ParentId": "7b628924-1797-4b49-ad76-d1bd79778807",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"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": "0e6b2e54-1f45-46d8-820b-680add08b99a",
"IsoCodeNumeric": 9.0,
"whostatus": "131dd30a-cdc8-4555-9a75-950c617f6d68",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "55c5e716-eaa3-419b-bd58-b9493262109f",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-08T04:17:35.9037298Z",
"PublicationDate": "2026-08-08T04:17:35.9037298Z",
"LastModified": "2026-08-08T04:17:35.9037298Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T04:17:35.9037298+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": "0e6b2e54-1f45-46d8-820b-680add08b99a",
"IsoCodeNumeric": 9.0,
"whostatus": "131dd30a-cdc8-4555-9a75-950c617f6d68",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "55c5e716-eaa3-419b-bd58-b9493262109f",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-08T04:17:35.9037298Z",
"PublicationDate": "2026-08-08T04:17:35.9037298Z",
"LastModified": "2026-08-08T04:17:35.9037298Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T04:17:35.9037298+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 | |
| JoomlaArticleId | System.String | 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-08-08T04:17:35.9037298Z",
"PublicationDate": "2026-08-08T04:17:35.9037298Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T04:17:35.9037298Z",
"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": "a2aaa9e7-f64d-425c-8af6-09602eef2078",
"publishingoffices": "d3ad0d0b-d3e8-4436-b3eb-b576be652062",
"events": "879a93d4-c1db-4f94-bd01-8b5f85fb48b8",
"targets": "d72318e9-583e-4341-9751-07622b18faf5",
"Category": "9ec020e4-3881-4432-9792-ed49a7755853",
"imagetypes": "2ee760b8-2496-4478-8c53-7e5e212df9a6",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "f0e50c07-4a62-48a0-ad2f-b12210e4323b",
"stakeholders": "f108d70a-89e8-4b6a-8c50-039e22b63c92",
"Tags": "76c32e14-847e-40b0-9380-04d2c4f6dc7a",
"healthtopics": "06096e3a-0795-4888-a1f9-91347cdbf3df",
"targetaudiences": "b4cc5c8d-7b2d-46c1-8583-0026b6866f97",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "76bfe00a-8df0-4ded-a299-51a38c68fdc5",
"ParentId": "be9bf460-c8d3-478f-936f-768cf7f5d254",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-08T04:17:35.9037298Z",
"PublicationDate": "2026-08-08T04:17:35.9037298Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T04:17:35.9037298Z",
"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": "a2aaa9e7-f64d-425c-8af6-09602eef2078",
"publishingoffices": "d3ad0d0b-d3e8-4436-b3eb-b576be652062",
"events": "879a93d4-c1db-4f94-bd01-8b5f85fb48b8",
"targets": "d72318e9-583e-4341-9751-07622b18faf5",
"Category": "9ec020e4-3881-4432-9792-ed49a7755853",
"imagetypes": "2ee760b8-2496-4478-8c53-7e5e212df9a6",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "f0e50c07-4a62-48a0-ad2f-b12210e4323b",
"stakeholders": "f108d70a-89e8-4b6a-8c50-039e22b63c92",
"Tags": "76c32e14-847e-40b0-9380-04d2c4f6dc7a",
"healthtopics": "06096e3a-0795-4888-a1f9-91347cdbf3df",
"targetaudiences": "b4cc5c8d-7b2d-46c1-8583-0026b6866f97",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "76bfe00a-8df0-4ded-a299-51a38c68fdc5",
"ParentId": "be9bf460-c8d3-478f-936f-768cf7f5d254",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"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.