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": "d3d11570-e45e-4936-9b8a-6f1af8eb2e38",
"IsoCodeNumeric": 9.0,
"whostatus": "87498b2d-d496-4de3-b5d8-c23a822a811f",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "9dd2e77d-ffd9-4f54-b25e-959f2cf05ae0",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-09-20T22:49:52.9260665Z",
"PublicationDate": "2026-09-20T22:49:52.9260665Z",
"LastModified": "2026-09-20T22:49:52.9260665Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T22:49:52.9260665+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": "d3d11570-e45e-4936-9b8a-6f1af8eb2e38",
"IsoCodeNumeric": 9.0,
"whostatus": "87498b2d-d496-4de3-b5d8-c23a822a811f",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "9dd2e77d-ffd9-4f54-b25e-959f2cf05ae0",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-09-20T22:49:52.9260665Z",
"PublicationDate": "2026-09-20T22:49:52.9260665Z",
"LastModified": "2026-09-20T22:49:52.9260665Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T22:49:52.9260665+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": "47d537f6-70cd-40e0-815a-1611f103d5f5",
"IsoCodeNumeric": 9.0,
"whostatus": "e6aa1146-63f2-4098-9e57-09309a53327b",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "f54e3f1b-cb5d-4682-abcc-94b44f4c7422",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-09-20T22:49:52.9260665Z",
"PublicationDate": "2026-09-20T22:49:52.9260665Z",
"LastModified": "2026-09-20T22:49:52.9260665Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T22:49:52.9260665+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": "90a10a89-5b09-4217-9e7e-4ea0d32af168",
"IsoCodeNumeric": 8.0,
"whostatus": "c2c14771-b8a2-4a67-8628-8e335a4e416f",
"Overview": "sample string 10",
"ColloquialSynonym": "sample string 11",
"WhoCode": "sample string 12",
"IsMemberstate": true,
"Code": "sample string 14",
"WhoNotes": "sample string 15",
"regionscountries": "a48d3388-16c3-4dfc-8c3b-d012a4c37225",
"Summary": "sample string 17",
"UrlName": "sample string 18",
"IncludeInSitemap": true,
"PublicationDate": "2026-09-20T22:49:52.9260665Z"
}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": "ebec3379-fbb0-4182-a614-6680fd842f43",
"IsoCodeNumeric": 9.0,
"whostatus": "ff0d4d85-ae6f-475a-8178-dbf722a6f8d7",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "f753ec22-4f36-4cdf-8ffd-d7c326e227e4",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-09-20T22:49:52.9260665Z",
"PublicationDate": "2026-09-20T22:49:52.9260665Z",
"LastModified": "2026-09-20T22:49:52.9260665Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T22:49:52.9260665+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": "b89275a2-5efb-475e-bad1-cc14a1d3e212",
"IsoCodeNumeric": 8.0,
"whostatus": "4abcb7aa-66a8-446c-8c83-530fe80fcc02",
"Overview": "sample string 10",
"ColloquialSynonym": "sample string 11",
"WhoCode": "sample string 12",
"IsMemberstate": true,
"Code": "sample string 14",
"WhoNotes": "sample string 15",
"regionscountries": "559b8220-051a-4436-8b6f-eef7150e4347",
"Summary": "sample string 17",
"UrlName": "sample string 18",
"IncludeInSitemap": true,
"PublicationDate": "2026-09-20T22:49:52.9260665Z"
}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": "6feb5a99-44be-45db-b19e-fada930d5bc4",
"IsoCodeNumeric": 8.0,
"whostatus": "c8e4de25-6338-4f3e-9b55-d3e4a502f7ff",
"Overview": "sample string 10",
"ColloquialSynonym": "sample string 11",
"WhoCode": "sample string 12",
"IsMemberstate": true,
"Code": "sample string 14",
"WhoNotes": "sample string 15",
"regionscountries": "16e384f9-646e-4fee-8b0d-ff73cf0948da",
"Summary": "sample string 17",
"UrlName": "sample string 18",
"IncludeInSitemap": true,
"PublicationDate": "2026-09-20T22:49:52.9260665Z"
}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-09-20T22:49:52.9260665Z",
"PublicationDate": "2026-09-20T22:49:52.9260665Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T22:49:52.9260665Z",
"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": "247fe51c-4fc8-4216-9a16-831358ddd471",
"publishingoffices": "60b039a3-9953-4965-894c-fe2524a2694e",
"events": "a3fb8c30-3c30-4df4-abc3-9b88f1d9e21f",
"targets": "e9bfd209-e877-49d8-ba7c-5174786189ae",
"Category": "c9b14abe-9fa6-45c7-ad38-d8d20f9edd71",
"imagetypes": "339f5e15-fae2-4654-a27e-566041cca2b4",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "0eedfe68-4a4e-4d23-8150-4310600cb6ff",
"stakeholders": "082b8169-74aa-45cd-b511-ab9ccc37614b",
"Tags": "dcd04a00-d691-45ac-9800-3efd01fcdd6d",
"healthtopics": "52512577-24da-4468-9120-237397b22366",
"targetaudiences": "d4d8e66b-a89d-4fac-9be3-1ab1677cfac0",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "2af99870-4522-452c-9da2-648fb8a00172",
"ParentId": "e808a350-f71f-4e06-8031-c88291f8cb1e",
"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-09-20T22:49:52.9260665Z",
"PublicationDate": "2026-09-20T22:49:52.9260665Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T22:49:52.9260665Z",
"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": "247fe51c-4fc8-4216-9a16-831358ddd471",
"publishingoffices": "60b039a3-9953-4965-894c-fe2524a2694e",
"events": "a3fb8c30-3c30-4df4-abc3-9b88f1d9e21f",
"targets": "e9bfd209-e877-49d8-ba7c-5174786189ae",
"Category": "c9b14abe-9fa6-45c7-ad38-d8d20f9edd71",
"imagetypes": "339f5e15-fae2-4654-a27e-566041cca2b4",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "0eedfe68-4a4e-4d23-8150-4310600cb6ff",
"stakeholders": "082b8169-74aa-45cd-b511-ab9ccc37614b",
"Tags": "dcd04a00-d691-45ac-9800-3efd01fcdd6d",
"healthtopics": "52512577-24da-4468-9120-237397b22366",
"targetaudiences": "d4d8e66b-a89d-4fac-9be3-1ab1677cfac0",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "2af99870-4522-452c-9da2-648fb8a00172",
"ParentId": "e808a350-f71f-4e06-8031-c88291f8cb1e",
"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": "542e1ea1-e496-4060-9a8b-9d72a299f640",
"IsoCodeNumeric": 9.0,
"whostatus": "90c9aa5e-4f86-4d0a-9e02-09611547fff3",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "15d49993-ace6-4935-aaad-391882c3efcf",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-09-20T22:49:52.9260665Z",
"PublicationDate": "2026-09-20T22:49:52.9260665Z",
"LastModified": "2026-09-20T22:49:52.9260665Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T22:49:52.9260665+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": "542e1ea1-e496-4060-9a8b-9d72a299f640",
"IsoCodeNumeric": 9.0,
"whostatus": "90c9aa5e-4f86-4d0a-9e02-09611547fff3",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "15d49993-ace6-4935-aaad-391882c3efcf",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-09-20T22:49:52.9260665Z",
"PublicationDate": "2026-09-20T22:49:52.9260665Z",
"LastModified": "2026-09-20T22:49:52.9260665Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T22:49:52.9260665+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-09-20T22:49:52.9260665Z",
"PublicationDate": "2026-09-20T22:49:52.9260665Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T22:49:52.9260665Z",
"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": "4277a439-aa3c-43fa-827f-ed5b5caa5cad",
"publishingoffices": "b6cf1bf6-483e-43f3-acb3-eb8f01af3c3b",
"events": "adc6d114-fd2a-4467-b967-05d0b3c3a268",
"targets": "d1ab57e7-8a70-4e17-83d8-e3aa3857191e",
"Category": "5f1a8383-a4b7-41a5-9b80-7ac2b4ef8600",
"imagetypes": "a71b795e-40d4-46f9-b312-1fd8f4848b55",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "04fa24a4-67d4-47d9-a90a-500ab79f8af1",
"stakeholders": "a2fbb549-6fe5-48bf-bd20-ad373c7e5af3",
"Tags": "e050a712-1b02-4c5e-851e-e989239c68bc",
"healthtopics": "9930cef2-1469-4957-963d-90b97e0bb379",
"targetaudiences": "17c6ae83-ba2e-4f20-98c9-d602ff6704db",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "d0bb1b3a-a845-45a2-a148-bbcf8e34409a",
"ParentId": "0f38ff1c-15cc-439a-b213-a8059456d2cb",
"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-09-20T22:49:52.9260665Z",
"PublicationDate": "2026-09-20T22:49:52.9260665Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T22:49:52.9260665Z",
"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": "4277a439-aa3c-43fa-827f-ed5b5caa5cad",
"publishingoffices": "b6cf1bf6-483e-43f3-acb3-eb8f01af3c3b",
"events": "adc6d114-fd2a-4467-b967-05d0b3c3a268",
"targets": "d1ab57e7-8a70-4e17-83d8-e3aa3857191e",
"Category": "5f1a8383-a4b7-41a5-9b80-7ac2b4ef8600",
"imagetypes": "a71b795e-40d4-46f9-b312-1fd8f4848b55",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "04fa24a4-67d4-47d9-a90a-500ab79f8af1",
"stakeholders": "a2fbb549-6fe5-48bf-bd20-ad373c7e5af3",
"Tags": "e050a712-1b02-4c5e-851e-e989239c68bc",
"healthtopics": "9930cef2-1469-4957-963d-90b97e0bb379",
"targetaudiences": "17c6ae83-ba2e-4f20-98c9-d602ff6704db",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "d0bb1b3a-a845-45a2-a148-bbcf8e34409a",
"ParentId": "0f38ff1c-15cc-439a-b213-a8059456d2cb",
"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": "17e76271-f6e5-4d18-bb2b-880354b21082",
"IsoCodeNumeric": 9.0,
"whostatus": "4b32c088-3997-43ae-8398-a39fc9a0c322",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "657f1669-6f20-4f9e-b266-293966fe14c5",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-09-20T22:49:52.9260665Z",
"PublicationDate": "2026-09-20T22:49:52.9260665Z",
"LastModified": "2026-09-20T22:49:52.9260665Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T22:49:52.9260665+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": "17e76271-f6e5-4d18-bb2b-880354b21082",
"IsoCodeNumeric": 9.0,
"whostatus": "4b32c088-3997-43ae-8398-a39fc9a0c322",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "657f1669-6f20-4f9e-b266-293966fe14c5",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-09-20T22:49:52.9260665Z",
"PublicationDate": "2026-09-20T22:49:52.9260665Z",
"LastModified": "2026-09-20T22:49:52.9260665Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T22:49:52.9260665+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-09-20T22:49:52.9260665Z",
"PublicationDate": "2026-09-20T22:49:52.9260665Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T22:49:52.9260665Z",
"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": "3a984678-bf48-42b7-af1c-9db5795334c9",
"publishingoffices": "2c975d5a-c87e-4fd5-8959-a8d4312ea125",
"events": "38abb8c3-9f2e-4a31-bdc6-fe195acceb28",
"targets": "752b5612-1fa7-4f47-8ab0-111a9aa86227",
"Category": "11ebd2bc-1b7f-4784-8bf2-5423da9d4e72",
"imagetypes": "edeb85bb-8ad6-4ab1-97e0-0628512c0905",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "c39cb7e3-f658-4cd4-ae9b-1ccb4e8c0d33",
"stakeholders": "8f05135e-112a-49c4-a56e-20cb8178dfe9",
"Tags": "28d3e127-d1c7-4e17-860e-8d99a7300d5b",
"healthtopics": "5e2236f5-ffd6-49ad-9c42-c7c27a2b3690",
"targetaudiences": "2dd4a286-9d04-49ea-90f8-534ba9d88ba7",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "ca1963a3-a11f-4afb-b85f-cccec272d45c",
"ParentId": "55df3969-c05c-4569-89ab-fafaa8a086ad",
"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-09-20T22:49:52.9260665Z",
"PublicationDate": "2026-09-20T22:49:52.9260665Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T22:49:52.9260665Z",
"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": "3a984678-bf48-42b7-af1c-9db5795334c9",
"publishingoffices": "2c975d5a-c87e-4fd5-8959-a8d4312ea125",
"events": "38abb8c3-9f2e-4a31-bdc6-fe195acceb28",
"targets": "752b5612-1fa7-4f47-8ab0-111a9aa86227",
"Category": "11ebd2bc-1b7f-4784-8bf2-5423da9d4e72",
"imagetypes": "edeb85bb-8ad6-4ab1-97e0-0628512c0905",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "c39cb7e3-f658-4cd4-ae9b-1ccb4e8c0d33",
"stakeholders": "8f05135e-112a-49c4-a56e-20cb8178dfe9",
"Tags": "28d3e127-d1c7-4e17-860e-8d99a7300d5b",
"healthtopics": "5e2236f5-ffd6-49ad-9c42-c7c27a2b3690",
"targetaudiences": "2dd4a286-9d04-49ea-90f8-534ba9d88ba7",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "ca1963a3-a11f-4afb-b85f-cccec272d45c",
"ParentId": "55df3969-c05c-4569-89ab-fafaa8a086ad",
"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.