Returns a set of data items of type diseaseoutbreaknews.
GET /api/emergencies/diseaseoutbreaknews
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 |
| DonId | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| Assessment | System.String | Read only: False | |
| Advice | System.String | Read only: False | |
| OverrideTitle | System.String | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| UseOverrideTitle | System.Boolean | Read only: False | |
| TitleSuffix | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| FurtherInformation | System.String | Read only: False | |
| Response | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Epidemiology | 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 | |
| FormattedDate | System.String | Read only: True |
application/json
[
{
"DonId": "sample string 1",
"Overview": "sample string 2",
"Assessment": "sample string 3",
"Advice": "sample string 4",
"OverrideTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"Title": "sample string 7",
"ItemDefaultUrl": "sample string 8",
"UseOverrideTitle": true,
"TitleSuffix": "sample string 10",
"PublicationDateAndTime": "2026-04-18T23:44:03.1454282Z",
"regionscountries": "c23cea69-44fa-4ebd-a7fb-dd460eba5fd8",
"Summary": "sample string 13",
"FurtherInformation": "sample string 14",
"Response": "sample string 15",
"UrlName": "sample string 16",
"Epidemiology": "sample string 17",
"IncludeInSitemap": true,
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"LastModified": "2026-04-18T23:44:03.1454282Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-18T23:44:03.1454282+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormattedDate": "sample string 23"
},
{
"DonId": "sample string 1",
"Overview": "sample string 2",
"Assessment": "sample string 3",
"Advice": "sample string 4",
"OverrideTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"Title": "sample string 7",
"ItemDefaultUrl": "sample string 8",
"UseOverrideTitle": true,
"TitleSuffix": "sample string 10",
"PublicationDateAndTime": "2026-04-18T23:44:03.1454282Z",
"regionscountries": "c23cea69-44fa-4ebd-a7fb-dd460eba5fd8",
"Summary": "sample string 13",
"FurtherInformation": "sample string 14",
"Response": "sample string 15",
"UrlName": "sample string 16",
"Epidemiology": "sample string 17",
"IncludeInSitemap": true,
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"LastModified": "2026-04-18T23:44:03.1454282Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-18T23:44:03.1454282+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormattedDate": "sample string 23"
}
]Gets diseaseoutbreaknews item by id.
GET /api/emergencies/diseaseoutbreaknews({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 |
| DonId | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| Assessment | System.String | Read only: False | |
| Advice | System.String | Read only: False | |
| OverrideTitle | System.String | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| UseOverrideTitle | System.Boolean | Read only: False | |
| TitleSuffix | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| FurtherInformation | System.String | Read only: False | |
| Response | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Epidemiology | 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 | |
| FormattedDate | System.String | Read only: True |
application/json
{
"DonId": "sample string 1",
"Overview": "sample string 2",
"Assessment": "sample string 3",
"Advice": "sample string 4",
"OverrideTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"Title": "sample string 7",
"ItemDefaultUrl": "sample string 8",
"UseOverrideTitle": true,
"TitleSuffix": "sample string 10",
"PublicationDateAndTime": "2026-04-18T23:44:03.1454282Z",
"regionscountries": "69e07946-bf2e-4185-ad08-f8987a288057",
"Summary": "sample string 13",
"FurtherInformation": "sample string 14",
"Response": "sample string 15",
"UrlName": "sample string 16",
"Epidemiology": "sample string 17",
"IncludeInSitemap": true,
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"LastModified": "2026-04-18T23:44:03.1454282Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-18T23:44:03.1454282+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormattedDate": "sample string 23"
}Gets DonId property from diseaseoutbreaknews item.
GET /api/emergencies/diseaseoutbreaknews({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 |
| DonId | System.String | Read only: False |
application/json
{
"DonId": "sample string 1"
}Creates a diseaseoutbreaknews item.
POST /api/emergencies/diseaseoutbreaknews
None
| Name | Description | Type | Additional Information |
| DonId | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| Assessment | System.String | Read only: False | |
| Advice | System.String | Read only: False | |
| OverrideTitle | System.String | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| UseOverrideTitle | System.Boolean | Read only: False | |
| TitleSuffix | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| FurtherInformation | System.String | Read only: False | |
| Response | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Epidemiology | 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 | |
| FormattedDate | System.String | Read only: True |
application/json
{
"DonId": "sample string 1",
"Overview": "sample string 2",
"Assessment": "sample string 3",
"Advice": "sample string 4",
"OverrideTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"Title": "sample string 7",
"UseOverrideTitle": true,
"TitleSuffix": "sample string 9",
"PublicationDateAndTime": "2026-04-18T23:44:03.1454282Z",
"regionscountries": "94f6b9f4-0725-45de-92e3-625c15e4f635",
"Summary": "sample string 12",
"FurtherInformation": "sample string 13",
"Response": "sample string 14",
"UrlName": "sample string 15",
"Epidemiology": "sample string 16",
"IncludeInSitemap": true,
"PublicationDate": "2026-04-18T23:44:03.1454282Z"
}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 |
| DonId | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| Assessment | System.String | Read only: False | |
| Advice | System.String | Read only: False | |
| OverrideTitle | System.String | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| UseOverrideTitle | System.Boolean | Read only: False | |
| TitleSuffix | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| FurtherInformation | System.String | Read only: False | |
| Response | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Epidemiology | 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 | |
| FormattedDate | System.String | Read only: True |
application/json
{
"DonId": "sample string 1",
"Overview": "sample string 2",
"Assessment": "sample string 3",
"Advice": "sample string 4",
"OverrideTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"Title": "sample string 7",
"ItemDefaultUrl": "sample string 8",
"UseOverrideTitle": true,
"TitleSuffix": "sample string 10",
"PublicationDateAndTime": "2026-04-18T23:44:03.1454282Z",
"regionscountries": "8d17bbd5-062c-4096-94b9-c3a6f6b2ff91",
"Summary": "sample string 13",
"FurtherInformation": "sample string 14",
"Response": "sample string 15",
"UrlName": "sample string 16",
"Epidemiology": "sample string 17",
"IncludeInSitemap": true,
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"LastModified": "2026-04-18T23:44:03.1454282Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-18T23:44:03.1454282+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormattedDate": "sample string 23"
}Partial update for diseaseoutbreaknews item.
PATCH /api/emergencies/diseaseoutbreaknews({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| DonId | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| Assessment | System.String | Read only: False | |
| Advice | System.String | Read only: False | |
| OverrideTitle | System.String | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| UseOverrideTitle | System.Boolean | Read only: False | |
| TitleSuffix | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| FurtherInformation | System.String | Read only: False | |
| Response | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Epidemiology | 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 | |
| FormattedDate | System.String | Read only: True |
application/json
{
"DonId": "sample string 1",
"Overview": "sample string 2",
"Assessment": "sample string 3",
"Advice": "sample string 4",
"OverrideTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"Title": "sample string 7",
"UseOverrideTitle": true,
"TitleSuffix": "sample string 9",
"PublicationDateAndTime": "2026-04-18T23:44:03.1454282Z",
"regionscountries": "78da0f73-5e96-440b-a9b1-62515ec406ce",
"Summary": "sample string 12",
"FurtherInformation": "sample string 13",
"Response": "sample string 14",
"UrlName": "sample string 15",
"Epidemiology": "sample string 16",
"IncludeInSitemap": true,
"PublicationDate": "2026-04-18T23:44:03.1454282Z"
}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 diseaseoutbreaknews item.
PUT /api/emergencies/diseaseoutbreaknews({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| DonId | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| Assessment | System.String | Read only: False | |
| Advice | System.String | Read only: False | |
| OverrideTitle | System.String | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| UseOverrideTitle | System.Boolean | Read only: False | |
| TitleSuffix | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| FurtherInformation | System.String | Read only: False | |
| Response | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| Epidemiology | 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 | |
| FormattedDate | System.String | Read only: True |
application/json
{
"DonId": "sample string 1",
"Overview": "sample string 2",
"Assessment": "sample string 3",
"Advice": "sample string 4",
"OverrideTitle": "sample string 5",
"SystemSourceKey": "sample string 6",
"Title": "sample string 7",
"UseOverrideTitle": true,
"TitleSuffix": "sample string 9",
"PublicationDateAndTime": "2026-04-18T23:44:03.1454282Z",
"regionscountries": "995f5983-31f2-4fcd-98e0-61b480534b71",
"Summary": "sample string 12",
"FurtherInformation": "sample string 13",
"Response": "sample string 14",
"UrlName": "sample string 15",
"Epidemiology": "sample string 16",
"IncludeInSitemap": true,
"PublicationDate": "2026-04-18T23:44:03.1454282Z"
}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 diseaseoutbreaknews item by Id.
DELETE /api/emergencies/diseaseoutbreaknews({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 EmergencyEvent from diseaseoutbreaknews item.
GET /api/emergencies/diseaseoutbreaknews({key})/EmergencyEvent
| 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 | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| EventId | System.String | Read only: False | |
| EmergencyEventStartDate | System.DateTimeOffset | Read only: False | |
| healthtopictypes | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "0cf8727e-db02-47b8-8ef1-7180d3a6aad7",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-04-18T23:44:03.1454282Z",
"healthtopictypes": "137605b8-4763-4dfd-981d-f1636d477ba8",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-18T23:44:03.1454282+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "0cf8727e-db02-47b8-8ef1-7180d3a6aad7",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-04-18T23:44:03.1454282Z",
"healthtopictypes": "137605b8-4763-4dfd-981d-f1636d477ba8",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-18T23:44:03.1454282+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add EmergencyEvent relation to diseaseoutbreaknews item.
POST /api/emergencies/diseaseoutbreaknews({key})/EmergencyEvent/$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 EmergencyEvent from diseaseoutbreaknews item.
DELETE /api/emergencies/diseaseoutbreaknews({key})/EmergencyEvent/$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 Response_Images from diseaseoutbreaknews item.
GET /api/emergencies/diseaseoutbreaknews({key})/Response_Images
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"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": "8070f9f5-7e5d-4b22-95ca-7d454cad19a4",
"publishingoffices": "9747c0a0-d372-414d-9a87-d4841cd66742",
"events": "9543af34-9d9f-47e1-bfdf-644bb722590b",
"targets": "a67e7430-4a04-49de-9e5f-561f4446e41a",
"Category": "8f9a55c2-e8b6-4f47-9d8f-5d4a50cee030",
"imagetypes": "e1d06aa8-ebfb-4311-9158-f428fc670a3f",
"departmentaltargets": "b9ae55b3-53dd-434f-8a55-b6348055440e",
"stakeholders": "82545e6b-861f-487d-867f-99bc6099b432",
"Tags": "b8c66cc8-171b-4a61-ab50-09fb9d0df44c",
"healthtopics": "755d62e8-3c40-4441-a87e-7da5c4845284",
"targetaudiences": "e1c008c8-6542-4e58-ae0c-48aeb69f0945",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "eb686b38-02de-4d6b-a03e-303fd6d73c6d",
"ParentId": "bae696e5-3d94-4a62-9f30-7762e40c5bbc",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"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": "8070f9f5-7e5d-4b22-95ca-7d454cad19a4",
"publishingoffices": "9747c0a0-d372-414d-9a87-d4841cd66742",
"events": "9543af34-9d9f-47e1-bfdf-644bb722590b",
"targets": "a67e7430-4a04-49de-9e5f-561f4446e41a",
"Category": "8f9a55c2-e8b6-4f47-9d8f-5d4a50cee030",
"imagetypes": "e1d06aa8-ebfb-4311-9158-f428fc670a3f",
"departmentaltargets": "b9ae55b3-53dd-434f-8a55-b6348055440e",
"stakeholders": "82545e6b-861f-487d-867f-99bc6099b432",
"Tags": "b8c66cc8-171b-4a61-ab50-09fb9d0df44c",
"healthtopics": "755d62e8-3c40-4441-a87e-7da5c4845284",
"targetaudiences": "e1c008c8-6542-4e58-ae0c-48aeb69f0945",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "eb686b38-02de-4d6b-a03e-303fd6d73c6d",
"ParentId": "bae696e5-3d94-4a62-9f30-7762e40c5bbc",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Response_Images relation to diseaseoutbreaknews item.
POST /api/emergencies/diseaseoutbreaknews({key})/Response_Images/$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 Response_Images from diseaseoutbreaknews item.
DELETE /api/emergencies/diseaseoutbreaknews({key})/Response_Images/$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 FurtherInformation_Images from diseaseoutbreaknews item.
GET /api/emergencies/diseaseoutbreaknews({key})/FurtherInformation_Images
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"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": "72dfd294-307f-4e80-b5a8-721cd551a590",
"publishingoffices": "a8c383c5-b489-48ee-a7d8-8153ea747b23",
"events": "0959450f-c525-4cee-bd4e-945f067c267e",
"targets": "cfa27fdf-227e-4e99-b965-2b2b9f63358c",
"Category": "a7456616-d7e2-4443-8eaf-fafaea9227ea",
"imagetypes": "d7f112f8-1496-4e7c-9327-ae0370ee7be4",
"departmentaltargets": "525f8103-7fe8-49b0-8469-35961b2e9b61",
"stakeholders": "e1469c64-34c5-4777-805b-bd4a06936563",
"Tags": "d79098f7-52ac-4e63-a232-ff132d6c5ce0",
"healthtopics": "af02b9a0-b461-49cc-ba10-66526bb42327",
"targetaudiences": "6e7fc294-4a90-4af7-845a-f84c8fbc7e6c",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "58ab43fb-f2a5-4dd8-83b4-d2a6f19e18e3",
"ParentId": "40fe8b82-7d46-4bb4-a07e-0e367a0f9528",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"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": "72dfd294-307f-4e80-b5a8-721cd551a590",
"publishingoffices": "a8c383c5-b489-48ee-a7d8-8153ea747b23",
"events": "0959450f-c525-4cee-bd4e-945f067c267e",
"targets": "cfa27fdf-227e-4e99-b965-2b2b9f63358c",
"Category": "a7456616-d7e2-4443-8eaf-fafaea9227ea",
"imagetypes": "d7f112f8-1496-4e7c-9327-ae0370ee7be4",
"departmentaltargets": "525f8103-7fe8-49b0-8469-35961b2e9b61",
"stakeholders": "e1469c64-34c5-4777-805b-bd4a06936563",
"Tags": "d79098f7-52ac-4e63-a232-ff132d6c5ce0",
"healthtopics": "af02b9a0-b461-49cc-ba10-66526bb42327",
"targetaudiences": "6e7fc294-4a90-4af7-845a-f84c8fbc7e6c",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "58ab43fb-f2a5-4dd8-83b4-d2a6f19e18e3",
"ParentId": "40fe8b82-7d46-4bb4-a07e-0e367a0f9528",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add FurtherInformation_Images relation to diseaseoutbreaknews item.
POST /api/emergencies/diseaseoutbreaknews({key})/FurtherInformation_Images/$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 FurtherInformation_Images from diseaseoutbreaknews item.
DELETE /api/emergencies/diseaseoutbreaknews({key})/FurtherInformation_Images/$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 Overview_Images from diseaseoutbreaknews item.
GET /api/emergencies/diseaseoutbreaknews({key})/Overview_Images
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"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": "ef0304d0-f5e2-4155-9219-7fc362153757",
"publishingoffices": "b4867ce9-6f6f-4776-bf35-cdaa9d188e0b",
"events": "620f7e04-47bf-4308-bcb6-462df0ca9cd6",
"targets": "89a4811d-2afe-4059-8bc8-ec12d5132500",
"Category": "fac1ab0e-cf1f-4e63-b524-0f6ae905ccb8",
"imagetypes": "494376f8-d371-48ba-8ce8-0b6d3033fe7b",
"departmentaltargets": "86836855-1183-4a3b-9851-9fdcfb71f464",
"stakeholders": "9c4a9d25-9c1b-4dfd-b40d-c3e529a3e444",
"Tags": "2c18418d-cd52-4bf8-bc48-c9df402c6c12",
"healthtopics": "e9d3e5e3-cd0b-4aa9-bd98-546fbfbbf788",
"targetaudiences": "947b289f-e241-4f7b-81e4-e26a3155a6d2",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "7467afc9-a7f2-40f9-849d-5fdcb442e3c2",
"ParentId": "a73d72db-56aa-4b03-ad6f-da427233f039",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"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": "ef0304d0-f5e2-4155-9219-7fc362153757",
"publishingoffices": "b4867ce9-6f6f-4776-bf35-cdaa9d188e0b",
"events": "620f7e04-47bf-4308-bcb6-462df0ca9cd6",
"targets": "89a4811d-2afe-4059-8bc8-ec12d5132500",
"Category": "fac1ab0e-cf1f-4e63-b524-0f6ae905ccb8",
"imagetypes": "494376f8-d371-48ba-8ce8-0b6d3033fe7b",
"departmentaltargets": "86836855-1183-4a3b-9851-9fdcfb71f464",
"stakeholders": "9c4a9d25-9c1b-4dfd-b40d-c3e529a3e444",
"Tags": "2c18418d-cd52-4bf8-bc48-c9df402c6c12",
"healthtopics": "e9d3e5e3-cd0b-4aa9-bd98-546fbfbbf788",
"targetaudiences": "947b289f-e241-4f7b-81e4-e26a3155a6d2",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "7467afc9-a7f2-40f9-849d-5fdcb442e3c2",
"ParentId": "a73d72db-56aa-4b03-ad6f-da427233f039",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Overview_Images relation to diseaseoutbreaknews item.
POST /api/emergencies/diseaseoutbreaknews({key})/Overview_Images/$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 Overview_Images from diseaseoutbreaknews item.
DELETE /api/emergencies/diseaseoutbreaknews({key})/Overview_Images/$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 DonImage from diseaseoutbreaknews item.
GET /api/emergencies/diseaseoutbreaknews({key})/DonImage
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"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": "a349a241-580d-49d1-b015-a75547979f4f",
"publishingoffices": "cc6f41ee-1610-4d4c-ac6b-31e0ad7e59c4",
"events": "9690e4c9-b76b-418e-a8aa-bca231f6e049",
"targets": "764d0433-d84e-4ba9-949f-c2aadb37ac7a",
"Category": "8f51d26f-2636-40d4-af42-2ffb42a874ea",
"imagetypes": "8b728056-9324-490d-bc16-73819dff02b3",
"departmentaltargets": "60156021-d831-42b1-b3a8-f9e7a65ab4aa",
"stakeholders": "f770f9e6-7be0-4761-ba51-ccf96d7d4003",
"Tags": "58b25980-1ce7-4c31-adf0-34b59698bdd7",
"healthtopics": "dbb0ea08-9439-4202-b813-cc92ae2556b0",
"targetaudiences": "5d958d6a-b589-4d3b-9b78-5ae343882a6c",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "045a951e-4a12-4070-a9f0-916190b4990e",
"ParentId": "b15af176-1fcb-4e6a-864d-fe9fe4bf9d50",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"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": "a349a241-580d-49d1-b015-a75547979f4f",
"publishingoffices": "cc6f41ee-1610-4d4c-ac6b-31e0ad7e59c4",
"events": "9690e4c9-b76b-418e-a8aa-bca231f6e049",
"targets": "764d0433-d84e-4ba9-949f-c2aadb37ac7a",
"Category": "8f51d26f-2636-40d4-af42-2ffb42a874ea",
"imagetypes": "8b728056-9324-490d-bc16-73819dff02b3",
"departmentaltargets": "60156021-d831-42b1-b3a8-f9e7a65ab4aa",
"stakeholders": "f770f9e6-7be0-4761-ba51-ccf96d7d4003",
"Tags": "58b25980-1ce7-4c31-adf0-34b59698bdd7",
"healthtopics": "dbb0ea08-9439-4202-b813-cc92ae2556b0",
"targetaudiences": "5d958d6a-b589-4d3b-9b78-5ae343882a6c",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "045a951e-4a12-4070-a9f0-916190b4990e",
"ParentId": "b15af176-1fcb-4e6a-864d-fe9fe4bf9d50",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add DonImage relation to diseaseoutbreaknews item.
POST /api/emergencies/diseaseoutbreaknews({key})/DonImage/$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 DonImage from diseaseoutbreaknews item.
DELETE /api/emergencies/diseaseoutbreaknews({key})/DonImage/$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 Summary_Images from diseaseoutbreaknews item.
GET /api/emergencies/diseaseoutbreaknews({key})/Summary_Images
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"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": "3350f874-4d39-4cb6-84e6-12919453f339",
"publishingoffices": "170d747c-dfde-49e4-be2b-8ff561a6a839",
"events": "71eff866-5264-4b14-b20f-01f8f8d80356",
"targets": "9a0e2700-93be-49b9-9c54-9ebe2a9352d2",
"Category": "2dca824b-2872-412d-a7fd-bd39751a936e",
"imagetypes": "392d4bb8-ee27-4010-986f-57cc08a66ba6",
"departmentaltargets": "fc427a22-ec46-443c-ac9f-813e2f139400",
"stakeholders": "517d51ae-4adc-4da6-b56f-57aa8b7f4b79",
"Tags": "dfa0c3ea-f887-41a4-9898-2e4148ca481a",
"healthtopics": "894c266e-8e6c-4bab-a2dc-57fa2a16f4bd",
"targetaudiences": "1063a2db-cfc6-4397-ba03-5469bfc667f4",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "18ba6b56-a5c7-4101-964d-2e7e90ab53e9",
"ParentId": "ce88af47-83d2-45e2-9322-9945351e610c",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"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": "3350f874-4d39-4cb6-84e6-12919453f339",
"publishingoffices": "170d747c-dfde-49e4-be2b-8ff561a6a839",
"events": "71eff866-5264-4b14-b20f-01f8f8d80356",
"targets": "9a0e2700-93be-49b9-9c54-9ebe2a9352d2",
"Category": "2dca824b-2872-412d-a7fd-bd39751a936e",
"imagetypes": "392d4bb8-ee27-4010-986f-57cc08a66ba6",
"departmentaltargets": "fc427a22-ec46-443c-ac9f-813e2f139400",
"stakeholders": "517d51ae-4adc-4da6-b56f-57aa8b7f4b79",
"Tags": "dfa0c3ea-f887-41a4-9898-2e4148ca481a",
"healthtopics": "894c266e-8e6c-4bab-a2dc-57fa2a16f4bd",
"targetaudiences": "1063a2db-cfc6-4397-ba03-5469bfc667f4",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "18ba6b56-a5c7-4101-964d-2e7e90ab53e9",
"ParentId": "ce88af47-83d2-45e2-9322-9945351e610c",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Summary_Images relation to diseaseoutbreaknews item.
POST /api/emergencies/diseaseoutbreaknews({key})/Summary_Images/$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 Summary_Images from diseaseoutbreaknews item.
DELETE /api/emergencies/diseaseoutbreaknews({key})/Summary_Images/$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 Epidemiology_Images from diseaseoutbreaknews item.
GET /api/emergencies/diseaseoutbreaknews({key})/Epidemiology_Images
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"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": "df725ab8-0719-4a65-b355-70b714c3d412",
"publishingoffices": "671e993a-63d5-4105-a41c-2c92d54feaa8",
"events": "cd4b64ce-f933-4517-8683-c199545b19ba",
"targets": "2b7f5fcf-554b-4594-bfa2-b0f10288e515",
"Category": "12d84895-8c4f-4ce5-9836-7895103685a6",
"imagetypes": "472faf70-3b88-4063-ae97-ea9f6759e504",
"departmentaltargets": "3b4bd7c1-0294-43f6-a514-55f942141809",
"stakeholders": "8e119ae9-ed75-4b29-9b8a-8dec378eb648",
"Tags": "5236d9a7-dc22-4957-a914-3f54e3e8a735",
"healthtopics": "585888fb-5904-4111-9723-d33909d35bad",
"targetaudiences": "27be33d6-03cc-4617-886a-c07d4a5ad54d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a8ecd60d-1189-4e3e-8a4c-9a3ddef7906a",
"ParentId": "ff97d223-4ebc-45e8-8a3e-d4758e7cbbd6",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"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": "df725ab8-0719-4a65-b355-70b714c3d412",
"publishingoffices": "671e993a-63d5-4105-a41c-2c92d54feaa8",
"events": "cd4b64ce-f933-4517-8683-c199545b19ba",
"targets": "2b7f5fcf-554b-4594-bfa2-b0f10288e515",
"Category": "12d84895-8c4f-4ce5-9836-7895103685a6",
"imagetypes": "472faf70-3b88-4063-ae97-ea9f6759e504",
"departmentaltargets": "3b4bd7c1-0294-43f6-a514-55f942141809",
"stakeholders": "8e119ae9-ed75-4b29-9b8a-8dec378eb648",
"Tags": "5236d9a7-dc22-4957-a914-3f54e3e8a735",
"healthtopics": "585888fb-5904-4111-9723-d33909d35bad",
"targetaudiences": "27be33d6-03cc-4617-886a-c07d4a5ad54d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a8ecd60d-1189-4e3e-8a4c-9a3ddef7906a",
"ParentId": "ff97d223-4ebc-45e8-8a3e-d4758e7cbbd6",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Epidemiology_Images relation to diseaseoutbreaknews item.
POST /api/emergencies/diseaseoutbreaknews({key})/Epidemiology_Images/$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 Epidemiology_Images from diseaseoutbreaknews item.
DELETE /api/emergencies/diseaseoutbreaknews({key})/Epidemiology_Images/$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 Assessment_Images from diseaseoutbreaknews item.
GET /api/emergencies/diseaseoutbreaknews({key})/Assessment_Images
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"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": "5685b1f6-5922-4cca-a78d-3e8d3c2b2ee7",
"publishingoffices": "5cdb24d2-c35c-4f6c-8b87-a9a865c2c685",
"events": "c6aa962b-dd65-461c-a645-58ae25a05f64",
"targets": "c8d8b247-5eaf-42b6-bb46-f1ad74971d1f",
"Category": "477e7c75-94a3-4331-8408-cad97f4250f3",
"imagetypes": "f055cc00-bf93-4ee4-b53a-4489402492f9",
"departmentaltargets": "968b7209-c60a-4a73-9f51-f5c246372c26",
"stakeholders": "2c21d6e4-425e-4c22-accb-ede4b73ed26a",
"Tags": "05f7a0ab-eaba-4b66-9fc5-17087196a4db",
"healthtopics": "17d2a0ed-d405-4256-92fa-d9578ad154ce",
"targetaudiences": "e438ba98-ba99-4f70-a918-70a55204f93d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a665c09b-dc09-414d-8899-166ee0aae362",
"ParentId": "6cf87b14-317c-427f-8de3-07662b225899",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-04-18T23:44:03.1454282Z",
"PublicationDate": "2026-04-18T23:44:03.1454282Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1454282Z",
"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": "5685b1f6-5922-4cca-a78d-3e8d3c2b2ee7",
"publishingoffices": "5cdb24d2-c35c-4f6c-8b87-a9a865c2c685",
"events": "c6aa962b-dd65-461c-a645-58ae25a05f64",
"targets": "c8d8b247-5eaf-42b6-bb46-f1ad74971d1f",
"Category": "477e7c75-94a3-4331-8408-cad97f4250f3",
"imagetypes": "f055cc00-bf93-4ee4-b53a-4489402492f9",
"departmentaltargets": "968b7209-c60a-4a73-9f51-f5c246372c26",
"stakeholders": "2c21d6e4-425e-4c22-accb-ede4b73ed26a",
"Tags": "05f7a0ab-eaba-4b66-9fc5-17087196a4db",
"healthtopics": "17d2a0ed-d405-4256-92fa-d9578ad154ce",
"targetaudiences": "e438ba98-ba99-4f70-a918-70a55204f93d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a665c09b-dc09-414d-8899-166ee0aae362",
"ParentId": "6cf87b14-317c-427f-8de3-07662b225899",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Assessment_Images relation to diseaseoutbreaknews item.
POST /api/emergencies/diseaseoutbreaknews({key})/Assessment_Images/$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 Assessment_Images from diseaseoutbreaknews item.
DELETE /api/emergencies/diseaseoutbreaknews({key})/Assessment_Images/$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 Advice_Images from diseaseoutbreaknews item.
GET /api/emergencies/diseaseoutbreaknews({key})/Advice_Images
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-04-18T23:44:03.1610549Z",
"PublicationDate": "2026-04-18T23:44:03.1610549Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1610549Z",
"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": "aeb09532-60d1-4616-a687-90bbd59564a6",
"publishingoffices": "1b055b98-b382-405e-873e-d12c59e24130",
"events": "ca8f0ae3-eba2-46da-89c0-ed4f1672bb70",
"targets": "e333fa4d-c6ed-49e2-bca2-a77ad1b28c55",
"Category": "2ffa126b-2c93-4afc-abb5-0e998c9db376",
"imagetypes": "ca5eacee-eae9-442d-95ae-b13a96df7594",
"departmentaltargets": "f7588bbf-1c7a-4333-b821-0facaca19f12",
"stakeholders": "8cb8cb8a-8dca-49e3-b32f-8a9f252eb9dd",
"Tags": "87634821-c49e-4a7d-8f7d-f0f23727ecd8",
"healthtopics": "81096b21-00a9-46c6-9547-c4808e1ac8e6",
"targetaudiences": "44077b9e-fbd6-456b-947b-d2cfaf57487e",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "45b645c6-7371-4f3d-9249-12ea7892f488",
"ParentId": "016619f4-6d20-4a16-acb9-43d89ab9cf96",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-04-18T23:44:03.1610549Z",
"PublicationDate": "2026-04-18T23:44:03.1610549Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-18T23:44:03.1610549Z",
"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": "aeb09532-60d1-4616-a687-90bbd59564a6",
"publishingoffices": "1b055b98-b382-405e-873e-d12c59e24130",
"events": "ca8f0ae3-eba2-46da-89c0-ed4f1672bb70",
"targets": "e333fa4d-c6ed-49e2-bca2-a77ad1b28c55",
"Category": "2ffa126b-2c93-4afc-abb5-0e998c9db376",
"imagetypes": "ca5eacee-eae9-442d-95ae-b13a96df7594",
"departmentaltargets": "f7588bbf-1c7a-4333-b821-0facaca19f12",
"stakeholders": "8cb8cb8a-8dca-49e3-b32f-8a9f252eb9dd",
"Tags": "87634821-c49e-4a7d-8f7d-f0f23727ecd8",
"healthtopics": "81096b21-00a9-46c6-9547-c4808e1ac8e6",
"targetaudiences": "44077b9e-fbd6-456b-947b-d2cfaf57487e",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "45b645c6-7371-4f3d-9249-12ea7892f488",
"ParentId": "016619f4-6d20-4a16-acb9-43d89ab9cf96",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Advice_Images relation to diseaseoutbreaknews item.
POST /api/emergencies/diseaseoutbreaknews({key})/Advice_Images/$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 Advice_Images from diseaseoutbreaknews item.
DELETE /api/emergencies/diseaseoutbreaknews({key})/Advice_Images/$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.