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-02-09T18:01:35.0835398Z",
"regionscountries": "fbe46f31-0c5f-4f02-baeb-4e9a907c178c",
"Summary": "sample string 13",
"FurtherInformation": "sample string 14",
"Response": "sample string 15",
"UrlName": "sample string 16",
"Epidemiology": "sample string 17",
"IncludeInSitemap": true,
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"LastModified": "2026-02-09T18:01:35.0835398Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T18:01:35.0835398+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-02-09T18:01:35.0835398Z",
"regionscountries": "fbe46f31-0c5f-4f02-baeb-4e9a907c178c",
"Summary": "sample string 13",
"FurtherInformation": "sample string 14",
"Response": "sample string 15",
"UrlName": "sample string 16",
"Epidemiology": "sample string 17",
"IncludeInSitemap": true,
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"LastModified": "2026-02-09T18:01:35.0835398Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T18:01:35.0835398+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-02-09T18:01:35.0835398Z",
"regionscountries": "34b721f2-98aa-4f36-a946-61dac3205768",
"Summary": "sample string 13",
"FurtherInformation": "sample string 14",
"Response": "sample string 15",
"UrlName": "sample string 16",
"Epidemiology": "sample string 17",
"IncludeInSitemap": true,
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"LastModified": "2026-02-09T18:01:35.0835398Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T18:01:35.0835398+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-02-09T18:01:35.0835398Z",
"regionscountries": "25f79d4a-4326-409f-83ba-4c77d1ca328c",
"Summary": "sample string 12",
"FurtherInformation": "sample string 13",
"Response": "sample string 14",
"UrlName": "sample string 15",
"Epidemiology": "sample string 16",
"IncludeInSitemap": true,
"PublicationDate": "2026-02-09T18:01:35.0835398Z"
}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-02-09T18:01:35.0835398Z",
"regionscountries": "adb33a50-74ac-464e-825a-6d364445952d",
"Summary": "sample string 13",
"FurtherInformation": "sample string 14",
"Response": "sample string 15",
"UrlName": "sample string 16",
"Epidemiology": "sample string 17",
"IncludeInSitemap": true,
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"LastModified": "2026-02-09T18:01:35.0835398Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T18:01:35.0835398+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-02-09T18:01:35.0835398Z",
"regionscountries": "0a0e55e6-8461-453d-9ec8-38fa3c6e3b45",
"Summary": "sample string 12",
"FurtherInformation": "sample string 13",
"Response": "sample string 14",
"UrlName": "sample string 15",
"Epidemiology": "sample string 16",
"IncludeInSitemap": true,
"PublicationDate": "2026-02-09T18:01:35.0835398Z"
}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-02-09T18:01:35.0835398Z",
"regionscountries": "6d21f32d-11aa-4ec2-8d58-033430f8f7a3",
"Summary": "sample string 12",
"FurtherInformation": "sample string 13",
"Response": "sample string 14",
"UrlName": "sample string 15",
"Epidemiology": "sample string 16",
"IncludeInSitemap": true,
"PublicationDate": "2026-02-09T18:01:35.0835398Z"
}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-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "e7dbea17-6749-4077-a4e0-77c6443d277f",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-02-09T18:01:35.0835398Z",
"healthtopictypes": "6cedab7a-992d-489c-bd91-794b0990381e",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T18:01:35.0835398+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "e7dbea17-6749-4077-a4e0-77c6443d277f",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-02-09T18:01:35.0835398Z",
"healthtopictypes": "6cedab7a-992d-489c-bd91-794b0990381e",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T18:01:35.0835398+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-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"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": "3a9db5cc-d727-45ab-8c07-9c9787ef82c6",
"publishingoffices": "486132d7-06aa-4664-8992-0b3065f7b2d3",
"events": "97faf0a6-366e-498c-8496-a2b6852b5f22",
"targets": "2f2ad06f-0c66-480a-9537-8ef64cfde37b",
"Category": "47db88ac-4f39-4e11-b976-8227ce17b61a",
"imagetypes": "d3bc2ade-9df6-4ef6-9173-367746feb4e5",
"departmentaltargets": "3b20fb8e-0ae1-40fa-8d5e-5dad4d948e42",
"stakeholders": "a431084f-892b-4335-8942-2caafe9fac63",
"Tags": "2d4d1927-6212-4be0-ae29-52348f852d58",
"healthtopics": "c63b8406-a691-40ae-beaf-a5d33f88c089",
"targetaudiences": "3f19f667-dbc7-4f72-8a9f-e2209bfcf2e3",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "7977f555-d445-4392-b56f-47fb32c94844",
"ParentId": "66ac0229-71e7-47ab-96ac-bc07e0495954",
"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-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"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": "3a9db5cc-d727-45ab-8c07-9c9787ef82c6",
"publishingoffices": "486132d7-06aa-4664-8992-0b3065f7b2d3",
"events": "97faf0a6-366e-498c-8496-a2b6852b5f22",
"targets": "2f2ad06f-0c66-480a-9537-8ef64cfde37b",
"Category": "47db88ac-4f39-4e11-b976-8227ce17b61a",
"imagetypes": "d3bc2ade-9df6-4ef6-9173-367746feb4e5",
"departmentaltargets": "3b20fb8e-0ae1-40fa-8d5e-5dad4d948e42",
"stakeholders": "a431084f-892b-4335-8942-2caafe9fac63",
"Tags": "2d4d1927-6212-4be0-ae29-52348f852d58",
"healthtopics": "c63b8406-a691-40ae-beaf-a5d33f88c089",
"targetaudiences": "3f19f667-dbc7-4f72-8a9f-e2209bfcf2e3",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "7977f555-d445-4392-b56f-47fb32c94844",
"ParentId": "66ac0229-71e7-47ab-96ac-bc07e0495954",
"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-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"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": "b72939bf-f834-48bc-8457-bcb674561394",
"publishingoffices": "55b5b072-648e-4c63-80a2-68c7261f7c82",
"events": "6bf1dc4e-72a8-4cfe-8153-c39214a66cef",
"targets": "4d34453a-e373-49e1-a5dd-13dc6177fe1e",
"Category": "3efcbb33-125a-4f56-9031-561f46714cb6",
"imagetypes": "34e054de-f807-4a51-a504-6aa85ac4eb4e",
"departmentaltargets": "444f3031-f7a7-48b8-a237-2c91d5b4b071",
"stakeholders": "ac29d260-fe23-417f-94f9-c8d7591c4bb5",
"Tags": "ea5f2d28-a661-40db-80b6-01440a6d938b",
"healthtopics": "0783f1d9-ee16-4833-99d3-657f421aea34",
"targetaudiences": "68951bb0-caef-4791-9f5d-c564a5859e14",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "100c378a-4ddc-485e-b1fd-efc8108af957",
"ParentId": "8f96f6c2-ce36-4ddd-87ea-20f36dc968d7",
"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-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"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": "b72939bf-f834-48bc-8457-bcb674561394",
"publishingoffices": "55b5b072-648e-4c63-80a2-68c7261f7c82",
"events": "6bf1dc4e-72a8-4cfe-8153-c39214a66cef",
"targets": "4d34453a-e373-49e1-a5dd-13dc6177fe1e",
"Category": "3efcbb33-125a-4f56-9031-561f46714cb6",
"imagetypes": "34e054de-f807-4a51-a504-6aa85ac4eb4e",
"departmentaltargets": "444f3031-f7a7-48b8-a237-2c91d5b4b071",
"stakeholders": "ac29d260-fe23-417f-94f9-c8d7591c4bb5",
"Tags": "ea5f2d28-a661-40db-80b6-01440a6d938b",
"healthtopics": "0783f1d9-ee16-4833-99d3-657f421aea34",
"targetaudiences": "68951bb0-caef-4791-9f5d-c564a5859e14",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "100c378a-4ddc-485e-b1fd-efc8108af957",
"ParentId": "8f96f6c2-ce36-4ddd-87ea-20f36dc968d7",
"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-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"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": "d2dc7cbb-0c0e-466c-a36f-b8b9315f71fc",
"publishingoffices": "fae2e98e-63db-4e55-9b72-b3f53d876afd",
"events": "1ae53329-78f8-48a4-a72c-daff5eabe3bd",
"targets": "2aa00d95-5615-461e-aa27-c7537fb84bc4",
"Category": "9c5a769b-1c81-477a-afb2-8043ff147d88",
"imagetypes": "57aa3461-5218-406c-aaad-d698e2b43ae0",
"departmentaltargets": "753667ef-2d17-4e59-9bd5-dba2018046dd",
"stakeholders": "ce54c4d8-69db-4ac0-b523-ec24ee06ccaf",
"Tags": "889cd265-f711-4991-9a1b-cec2a1bec436",
"healthtopics": "66bbe4fa-62aa-412e-a1a8-cda1ddfa3bb4",
"targetaudiences": "48b568f2-99fc-4279-bd2a-fd39233c3c38",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "620f7809-4f26-451e-9869-80e858812dcb",
"ParentId": "24739be3-03f3-4fa2-afdf-5be3a87cc9c5",
"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-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"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": "d2dc7cbb-0c0e-466c-a36f-b8b9315f71fc",
"publishingoffices": "fae2e98e-63db-4e55-9b72-b3f53d876afd",
"events": "1ae53329-78f8-48a4-a72c-daff5eabe3bd",
"targets": "2aa00d95-5615-461e-aa27-c7537fb84bc4",
"Category": "9c5a769b-1c81-477a-afb2-8043ff147d88",
"imagetypes": "57aa3461-5218-406c-aaad-d698e2b43ae0",
"departmentaltargets": "753667ef-2d17-4e59-9bd5-dba2018046dd",
"stakeholders": "ce54c4d8-69db-4ac0-b523-ec24ee06ccaf",
"Tags": "889cd265-f711-4991-9a1b-cec2a1bec436",
"healthtopics": "66bbe4fa-62aa-412e-a1a8-cda1ddfa3bb4",
"targetaudiences": "48b568f2-99fc-4279-bd2a-fd39233c3c38",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "620f7809-4f26-451e-9869-80e858812dcb",
"ParentId": "24739be3-03f3-4fa2-afdf-5be3a87cc9c5",
"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-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"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": "8dca4645-476c-4301-b73d-443ea37ce12b",
"publishingoffices": "c864fb6e-3842-425f-8898-02a718f24de0",
"events": "76e84d9f-465f-451d-ad96-9bb9ad5eebd3",
"targets": "4788b722-04e9-4837-8723-abb6f2ffc639",
"Category": "15717c4a-296c-4219-b961-6fdd6fce6154",
"imagetypes": "706a4c47-272b-45d1-bed1-ae74d49cdcc1",
"departmentaltargets": "cb4d3327-b332-4a59-a77f-d289c0498fb4",
"stakeholders": "50359be8-1791-4dd7-887a-173bde208e3a",
"Tags": "28af8d03-f62a-472a-bfdf-e4e95b5aeb86",
"healthtopics": "35cde8db-bd84-48cc-ac5b-2677cf39cab7",
"targetaudiences": "f03a1c4c-7103-44b7-885e-82cba51c9a16",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a7abcfde-18d5-4222-9db6-334608dd3303",
"ParentId": "425a891b-44fa-4a87-96dc-af97cbe791a1",
"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-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"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": "8dca4645-476c-4301-b73d-443ea37ce12b",
"publishingoffices": "c864fb6e-3842-425f-8898-02a718f24de0",
"events": "76e84d9f-465f-451d-ad96-9bb9ad5eebd3",
"targets": "4788b722-04e9-4837-8723-abb6f2ffc639",
"Category": "15717c4a-296c-4219-b961-6fdd6fce6154",
"imagetypes": "706a4c47-272b-45d1-bed1-ae74d49cdcc1",
"departmentaltargets": "cb4d3327-b332-4a59-a77f-d289c0498fb4",
"stakeholders": "50359be8-1791-4dd7-887a-173bde208e3a",
"Tags": "28af8d03-f62a-472a-bfdf-e4e95b5aeb86",
"healthtopics": "35cde8db-bd84-48cc-ac5b-2677cf39cab7",
"targetaudiences": "f03a1c4c-7103-44b7-885e-82cba51c9a16",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a7abcfde-18d5-4222-9db6-334608dd3303",
"ParentId": "425a891b-44fa-4a87-96dc-af97cbe791a1",
"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-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"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": "c6b008f4-5dd9-4db2-b6b9-985a4475c408",
"publishingoffices": "536a7dbb-350d-42f0-a699-a3dda2caec40",
"events": "9d9ac180-03e9-4467-9d2d-da7d42e298b8",
"targets": "69b91a70-0ec8-4baf-a1fd-e3f00ad3c285",
"Category": "62f649c5-2f8c-4d5a-aed9-77334c8e4603",
"imagetypes": "ec50be60-b393-458e-b2d8-b219b2076376",
"departmentaltargets": "1ee57134-5ced-41cd-8020-19eeda9af06f",
"stakeholders": "5e561fc0-d4d4-4eb0-b122-25a4c6aeecf8",
"Tags": "971a0668-8ba6-4b1b-956a-6ed647eec37c",
"healthtopics": "0915dfab-5620-4262-ad1c-90fc5b3b81c1",
"targetaudiences": "da178553-be24-45a7-9ccb-b4a7abe877ac",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4d7ce17c-5288-4b47-a84c-e1b7f3e0f655",
"ParentId": "581c9061-6091-4f97-91dc-f20aeb2209de",
"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-02-09T18:01:35.0835398Z",
"PublicationDate": "2026-02-09T18:01:35.0835398Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.0835398Z",
"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": "c6b008f4-5dd9-4db2-b6b9-985a4475c408",
"publishingoffices": "536a7dbb-350d-42f0-a699-a3dda2caec40",
"events": "9d9ac180-03e9-4467-9d2d-da7d42e298b8",
"targets": "69b91a70-0ec8-4baf-a1fd-e3f00ad3c285",
"Category": "62f649c5-2f8c-4d5a-aed9-77334c8e4603",
"imagetypes": "ec50be60-b393-458e-b2d8-b219b2076376",
"departmentaltargets": "1ee57134-5ced-41cd-8020-19eeda9af06f",
"stakeholders": "5e561fc0-d4d4-4eb0-b122-25a4c6aeecf8",
"Tags": "971a0668-8ba6-4b1b-956a-6ed647eec37c",
"healthtopics": "0915dfab-5620-4262-ad1c-90fc5b3b81c1",
"targetaudiences": "da178553-be24-45a7-9ccb-b4a7abe877ac",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4d7ce17c-5288-4b47-a84c-e1b7f3e0f655",
"ParentId": "581c9061-6091-4f97-91dc-f20aeb2209de",
"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-02-09T18:01:35.1616701Z",
"PublicationDate": "2026-02-09T18:01:35.1616701Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.1616701Z",
"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": "5e6f4267-35cb-4725-b8da-4d7be31341d8",
"publishingoffices": "b8d53cc5-172a-4559-bdc5-82bcebe630c3",
"events": "0e80d19a-a43a-4d42-a003-96b57ec310d0",
"targets": "36e0f09c-5ab2-4485-87bf-c201418f77b1",
"Category": "5ff96132-e53e-4c7e-af68-f694e010162d",
"imagetypes": "29acbfa6-8eb2-4cb8-b7f1-b2e8d34f94fd",
"departmentaltargets": "4ea908a8-2f45-4579-b3e5-0fe30e0b0856",
"stakeholders": "cc47950c-c42a-4e8a-bc68-9ac1f7fd4bec",
"Tags": "06b9bfff-1be4-430e-9d7e-5d41e1b25b5d",
"healthtopics": "a9a97640-627e-4515-920d-0029e943dd2f",
"targetaudiences": "bdd2ce57-3677-4d3d-b0dd-40448b783a4b",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "bd344c6b-b1d8-4f52-9a07-bec57dcff3b4",
"ParentId": "a4874285-7bc1-4ddd-b319-2e11c4aed160",
"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-02-09T18:01:35.1616701Z",
"PublicationDate": "2026-02-09T18:01:35.1616701Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.1616701Z",
"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": "5e6f4267-35cb-4725-b8da-4d7be31341d8",
"publishingoffices": "b8d53cc5-172a-4559-bdc5-82bcebe630c3",
"events": "0e80d19a-a43a-4d42-a003-96b57ec310d0",
"targets": "36e0f09c-5ab2-4485-87bf-c201418f77b1",
"Category": "5ff96132-e53e-4c7e-af68-f694e010162d",
"imagetypes": "29acbfa6-8eb2-4cb8-b7f1-b2e8d34f94fd",
"departmentaltargets": "4ea908a8-2f45-4579-b3e5-0fe30e0b0856",
"stakeholders": "cc47950c-c42a-4e8a-bc68-9ac1f7fd4bec",
"Tags": "06b9bfff-1be4-430e-9d7e-5d41e1b25b5d",
"healthtopics": "a9a97640-627e-4515-920d-0029e943dd2f",
"targetaudiences": "bdd2ce57-3677-4d3d-b0dd-40448b783a4b",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "bd344c6b-b1d8-4f52-9a07-bec57dcff3b4",
"ParentId": "a4874285-7bc1-4ddd-b319-2e11c4aed160",
"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-02-09T18:01:35.1616701Z",
"PublicationDate": "2026-02-09T18:01:35.1616701Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.1616701Z",
"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": "d0b7e68b-812b-4cf0-abcd-19423e8b2c14",
"publishingoffices": "d99ffa9d-79eb-4d20-870b-4e91c351d7f7",
"events": "63f33fca-b6ad-4b71-ad16-50f0a7e9a4b8",
"targets": "b645fc7b-6dc1-45e9-9372-cbb8b1f5e5e6",
"Category": "5e531155-366e-4ef6-8bcd-44e193786c12",
"imagetypes": "63a73338-c49c-4cc8-909d-e5bd9d741a01",
"departmentaltargets": "4590b132-c49f-4943-9b54-66c6cc7de2a6",
"stakeholders": "0fe1ffe1-126b-4793-9c58-d90477d301c6",
"Tags": "779f40fb-fbd4-4b63-b028-a103f2690cf6",
"healthtopics": "42510c3e-0fe5-4d6a-b738-80a34781bed6",
"targetaudiences": "954f4cb3-6815-4e5a-a526-c16ea0f70b65",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "10cd56b0-8d3d-47ee-8c7d-07a086690eed",
"ParentId": "07c56ceb-a53b-490d-9f91-13cbe9069142",
"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-02-09T18:01:35.1616701Z",
"PublicationDate": "2026-02-09T18:01:35.1616701Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.1616701Z",
"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": "d0b7e68b-812b-4cf0-abcd-19423e8b2c14",
"publishingoffices": "d99ffa9d-79eb-4d20-870b-4e91c351d7f7",
"events": "63f33fca-b6ad-4b71-ad16-50f0a7e9a4b8",
"targets": "b645fc7b-6dc1-45e9-9372-cbb8b1f5e5e6",
"Category": "5e531155-366e-4ef6-8bcd-44e193786c12",
"imagetypes": "63a73338-c49c-4cc8-909d-e5bd9d741a01",
"departmentaltargets": "4590b132-c49f-4943-9b54-66c6cc7de2a6",
"stakeholders": "0fe1ffe1-126b-4793-9c58-d90477d301c6",
"Tags": "779f40fb-fbd4-4b63-b028-a103f2690cf6",
"healthtopics": "42510c3e-0fe5-4d6a-b738-80a34781bed6",
"targetaudiences": "954f4cb3-6815-4e5a-a526-c16ea0f70b65",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "10cd56b0-8d3d-47ee-8c7d-07a086690eed",
"ParentId": "07c56ceb-a53b-490d-9f91-13cbe9069142",
"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-02-09T18:01:35.1616701Z",
"PublicationDate": "2026-02-09T18:01:35.1616701Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.1616701Z",
"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": "2f017c50-9e1a-4895-9d51-86f19e71a67c",
"publishingoffices": "101ca0bc-cff0-46a8-8b1d-e16628083eb6",
"events": "980c5017-fee2-4b1d-8468-8eb98a55fd16",
"targets": "a858fa4d-b709-4af6-ac66-ce1d45ad9b96",
"Category": "216594dc-c6cf-4801-85e1-25be793a66ae",
"imagetypes": "73dc3c1b-6171-4dc9-b2a3-7056c12f25ac",
"departmentaltargets": "cf806997-18f2-439d-8989-9d573e0bbd81",
"stakeholders": "13bdd909-ca00-4bda-899e-2c256ed76ba8",
"Tags": "032ca8f3-e9d5-4460-b4b4-466e82e77d5a",
"healthtopics": "2aecdfae-d397-4ebb-b4a8-2005f3a7144f",
"targetaudiences": "496c4d1a-e8ae-47cf-ba8f-a7fc1fcf0896",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a6ba9437-e336-4beb-b90f-b1b62487fe92",
"ParentId": "f7a280e9-26c9-4034-914b-1c5c75837159",
"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-02-09T18:01:35.1616701Z",
"PublicationDate": "2026-02-09T18:01:35.1616701Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-09T18:01:35.1616701Z",
"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": "2f017c50-9e1a-4895-9d51-86f19e71a67c",
"publishingoffices": "101ca0bc-cff0-46a8-8b1d-e16628083eb6",
"events": "980c5017-fee2-4b1d-8468-8eb98a55fd16",
"targets": "a858fa4d-b709-4af6-ac66-ce1d45ad9b96",
"Category": "216594dc-c6cf-4801-85e1-25be793a66ae",
"imagetypes": "73dc3c1b-6171-4dc9-b2a3-7056c12f25ac",
"departmentaltargets": "cf806997-18f2-439d-8989-9d573e0bbd81",
"stakeholders": "13bdd909-ca00-4bda-899e-2c256ed76ba8",
"Tags": "032ca8f3-e9d5-4460-b4b4-466e82e77d5a",
"healthtopics": "2aecdfae-d397-4ebb-b4a8-2005f3a7144f",
"targetaudiences": "496c4d1a-e8ae-47cf-ba8f-a7fc1fcf0896",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a6ba9437-e336-4beb-b90f-b1b62487fe92",
"ParentId": "f7a280e9-26c9-4034-914b-1c5c75837159",
"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.