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": "f3efd323-3d5c-495d-9220-dfb00bc89940",
"IsoCodeNumeric": 9.0,
"whostatus": "7b15344c-8fa4-4882-a294-015a8e53488a",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "0e6ec563-775e-4dcc-ba7e-e6548b38ab0e",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-29T01:42:03.8856341Z",
"PublicationDate": "2026-08-29T01:42:03.8856341Z",
"LastModified": "2026-08-29T01:42:03.8856341Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:42:03.8856341+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"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": "f3efd323-3d5c-495d-9220-dfb00bc89940",
"IsoCodeNumeric": 9.0,
"whostatus": "7b15344c-8fa4-4882-a294-015a8e53488a",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "0e6ec563-775e-4dcc-ba7e-e6548b38ab0e",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-29T01:42:03.8856341Z",
"PublicationDate": "2026-08-29T01:42:03.8856341Z",
"LastModified": "2026-08-29T01:42:03.8856341Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:42:03.8856341+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets 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": "021e2d6b-e35c-4b06-bc18-c47e2ffa6131",
"IsoCodeNumeric": 9.0,
"whostatus": "3b1fb7e8-4110-46de-bd74-52d3a5fdb635",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "2e5103f3-16cd-4339-a411-57bf704e1467",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-29T01:42:03.8856341Z",
"PublicationDate": "2026-08-29T01:42:03.8856341Z",
"LastModified": "2026-08-29T01:42:03.8856341Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:42:03.8856341+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets 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": "89e7733b-6185-4ec0-90a7-eb3399324db6",
"IsoCodeNumeric": 8.0,
"whostatus": "e25bf1f1-0d45-4f2f-963f-dd4e735d9e9d",
"Overview": "sample string 10",
"ColloquialSynonym": "sample string 11",
"WhoCode": "sample string 12",
"IsMemberstate": true,
"Code": "sample string 14",
"WhoNotes": "sample string 15",
"regionscountries": "67080b82-1bbe-4376-9804-7331d5b7a4ba",
"Summary": "sample string 17",
"UrlName": "sample string 18",
"IncludeInSitemap": true,
"PublicationDate": "2026-08-29T01:42:03.8856341Z"
}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": "f2f1cbe1-a723-41ad-84c3-a9ebb12fa5d4",
"IsoCodeNumeric": 9.0,
"whostatus": "bdc22dd1-2007-4401-bd0c-0fe617d82501",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "c8f46551-d6b5-4c18-bba3-3b5896240f0b",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-29T01:42:03.8856341Z",
"PublicationDate": "2026-08-29T01:42:03.8856341Z",
"LastModified": "2026-08-29T01:42:03.8856341Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:42:03.8856341+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for 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": "f600bff0-27b9-4c5f-ac1d-b1c2201532c0",
"IsoCodeNumeric": 8.0,
"whostatus": "6b118311-7a69-45f8-921d-d2bd03a1ba6f",
"Overview": "sample string 10",
"ColloquialSynonym": "sample string 11",
"WhoCode": "sample string 12",
"IsMemberstate": true,
"Code": "sample string 14",
"WhoNotes": "sample string 15",
"regionscountries": "87a6dc28-ee22-437e-8ec9-5b0b48b8d2b4",
"Summary": "sample string 17",
"UrlName": "sample string 18",
"IncludeInSitemap": true,
"PublicationDate": "2026-08-29T01:42:03.8856341Z"
}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": "8adaf80d-307a-4883-9d9d-887b73fd3dc4",
"IsoCodeNumeric": 8.0,
"whostatus": "f3c2bb41-3889-44a8-9e45-704f8e614024",
"Overview": "sample string 10",
"ColloquialSynonym": "sample string 11",
"WhoCode": "sample string 12",
"IsMemberstate": true,
"Code": "sample string 14",
"WhoNotes": "sample string 15",
"regionscountries": "37ab9927-4b9c-4669-a524-20a667d5219d",
"Summary": "sample string 17",
"UrlName": "sample string 18",
"IncludeInSitemap": true,
"PublicationDate": "2026-08-29T01:42:03.8856341Z"
}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-29T01:42:03.8856341Z",
"PublicationDate": "2026-08-29T01:42:03.8856341Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T01:42:03.8856341Z",
"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": "73e3bc19-8644-476a-87d2-c39644888302",
"publishingoffices": "e0f359e5-6643-4432-91e9-9b3bfe78e625",
"events": "0fb1335f-c5bf-4f26-9932-787933381935",
"targets": "15f6fa19-1664-4a3f-90ab-b19143d79b19",
"Category": "f85e1699-c3a4-4ee4-8a23-7d5424441149",
"imagetypes": "ccc809bf-136b-4981-84d1-c18ab2de00b9",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "093ca3a8-a7ea-4a2a-b2af-908fd28df2e9",
"stakeholders": "3f8517a5-8165-4944-aeb5-6dcc72cdae10",
"Tags": "595035cf-be41-4175-9cad-27701b3196a1",
"healthtopics": "02d03807-97c3-49c0-b831-1d5764ea00b0",
"targetaudiences": "f1f6237f-856c-4e49-85e7-8b1b7a354b69",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "211849ca-607e-4d3f-85d0-a15b9ea2ae7e",
"ParentId": "b2de140a-72f2-46da-b93d-eee8491175b8",
"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-29T01:42:03.8856341Z",
"PublicationDate": "2026-08-29T01:42:03.8856341Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T01:42:03.8856341Z",
"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": "73e3bc19-8644-476a-87d2-c39644888302",
"publishingoffices": "e0f359e5-6643-4432-91e9-9b3bfe78e625",
"events": "0fb1335f-c5bf-4f26-9932-787933381935",
"targets": "15f6fa19-1664-4a3f-90ab-b19143d79b19",
"Category": "f85e1699-c3a4-4ee4-8a23-7d5424441149",
"imagetypes": "ccc809bf-136b-4981-84d1-c18ab2de00b9",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "093ca3a8-a7ea-4a2a-b2af-908fd28df2e9",
"stakeholders": "3f8517a5-8165-4944-aeb5-6dcc72cdae10",
"Tags": "595035cf-be41-4175-9cad-27701b3196a1",
"healthtopics": "02d03807-97c3-49c0-b831-1d5764ea00b0",
"targetaudiences": "f1f6237f-856c-4e49-85e7-8b1b7a354b69",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "211849ca-607e-4d3f-85d0-a15b9ea2ae7e",
"ParentId": "b2de140a-72f2-46da-b93d-eee8491175b8",
"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": "f27a4925-15ac-4995-bc0e-52c220d1dcbf",
"IsoCodeNumeric": 9.0,
"whostatus": "4c55517e-f1cb-4df2-9856-8107a034c85d",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "6d46c20a-c180-48a5-97ac-9f536e777965",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-29T01:42:03.8856341Z",
"PublicationDate": "2026-08-29T01:42:03.8856341Z",
"LastModified": "2026-08-29T01:42:03.8856341Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:42:03.8856341+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"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": "f27a4925-15ac-4995-bc0e-52c220d1dcbf",
"IsoCodeNumeric": 9.0,
"whostatus": "4c55517e-f1cb-4df2-9856-8107a034c85d",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "6d46c20a-c180-48a5-97ac-9f536e777965",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-29T01:42:03.8856341Z",
"PublicationDate": "2026-08-29T01:42:03.8856341Z",
"LastModified": "2026-08-29T01:42:03.8856341Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:42:03.8856341+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]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-29T01:42:03.8856341Z",
"PublicationDate": "2026-08-29T01:42:03.8856341Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T01:42:03.8856341Z",
"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": "fda49579-2522-4de3-ab57-87d5e7ee7f8e",
"publishingoffices": "cdc87751-a93f-4d73-9d71-e2df722d9228",
"events": "74ea33de-4244-4508-b0b8-1172c4e8289f",
"targets": "f2b08b8b-aba5-419c-89db-d9a1f90a15c8",
"Category": "24fbf2ef-eb6f-4456-a951-b619f109fde8",
"imagetypes": "27e4d350-dad9-4f76-9ed0-69c65dfc31f8",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "26d45465-5848-4fb7-9514-c3cb491ffb63",
"stakeholders": "6e952b00-781c-473b-b10c-c3499d5fbce1",
"Tags": "1dd7f3f2-db17-426f-bde2-dc092f87ec10",
"healthtopics": "e30c6397-9e03-44b9-b58b-9043c4907b71",
"targetaudiences": "726232ea-313c-4369-a371-73f42cbedc22",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "76d255f1-fcc2-42f7-a59b-c062f5490f7e",
"ParentId": "0c98d3d2-72d1-4e41-b82e-7f975e5683a2",
"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-29T01:42:03.8856341Z",
"PublicationDate": "2026-08-29T01:42:03.8856341Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T01:42:03.8856341Z",
"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": "fda49579-2522-4de3-ab57-87d5e7ee7f8e",
"publishingoffices": "cdc87751-a93f-4d73-9d71-e2df722d9228",
"events": "74ea33de-4244-4508-b0b8-1172c4e8289f",
"targets": "f2b08b8b-aba5-419c-89db-d9a1f90a15c8",
"Category": "24fbf2ef-eb6f-4456-a951-b619f109fde8",
"imagetypes": "27e4d350-dad9-4f76-9ed0-69c65dfc31f8",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "26d45465-5848-4fb7-9514-c3cb491ffb63",
"stakeholders": "6e952b00-781c-473b-b10c-c3499d5fbce1",
"Tags": "1dd7f3f2-db17-426f-bde2-dc092f87ec10",
"healthtopics": "e30c6397-9e03-44b9-b58b-9043c4907b71",
"targetaudiences": "726232ea-313c-4369-a371-73f42cbedc22",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "76d255f1-fcc2-42f7-a59b-c062f5490f7e",
"ParentId": "0c98d3d2-72d1-4e41-b82e-7f975e5683a2",
"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": "17b08947-50e1-4649-a5f5-550ac0b0f7a4",
"IsoCodeNumeric": 9.0,
"whostatus": "44ab7ea3-44c9-4060-8c52-0348e54d055d",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "c6b69ed1-e87d-4588-aa8f-9ae7ddf659ba",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-29T01:42:03.8856341Z",
"PublicationDate": "2026-08-29T01:42:03.8856341Z",
"LastModified": "2026-08-29T01:42:03.8856341Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:42:03.8856341+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"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": "17b08947-50e1-4649-a5f5-550ac0b0f7a4",
"IsoCodeNumeric": 9.0,
"whostatus": "44ab7ea3-44c9-4060-8c52-0348e54d055d",
"Overview": "sample string 11",
"ColloquialSynonym": "sample string 12",
"WhoCode": "sample string 13",
"IsMemberstate": true,
"Code": "sample string 15",
"WhoNotes": "sample string 16",
"regionscountries": "c6b69ed1-e87d-4588-aa8f-9ae7ddf659ba",
"Summary": "sample string 18",
"UrlName": "sample string 19",
"IncludeInSitemap": true,
"DateCreated": "2026-08-29T01:42:03.8856341Z",
"PublicationDate": "2026-08-29T01:42:03.8856341Z",
"LastModified": "2026-08-29T01:42:03.8856341Z",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:42:03.8856341+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]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-29T01:42:03.8856341Z",
"PublicationDate": "2026-08-29T01:42:03.8856341Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T01:42:03.8856341Z",
"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": "29febbae-ce90-4f04-b7ae-49f4beca5ec7",
"publishingoffices": "7fd6e173-894f-49b5-9adb-f069e025f40d",
"events": "91dffb4f-ff8a-4860-a811-a6bf11736b61",
"targets": "47abe246-eae7-4fe2-b536-36dc18696436",
"Category": "d14b910b-790d-4310-8d08-98cdf22cd460",
"imagetypes": "16758bc7-8f2e-46e5-8711-44e578642131",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "9049277a-de42-49ab-b681-041398dd6190",
"stakeholders": "7f5d12bc-931a-49f5-bf74-e7912d9ed41e",
"Tags": "7ab94433-beea-45d6-a293-305b74ad7bdd",
"healthtopics": "4dc5ea32-e312-4410-a1cf-8813e6ad4faf",
"targetaudiences": "a0a4aac8-65c0-4963-89cf-08e5992a767e",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "24ade359-8783-40f2-8191-b5354c7db091",
"ParentId": "b7a95687-126b-448e-b53b-5b2a6b02fef7",
"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-29T01:42:03.8856341Z",
"PublicationDate": "2026-08-29T01:42:03.8856341Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T01:42:03.8856341Z",
"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": "29febbae-ce90-4f04-b7ae-49f4beca5ec7",
"publishingoffices": "7fd6e173-894f-49b5-9adb-f069e025f40d",
"events": "91dffb4f-ff8a-4860-a811-a6bf11736b61",
"targets": "47abe246-eae7-4fe2-b536-36dc18696436",
"Category": "d14b910b-790d-4310-8d08-98cdf22cd460",
"imagetypes": "16758bc7-8f2e-46e5-8711-44e578642131",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "9049277a-de42-49ab-b681-041398dd6190",
"stakeholders": "7f5d12bc-931a-49f5-bf74-e7912d9ed41e",
"Tags": "7ab94433-beea-45d6-a293-305b74ad7bdd",
"healthtopics": "4dc5ea32-e312-4410-a1cf-8813e6ad4faf",
"targetaudiences": "a0a4aac8-65c0-4963-89cf-08e5992a767e",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "24ade359-8783-40f2-8191-b5354c7db091",
"ParentId": "b7a95687-126b-448e-b53b-5b2a6b02fef7",
"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.