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-01-09T06:09:04.0222158Z",
"regionscountries": "d72bc9cd-aa75-4fd9-8ed0-ec229c160aaf",
"Summary": "sample string 13",
"FurtherInformation": "sample string 14",
"Response": "sample string 15",
"UrlName": "sample string 16",
"Epidemiology": "sample string 17",
"IncludeInSitemap": true,
"DateCreated": "2026-01-09T06:09:04.0222158Z",
"PublicationDate": "2026-01-09T06:09:04.0222158Z",
"LastModified": "2026-01-09T06:09:04.0222158Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T06:09:04.0222158+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-01-09T06:09:04.0222158Z",
"regionscountries": "d72bc9cd-aa75-4fd9-8ed0-ec229c160aaf",
"Summary": "sample string 13",
"FurtherInformation": "sample string 14",
"Response": "sample string 15",
"UrlName": "sample string 16",
"Epidemiology": "sample string 17",
"IncludeInSitemap": true,
"DateCreated": "2026-01-09T06:09:04.0222158Z",
"PublicationDate": "2026-01-09T06:09:04.0222158Z",
"LastModified": "2026-01-09T06:09:04.0222158Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T06:09:04.0222158+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-01-09T06:09:04.0378421Z",
"regionscountries": "e6633ba7-a880-46fa-9e9c-22ff80c57df7",
"Summary": "sample string 13",
"FurtherInformation": "sample string 14",
"Response": "sample string 15",
"UrlName": "sample string 16",
"Epidemiology": "sample string 17",
"IncludeInSitemap": true,
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"LastModified": "2026-01-09T06:09:04.0378421Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T06:09:04.0378421+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-01-09T06:09:04.0378421Z",
"regionscountries": "928efc68-1254-4abf-876a-246a088f84b2",
"Summary": "sample string 12",
"FurtherInformation": "sample string 13",
"Response": "sample string 14",
"UrlName": "sample string 15",
"Epidemiology": "sample string 16",
"IncludeInSitemap": true,
"PublicationDate": "2026-01-09T06:09:04.0378421Z"
}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-01-09T06:09:04.0378421Z",
"regionscountries": "afa6fe0d-3a34-4b8f-b937-9b353ae06878",
"Summary": "sample string 13",
"FurtherInformation": "sample string 14",
"Response": "sample string 15",
"UrlName": "sample string 16",
"Epidemiology": "sample string 17",
"IncludeInSitemap": true,
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"LastModified": "2026-01-09T06:09:04.0378421Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T06:09:04.0378421+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-01-09T06:09:04.0378421Z",
"regionscountries": "cb4f01d7-e0a6-40c6-aa63-fbdd778fa749",
"Summary": "sample string 12",
"FurtherInformation": "sample string 13",
"Response": "sample string 14",
"UrlName": "sample string 15",
"Epidemiology": "sample string 16",
"IncludeInSitemap": true,
"PublicationDate": "2026-01-09T06:09:04.0378421Z"
}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-01-09T06:09:04.0378421Z",
"regionscountries": "53c0530f-db85-4e18-bdde-25d48abb41c5",
"Summary": "sample string 12",
"FurtherInformation": "sample string 13",
"Response": "sample string 14",
"UrlName": "sample string 15",
"Epidemiology": "sample string 16",
"IncludeInSitemap": true,
"PublicationDate": "2026-01-09T06:09:04.0378421Z"
}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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "136708ce-719a-46d4-9b63-64e4bf3b41ab",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-01-09T06:09:04.0378421Z",
"healthtopictypes": "3133cace-595d-422c-b759-afee2d786885",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T06:09:04.0378421+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "136708ce-719a-46d4-9b63-64e4bf3b41ab",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-01-09T06:09:04.0378421Z",
"healthtopictypes": "3133cace-595d-422c-b759-afee2d786885",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T06:09:04.0378421+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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "2297ac3b-8002-4fb8-a20e-60beb9cebdb0",
"publishingoffices": "0a4ca562-bd5d-47f8-8376-5db4bd97f2b7",
"events": "e3b0cdf0-db03-4d3f-a344-6bb4dce08362",
"targets": "4cdf3aa3-0000-44a4-ab7a-b595dce68e22",
"Category": "7cf510a8-e0df-4295-9c6b-30fceaf2bd43",
"imagetypes": "e60e9218-0b18-44a8-9910-0e9c2fabb982",
"departmentaltargets": "5862f444-724a-45e8-aa4b-9c3717732b3a",
"stakeholders": "2ced9c3d-be6f-4361-a786-a79b5489a37d",
"Tags": "d05535d2-f0c5-497b-9eec-b1157dd2437d",
"healthtopics": "fabe5b3f-595a-46ee-ad32-2b09725bd440",
"targetaudiences": "fe3e63dc-639c-419a-96d3-6607a37fe24b",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "f2c88ebe-6df2-4386-adb6-c8f28d5c1e69",
"ParentId": "e358fd85-e4d2-4047-af58-e29b1c13ce64",
"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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "2297ac3b-8002-4fb8-a20e-60beb9cebdb0",
"publishingoffices": "0a4ca562-bd5d-47f8-8376-5db4bd97f2b7",
"events": "e3b0cdf0-db03-4d3f-a344-6bb4dce08362",
"targets": "4cdf3aa3-0000-44a4-ab7a-b595dce68e22",
"Category": "7cf510a8-e0df-4295-9c6b-30fceaf2bd43",
"imagetypes": "e60e9218-0b18-44a8-9910-0e9c2fabb982",
"departmentaltargets": "5862f444-724a-45e8-aa4b-9c3717732b3a",
"stakeholders": "2ced9c3d-be6f-4361-a786-a79b5489a37d",
"Tags": "d05535d2-f0c5-497b-9eec-b1157dd2437d",
"healthtopics": "fabe5b3f-595a-46ee-ad32-2b09725bd440",
"targetaudiences": "fe3e63dc-639c-419a-96d3-6607a37fe24b",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "f2c88ebe-6df2-4386-adb6-c8f28d5c1e69",
"ParentId": "e358fd85-e4d2-4047-af58-e29b1c13ce64",
"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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "ebd6b25b-49c8-418b-8158-117cd50351a1",
"publishingoffices": "22eb3b92-75ac-4579-a108-97c3fa143fc7",
"events": "4eb4f023-0839-4436-8fb4-d2922ac55a0a",
"targets": "287db7ef-6ebf-4cfe-881d-de1550d0d62c",
"Category": "fd1e3285-5c53-4e24-80b9-ca18f67654ba",
"imagetypes": "e7d4a7df-5d04-4d3e-a629-7ad358550d9e",
"departmentaltargets": "6d9b0e23-6edd-4f44-9269-aa08fe0f5e6d",
"stakeholders": "ef8c2ca8-f0c0-4a26-992c-233bd7d594ac",
"Tags": "ca04e8b1-c7eb-405a-85b8-2bbaec5f80c4",
"healthtopics": "cbd8b0aa-6179-4fe9-a9b6-32d7dce103fe",
"targetaudiences": "53c91c81-c884-4f8f-af3f-522982129cc5",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "5c9e688c-c4bf-4980-987a-3cc66912df03",
"ParentId": "cd54dd9c-be3c-42c7-942d-5e3f897d2d47",
"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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "ebd6b25b-49c8-418b-8158-117cd50351a1",
"publishingoffices": "22eb3b92-75ac-4579-a108-97c3fa143fc7",
"events": "4eb4f023-0839-4436-8fb4-d2922ac55a0a",
"targets": "287db7ef-6ebf-4cfe-881d-de1550d0d62c",
"Category": "fd1e3285-5c53-4e24-80b9-ca18f67654ba",
"imagetypes": "e7d4a7df-5d04-4d3e-a629-7ad358550d9e",
"departmentaltargets": "6d9b0e23-6edd-4f44-9269-aa08fe0f5e6d",
"stakeholders": "ef8c2ca8-f0c0-4a26-992c-233bd7d594ac",
"Tags": "ca04e8b1-c7eb-405a-85b8-2bbaec5f80c4",
"healthtopics": "cbd8b0aa-6179-4fe9-a9b6-32d7dce103fe",
"targetaudiences": "53c91c81-c884-4f8f-af3f-522982129cc5",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "5c9e688c-c4bf-4980-987a-3cc66912df03",
"ParentId": "cd54dd9c-be3c-42c7-942d-5e3f897d2d47",
"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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "d350f21d-3882-404e-9704-56138dd3f90f",
"publishingoffices": "e33d732a-1421-429f-84c9-9d8f99355fd7",
"events": "5eac5243-ae05-4b99-a6ed-d700c03861fb",
"targets": "4283b309-1963-48e7-b55d-fb8ac7a243c5",
"Category": "088fdf39-74c8-4515-bf56-cede4c0d2d58",
"imagetypes": "e8abef25-d97c-49b9-8bac-ee39cd5bcff4",
"departmentaltargets": "015da8d8-4d0b-4450-9de0-7a91fbebd891",
"stakeholders": "c48fbab5-6852-4774-b16e-178ebc776698",
"Tags": "8789237a-de96-4fcf-bebd-79b649bd2147",
"healthtopics": "f7546313-ff71-43c3-bb29-61c5f213c928",
"targetaudiences": "4ef3947a-a220-49b5-b624-6a72e71adece",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4dfe2f5c-f9c1-4f66-bafd-9dbd9a4ee0a9",
"ParentId": "e1ab7549-5207-4bb4-868e-6ff603f3c2b3",
"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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "d350f21d-3882-404e-9704-56138dd3f90f",
"publishingoffices": "e33d732a-1421-429f-84c9-9d8f99355fd7",
"events": "5eac5243-ae05-4b99-a6ed-d700c03861fb",
"targets": "4283b309-1963-48e7-b55d-fb8ac7a243c5",
"Category": "088fdf39-74c8-4515-bf56-cede4c0d2d58",
"imagetypes": "e8abef25-d97c-49b9-8bac-ee39cd5bcff4",
"departmentaltargets": "015da8d8-4d0b-4450-9de0-7a91fbebd891",
"stakeholders": "c48fbab5-6852-4774-b16e-178ebc776698",
"Tags": "8789237a-de96-4fcf-bebd-79b649bd2147",
"healthtopics": "f7546313-ff71-43c3-bb29-61c5f213c928",
"targetaudiences": "4ef3947a-a220-49b5-b624-6a72e71adece",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4dfe2f5c-f9c1-4f66-bafd-9dbd9a4ee0a9",
"ParentId": "e1ab7549-5207-4bb4-868e-6ff603f3c2b3",
"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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "c4944a96-f213-4165-a368-b42210710627",
"publishingoffices": "68461ebc-7ae4-41b5-b900-f07dcd108fd4",
"events": "a265a89e-7f52-4e7f-9830-a4ba3247cd5a",
"targets": "153192bc-c9ef-4768-8521-8c1a8e561fff",
"Category": "cc312a6d-bd97-4a4b-a703-1ed475d35a0e",
"imagetypes": "9d68441f-e56f-4e88-b8b6-7a092e59e05e",
"departmentaltargets": "2ef86c14-2c9b-4a13-9044-63ec12a24e28",
"stakeholders": "02c59d25-c780-49c8-8264-777aac6133a6",
"Tags": "50f7d9f9-abaa-4b57-86c8-daea8f2661b9",
"healthtopics": "7de365aa-9dca-48f6-99c2-88957e39c028",
"targetaudiences": "af427a56-efc7-42c8-a285-d10ae4159e40",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "22ce0bdd-3c72-4b4d-9f1b-cae3aec168ed",
"ParentId": "9f9f6ab9-90da-499d-be10-28434f742c32",
"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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "c4944a96-f213-4165-a368-b42210710627",
"publishingoffices": "68461ebc-7ae4-41b5-b900-f07dcd108fd4",
"events": "a265a89e-7f52-4e7f-9830-a4ba3247cd5a",
"targets": "153192bc-c9ef-4768-8521-8c1a8e561fff",
"Category": "cc312a6d-bd97-4a4b-a703-1ed475d35a0e",
"imagetypes": "9d68441f-e56f-4e88-b8b6-7a092e59e05e",
"departmentaltargets": "2ef86c14-2c9b-4a13-9044-63ec12a24e28",
"stakeholders": "02c59d25-c780-49c8-8264-777aac6133a6",
"Tags": "50f7d9f9-abaa-4b57-86c8-daea8f2661b9",
"healthtopics": "7de365aa-9dca-48f6-99c2-88957e39c028",
"targetaudiences": "af427a56-efc7-42c8-a285-d10ae4159e40",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "22ce0bdd-3c72-4b4d-9f1b-cae3aec168ed",
"ParentId": "9f9f6ab9-90da-499d-be10-28434f742c32",
"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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "89e3d7d4-a35d-4219-9d6a-75f491f51dff",
"publishingoffices": "af55b108-9f52-4d3f-bb3f-56ff399442f4",
"events": "770e4274-d68f-476a-9284-8edf3abaae76",
"targets": "866d352b-5ef6-487c-9b45-ecb8d0c45151",
"Category": "0ff48026-5100-4e6c-b7ce-52c9ba1e9322",
"imagetypes": "b214fbc2-34dc-4f66-bf5f-255d97580f30",
"departmentaltargets": "50e0ea8b-5832-41f2-b190-380f9c80f011",
"stakeholders": "665d670c-23db-407c-8057-9220262e68f4",
"Tags": "3fb9a336-3fd6-4354-bcd0-2b91c62e9398",
"healthtopics": "36fc1499-9da7-4284-ad74-ae05f1978b4e",
"targetaudiences": "45f97f28-e055-433d-91f5-4dea6a366de9",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "215f2f93-33fc-45c5-bddd-9c4a4e98e804",
"ParentId": "5c399632-6e5d-41d0-984f-e16faa5c4af2",
"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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "89e3d7d4-a35d-4219-9d6a-75f491f51dff",
"publishingoffices": "af55b108-9f52-4d3f-bb3f-56ff399442f4",
"events": "770e4274-d68f-476a-9284-8edf3abaae76",
"targets": "866d352b-5ef6-487c-9b45-ecb8d0c45151",
"Category": "0ff48026-5100-4e6c-b7ce-52c9ba1e9322",
"imagetypes": "b214fbc2-34dc-4f66-bf5f-255d97580f30",
"departmentaltargets": "50e0ea8b-5832-41f2-b190-380f9c80f011",
"stakeholders": "665d670c-23db-407c-8057-9220262e68f4",
"Tags": "3fb9a336-3fd6-4354-bcd0-2b91c62e9398",
"healthtopics": "36fc1499-9da7-4284-ad74-ae05f1978b4e",
"targetaudiences": "45f97f28-e055-433d-91f5-4dea6a366de9",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "215f2f93-33fc-45c5-bddd-9c4a4e98e804",
"ParentId": "5c399632-6e5d-41d0-984f-e16faa5c4af2",
"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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "71c2b995-8714-4d71-8666-1c712824d85d",
"publishingoffices": "3642a8af-aee8-45d6-a5c0-2471908e3812",
"events": "82b20942-ee8b-4c94-92fc-3bbc1c6575e6",
"targets": "857a0af4-463b-4707-9ddc-a3a9e45e904a",
"Category": "b1c8e5be-329a-4b02-992b-2f4dc46b59bf",
"imagetypes": "3c191def-33cc-41de-a7f2-8604f14fd5a9",
"departmentaltargets": "75b270c3-7d24-43d1-ac7e-ac71a7a39252",
"stakeholders": "bcbc89b9-5f8f-487a-956f-802784707090",
"Tags": "dab50704-1f91-4495-9f2c-97baeb34f324",
"healthtopics": "7742753b-3634-4cea-b75d-aa5de29d0cf5",
"targetaudiences": "7d918d8f-2edd-406e-91da-3496bd81dd7e",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "59e48037-28ac-470c-9cc4-74a502099e20",
"ParentId": "3be65e7c-fde6-4611-a4f0-06351cb3d413",
"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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "71c2b995-8714-4d71-8666-1c712824d85d",
"publishingoffices": "3642a8af-aee8-45d6-a5c0-2471908e3812",
"events": "82b20942-ee8b-4c94-92fc-3bbc1c6575e6",
"targets": "857a0af4-463b-4707-9ddc-a3a9e45e904a",
"Category": "b1c8e5be-329a-4b02-992b-2f4dc46b59bf",
"imagetypes": "3c191def-33cc-41de-a7f2-8604f14fd5a9",
"departmentaltargets": "75b270c3-7d24-43d1-ac7e-ac71a7a39252",
"stakeholders": "bcbc89b9-5f8f-487a-956f-802784707090",
"Tags": "dab50704-1f91-4495-9f2c-97baeb34f324",
"healthtopics": "7742753b-3634-4cea-b75d-aa5de29d0cf5",
"targetaudiences": "7d918d8f-2edd-406e-91da-3496bd81dd7e",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "59e48037-28ac-470c-9cc4-74a502099e20",
"ParentId": "3be65e7c-fde6-4611-a4f0-06351cb3d413",
"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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "71fc76f8-758b-4696-ab0d-f60aff229665",
"publishingoffices": "e7dba6a4-a310-46eb-baa1-6fa2078b9f77",
"events": "b1b203d2-3d1b-4eb4-a658-1892c358e905",
"targets": "82e91d08-5036-48d9-b055-4c24dbeab987",
"Category": "205e03a9-8f64-49b0-8511-8540a1c2799a",
"imagetypes": "b2e400ac-23fd-467c-aeec-77c8f4c5c542",
"departmentaltargets": "046561c1-f129-49a9-9696-795b1b965ff5",
"stakeholders": "db82f80b-072f-4c1f-9ae8-d44ef1cf1ea6",
"Tags": "1c1be81e-ed1f-48f1-b866-117308736e47",
"healthtopics": "77753f37-4b36-4dcf-a29f-27bbe412c4bc",
"targetaudiences": "e6095487-cee0-4d2c-8813-bad836808b8b",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4dce4412-88f2-4a3c-80c2-b346af030014",
"ParentId": "fc14f2cd-9b46-43b8-adaa-331ec1b83b1f",
"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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "71fc76f8-758b-4696-ab0d-f60aff229665",
"publishingoffices": "e7dba6a4-a310-46eb-baa1-6fa2078b9f77",
"events": "b1b203d2-3d1b-4eb4-a658-1892c358e905",
"targets": "82e91d08-5036-48d9-b055-4c24dbeab987",
"Category": "205e03a9-8f64-49b0-8511-8540a1c2799a",
"imagetypes": "b2e400ac-23fd-467c-aeec-77c8f4c5c542",
"departmentaltargets": "046561c1-f129-49a9-9696-795b1b965ff5",
"stakeholders": "db82f80b-072f-4c1f-9ae8-d44ef1cf1ea6",
"Tags": "1c1be81e-ed1f-48f1-b866-117308736e47",
"healthtopics": "77753f37-4b36-4dcf-a29f-27bbe412c4bc",
"targetaudiences": "e6095487-cee0-4d2c-8813-bad836808b8b",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4dce4412-88f2-4a3c-80c2-b346af030014",
"ParentId": "fc14f2cd-9b46-43b8-adaa-331ec1b83b1f",
"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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "bd035cca-6a97-4fc0-ae41-4fc82d285344",
"publishingoffices": "8b5d8df8-410c-475f-9c24-61e3f9be75a8",
"events": "ebfbc038-f506-40aa-a669-c05f068934e2",
"targets": "e5c6a9ef-6929-427e-a504-6bb6cf5c6005",
"Category": "b89209da-db8b-451f-9aed-65af00e75d30",
"imagetypes": "6380ed59-d792-4e66-ab3f-4b99fba5acef",
"departmentaltargets": "7dc30005-c0dc-41df-93ac-5e4a85d6f4a7",
"stakeholders": "4e40043a-8c04-4636-a192-da76d0a4f515",
"Tags": "0dd9755b-b784-445b-818d-89cbb9346e98",
"healthtopics": "c1fb6087-ed6d-40e2-bf56-1323e40d9391",
"targetaudiences": "4e78290c-ae30-4400-b126-336899608c86",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "baf9f25f-d8ce-4481-91f2-217de03c9ebd",
"ParentId": "b7888b3a-e6f5-46f3-b5f4-bf3b2030b6f3",
"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-01-09T06:09:04.0378421Z",
"PublicationDate": "2026-01-09T06:09:04.0378421Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:04.0378421Z",
"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": "bd035cca-6a97-4fc0-ae41-4fc82d285344",
"publishingoffices": "8b5d8df8-410c-475f-9c24-61e3f9be75a8",
"events": "ebfbc038-f506-40aa-a669-c05f068934e2",
"targets": "e5c6a9ef-6929-427e-a504-6bb6cf5c6005",
"Category": "b89209da-db8b-451f-9aed-65af00e75d30",
"imagetypes": "6380ed59-d792-4e66-ab3f-4b99fba5acef",
"departmentaltargets": "7dc30005-c0dc-41df-93ac-5e4a85d6f4a7",
"stakeholders": "4e40043a-8c04-4636-a192-da76d0a4f515",
"Tags": "0dd9755b-b784-445b-818d-89cbb9346e98",
"healthtopics": "c1fb6087-ed6d-40e2-bf56-1323e40d9391",
"targetaudiences": "4e78290c-ae30-4400-b126-336899608c86",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "baf9f25f-d8ce-4481-91f2-217de03c9ebd",
"ParentId": "b7888b3a-e6f5-46f3-b5f4-bf3b2030b6f3",
"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.