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-26T08:19:51.3119957Z",
"regionscountries": "8bc35020-bd0b-4e6d-9000-730701e115ce",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"LastModified": "2026-02-26T08:19:51.3119957Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-26T08:19:51.3119957+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-26T08:19:51.3119957Z",
"regionscountries": "8bc35020-bd0b-4e6d-9000-730701e115ce",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"LastModified": "2026-02-26T08:19:51.3119957Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-26T08:19:51.3119957+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-26T08:19:51.3119957Z",
"regionscountries": "43fb7641-a5ed-4522-9511-a105ad8c645e",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"LastModified": "2026-02-26T08:19:51.3119957Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-26T08:19:51.3119957+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-26T08:19:51.3119957Z",
"regionscountries": "de61ea76-2adf-47d1-90d7-f35900b35fbf",
"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-26T08:19:51.3119957Z"
}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-26T08:19:51.3119957Z",
"regionscountries": "fdb6a7e7-be56-42ca-912d-61775a21e8b4",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"LastModified": "2026-02-26T08:19:51.3119957Z",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-26T08:19:51.3119957+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-26T08:19:51.3119957Z",
"regionscountries": "0813009a-e697-4d12-8d7b-d3ca5736e2bc",
"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-26T08:19:51.3119957Z"
}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-26T08:19:51.3119957Z",
"regionscountries": "b10e1148-66c3-4087-8612-bc007a939f33",
"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-26T08:19:51.3119957Z"
}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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "41253fff-bcbe-40a9-a1db-a1594d22339a",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-02-26T08:19:51.3119957Z",
"healthtopictypes": "c3a8035e-2084-4c63-979e-9e933c060518",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-26T08:19:51.3119957+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "41253fff-bcbe-40a9-a1db-a1594d22339a",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-02-26T08:19:51.3119957Z",
"healthtopictypes": "c3a8035e-2084-4c63-979e-9e933c060518",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-26T08:19:51.3119957+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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "3609ed7e-c978-4771-81d7-3ceccf77cbfa",
"publishingoffices": "69c23706-7fa1-4408-94af-e9ae22e6f265",
"events": "9ab336e5-d949-4bb7-83de-694ed6564527",
"targets": "6b8d482d-2855-40b4-9f89-1bfa4ffbcf3c",
"Category": "2079e303-ac5f-4947-804e-7b44b00537e5",
"imagetypes": "7ca43379-6aae-4422-b4ac-12fa7a66eb9b",
"departmentaltargets": "edf76a3f-df0e-4d14-9c90-db7788e0eef9",
"stakeholders": "2a205a6e-81a0-4e8e-ba5a-08dd14a9e227",
"Tags": "d5a62bc7-35f6-43ea-8c6e-13a4aa5e6328",
"healthtopics": "e70611fa-3bd3-4066-9555-afacb0fe4e48",
"targetaudiences": "f11f000b-011b-435f-8507-574477bc8565",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "90579a9f-feba-438d-8aca-8c750c2b6fff",
"ParentId": "d55bcfcf-d62a-4862-ac7b-e7bfb8f18b2c",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "3609ed7e-c978-4771-81d7-3ceccf77cbfa",
"publishingoffices": "69c23706-7fa1-4408-94af-e9ae22e6f265",
"events": "9ab336e5-d949-4bb7-83de-694ed6564527",
"targets": "6b8d482d-2855-40b4-9f89-1bfa4ffbcf3c",
"Category": "2079e303-ac5f-4947-804e-7b44b00537e5",
"imagetypes": "7ca43379-6aae-4422-b4ac-12fa7a66eb9b",
"departmentaltargets": "edf76a3f-df0e-4d14-9c90-db7788e0eef9",
"stakeholders": "2a205a6e-81a0-4e8e-ba5a-08dd14a9e227",
"Tags": "d5a62bc7-35f6-43ea-8c6e-13a4aa5e6328",
"healthtopics": "e70611fa-3bd3-4066-9555-afacb0fe4e48",
"targetaudiences": "f11f000b-011b-435f-8507-574477bc8565",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "90579a9f-feba-438d-8aca-8c750c2b6fff",
"ParentId": "d55bcfcf-d62a-4862-ac7b-e7bfb8f18b2c",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "6245ab78-e2a8-4c43-8dd6-63184833ab97",
"publishingoffices": "ff6ba843-d3ea-4482-92c7-1bec1cfd252e",
"events": "fb8bfe32-edb3-4591-badc-090ae86af3aa",
"targets": "9a165fb6-8ec2-4d65-8c79-020d269a7f72",
"Category": "628bf18f-a5f5-462a-8c01-fcc1f58e8df7",
"imagetypes": "a86d5c57-214b-4241-ab11-194e96e55733",
"departmentaltargets": "8283d1f8-362b-421a-bf17-69ec9c4edbf9",
"stakeholders": "444fd039-ec96-4fe6-b72f-beefda49fd13",
"Tags": "b707712d-df29-45e6-a3e6-ffd0cc059f4f",
"healthtopics": "f060bddf-4d6c-4a89-acc2-724ad26f3dd6",
"targetaudiences": "cdb50d54-69a1-48fe-8f31-d28a49433449",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "029fe3ff-288f-4d9e-a4b8-fe9c01696a70",
"ParentId": "f38e140a-686c-46d7-88b0-7c10617615a6",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "6245ab78-e2a8-4c43-8dd6-63184833ab97",
"publishingoffices": "ff6ba843-d3ea-4482-92c7-1bec1cfd252e",
"events": "fb8bfe32-edb3-4591-badc-090ae86af3aa",
"targets": "9a165fb6-8ec2-4d65-8c79-020d269a7f72",
"Category": "628bf18f-a5f5-462a-8c01-fcc1f58e8df7",
"imagetypes": "a86d5c57-214b-4241-ab11-194e96e55733",
"departmentaltargets": "8283d1f8-362b-421a-bf17-69ec9c4edbf9",
"stakeholders": "444fd039-ec96-4fe6-b72f-beefda49fd13",
"Tags": "b707712d-df29-45e6-a3e6-ffd0cc059f4f",
"healthtopics": "f060bddf-4d6c-4a89-acc2-724ad26f3dd6",
"targetaudiences": "cdb50d54-69a1-48fe-8f31-d28a49433449",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "029fe3ff-288f-4d9e-a4b8-fe9c01696a70",
"ParentId": "f38e140a-686c-46d7-88b0-7c10617615a6",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "2ff78ae7-b94a-4986-9f09-c280ace39b3a",
"publishingoffices": "928b6d5e-b284-4811-9e17-9f0f34ffaad9",
"events": "b3832602-9fa6-4581-a4e6-951b0ecba7d3",
"targets": "26cc2432-bbc2-4ee1-8027-ef85f4a2b0c9",
"Category": "9e32bf7a-a4d4-426b-9504-35a1df7c763e",
"imagetypes": "31cc06df-2ddf-429a-a70f-b62294e26834",
"departmentaltargets": "12d75c69-6de5-491e-a79c-bfe09dc93917",
"stakeholders": "52bfde3a-48be-4b9f-8609-10b0139f6f28",
"Tags": "34ebc9b2-a5ab-41e0-ab17-418b8bc16c76",
"healthtopics": "24c8f8dc-422b-4d15-b8e9-54ffd3ab2752",
"targetaudiences": "e321ae0c-bed3-4bcf-b3f3-b853df2c5edb",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a2983747-935e-49ad-9190-d54546d61013",
"ParentId": "e39c81a9-53db-4e8e-b403-9bab9d96ff2e",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "2ff78ae7-b94a-4986-9f09-c280ace39b3a",
"publishingoffices": "928b6d5e-b284-4811-9e17-9f0f34ffaad9",
"events": "b3832602-9fa6-4581-a4e6-951b0ecba7d3",
"targets": "26cc2432-bbc2-4ee1-8027-ef85f4a2b0c9",
"Category": "9e32bf7a-a4d4-426b-9504-35a1df7c763e",
"imagetypes": "31cc06df-2ddf-429a-a70f-b62294e26834",
"departmentaltargets": "12d75c69-6de5-491e-a79c-bfe09dc93917",
"stakeholders": "52bfde3a-48be-4b9f-8609-10b0139f6f28",
"Tags": "34ebc9b2-a5ab-41e0-ab17-418b8bc16c76",
"healthtopics": "24c8f8dc-422b-4d15-b8e9-54ffd3ab2752",
"targetaudiences": "e321ae0c-bed3-4bcf-b3f3-b853df2c5edb",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a2983747-935e-49ad-9190-d54546d61013",
"ParentId": "e39c81a9-53db-4e8e-b403-9bab9d96ff2e",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "4c9bfabb-2d3f-4a9a-868c-344560bf77b2",
"publishingoffices": "a12daa67-85a9-423b-8545-98a8b768a7d5",
"events": "ec6b339a-5d3d-4820-a0a6-7ae06bf27a29",
"targets": "fa81b4bc-bc02-476c-af39-a1d99de4dda2",
"Category": "65f6d9e7-0428-46a5-a126-272d854b0120",
"imagetypes": "e13e122a-0993-4c30-808f-07d2bbe79d48",
"departmentaltargets": "7aa78232-98d9-436d-971c-8f75d6baa35c",
"stakeholders": "289febe3-7437-4ee8-9597-7eb9fafd1177",
"Tags": "cbc9e3da-f246-4e2a-9b96-fa63e22187fb",
"healthtopics": "02c02209-381f-4307-ac17-2a4c85efbbfd",
"targetaudiences": "9b5c40a0-d64f-44f5-86cd-9880418c71d5",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "3dcd8c94-b6bb-490e-9fa4-042129894f6c",
"ParentId": "02ca0da3-9255-493b-9cfe-a33cf0d5dda0",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "4c9bfabb-2d3f-4a9a-868c-344560bf77b2",
"publishingoffices": "a12daa67-85a9-423b-8545-98a8b768a7d5",
"events": "ec6b339a-5d3d-4820-a0a6-7ae06bf27a29",
"targets": "fa81b4bc-bc02-476c-af39-a1d99de4dda2",
"Category": "65f6d9e7-0428-46a5-a126-272d854b0120",
"imagetypes": "e13e122a-0993-4c30-808f-07d2bbe79d48",
"departmentaltargets": "7aa78232-98d9-436d-971c-8f75d6baa35c",
"stakeholders": "289febe3-7437-4ee8-9597-7eb9fafd1177",
"Tags": "cbc9e3da-f246-4e2a-9b96-fa63e22187fb",
"healthtopics": "02c02209-381f-4307-ac17-2a4c85efbbfd",
"targetaudiences": "9b5c40a0-d64f-44f5-86cd-9880418c71d5",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "3dcd8c94-b6bb-490e-9fa4-042129894f6c",
"ParentId": "02ca0da3-9255-493b-9cfe-a33cf0d5dda0",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "6e9cfa44-aa2d-4da4-b9a3-d7ef7f06b9db",
"publishingoffices": "9b56b04f-64fd-476b-891b-e51536404b04",
"events": "8ad402c0-2eee-454d-bf60-d5588ed55e50",
"targets": "cc9df8ac-32e8-4ad6-900f-c4e708997b78",
"Category": "f52cdc74-c649-40d0-bbed-9b31fbb52253",
"imagetypes": "779325cd-cccf-48fb-94f2-cab445f3dd13",
"departmentaltargets": "5a4c4801-2add-448a-8cff-6f5b369f474f",
"stakeholders": "1cdb707b-a046-4981-a657-fd958dc284a4",
"Tags": "a2a8ae0d-0ff1-45bb-8c78-fe2cb3e19604",
"healthtopics": "eafe1ff9-070a-49dc-9a14-c71f1707480f",
"targetaudiences": "fe02f3ae-9b53-49f6-8bbd-8429e9f18925",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "0ce2720f-5c7c-454e-8756-1783fb8bd7d1",
"ParentId": "1eb2cc10-868b-4167-b0ac-2446ebcf907d",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "6e9cfa44-aa2d-4da4-b9a3-d7ef7f06b9db",
"publishingoffices": "9b56b04f-64fd-476b-891b-e51536404b04",
"events": "8ad402c0-2eee-454d-bf60-d5588ed55e50",
"targets": "cc9df8ac-32e8-4ad6-900f-c4e708997b78",
"Category": "f52cdc74-c649-40d0-bbed-9b31fbb52253",
"imagetypes": "779325cd-cccf-48fb-94f2-cab445f3dd13",
"departmentaltargets": "5a4c4801-2add-448a-8cff-6f5b369f474f",
"stakeholders": "1cdb707b-a046-4981-a657-fd958dc284a4",
"Tags": "a2a8ae0d-0ff1-45bb-8c78-fe2cb3e19604",
"healthtopics": "eafe1ff9-070a-49dc-9a14-c71f1707480f",
"targetaudiences": "fe02f3ae-9b53-49f6-8bbd-8429e9f18925",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "0ce2720f-5c7c-454e-8756-1783fb8bd7d1",
"ParentId": "1eb2cc10-868b-4167-b0ac-2446ebcf907d",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "61ebce54-729d-4822-a947-98147fc25316",
"publishingoffices": "51213dc8-e522-465d-8933-c69c1ffa9c94",
"events": "018cf37f-d74b-4556-9fc8-1753442f4ea3",
"targets": "a76f854e-1831-4aef-9a23-992145199eb2",
"Category": "82f27c1d-4305-4927-a2cb-142f80761dff",
"imagetypes": "b20c5ab4-b7cc-4b69-895e-b3703893a450",
"departmentaltargets": "389ee6f5-5f29-41b8-9679-386a1da62b29",
"stakeholders": "07db5c66-6fe2-4bb5-ac79-e61eed18a98a",
"Tags": "7c5b465b-cc88-43b5-b0aa-345fd5c1e35f",
"healthtopics": "ea1c165c-9842-452f-8a4d-4af2b64edb8a",
"targetaudiences": "34a6cc70-d0d8-4f93-b142-d71e3a888402",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6abdd299-9a87-4fa8-b8ea-6aa8baee6554",
"ParentId": "be4fc2c9-3c51-4837-9151-2d130f80c513",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "61ebce54-729d-4822-a947-98147fc25316",
"publishingoffices": "51213dc8-e522-465d-8933-c69c1ffa9c94",
"events": "018cf37f-d74b-4556-9fc8-1753442f4ea3",
"targets": "a76f854e-1831-4aef-9a23-992145199eb2",
"Category": "82f27c1d-4305-4927-a2cb-142f80761dff",
"imagetypes": "b20c5ab4-b7cc-4b69-895e-b3703893a450",
"departmentaltargets": "389ee6f5-5f29-41b8-9679-386a1da62b29",
"stakeholders": "07db5c66-6fe2-4bb5-ac79-e61eed18a98a",
"Tags": "7c5b465b-cc88-43b5-b0aa-345fd5c1e35f",
"healthtopics": "ea1c165c-9842-452f-8a4d-4af2b64edb8a",
"targetaudiences": "34a6cc70-d0d8-4f93-b142-d71e3a888402",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6abdd299-9a87-4fa8-b8ea-6aa8baee6554",
"ParentId": "be4fc2c9-3c51-4837-9151-2d130f80c513",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "e05a3b02-73f8-4328-863c-878ff94fcf68",
"publishingoffices": "91983212-2bd9-4da4-9d59-16aa0b141bc8",
"events": "b2ff02d2-1695-4745-8526-79a1954cb5be",
"targets": "70ccbc48-2b9f-42fd-bd5a-f82a14500083",
"Category": "9f8ceb1d-2116-4b73-babd-509854070868",
"imagetypes": "688425b0-9aae-49be-82cd-11a727f1d5b9",
"departmentaltargets": "765b5a52-36bf-4b17-8550-da2706f23b4b",
"stakeholders": "0d51b956-3f59-4c1b-afec-f2b9dd505594",
"Tags": "ebc0c0ad-0c96-4da6-9ccd-6a53419a91f5",
"healthtopics": "7c726909-2c50-47b7-8e7f-defda39247ff",
"targetaudiences": "660b9943-1476-4649-9b21-c9a6469390ce",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "1de1436a-ff4d-42b1-99d5-6a2374e12680",
"ParentId": "fb9d1fa0-bb75-46b9-8470-c9232640f4e5",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "e05a3b02-73f8-4328-863c-878ff94fcf68",
"publishingoffices": "91983212-2bd9-4da4-9d59-16aa0b141bc8",
"events": "b2ff02d2-1695-4745-8526-79a1954cb5be",
"targets": "70ccbc48-2b9f-42fd-bd5a-f82a14500083",
"Category": "9f8ceb1d-2116-4b73-babd-509854070868",
"imagetypes": "688425b0-9aae-49be-82cd-11a727f1d5b9",
"departmentaltargets": "765b5a52-36bf-4b17-8550-da2706f23b4b",
"stakeholders": "0d51b956-3f59-4c1b-afec-f2b9dd505594",
"Tags": "ebc0c0ad-0c96-4da6-9ccd-6a53419a91f5",
"healthtopics": "7c726909-2c50-47b7-8e7f-defda39247ff",
"targetaudiences": "660b9943-1476-4649-9b21-c9a6469390ce",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "1de1436a-ff4d-42b1-99d5-6a2374e12680",
"ParentId": "fb9d1fa0-bb75-46b9-8470-c9232640f4e5",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "7e16a449-d3a4-4f8b-907d-714166e59c86",
"publishingoffices": "af219fb6-6da0-48ce-94be-0b4ab0c7afd8",
"events": "31a98bbe-dcf7-4e09-b4fa-34fe250ef6de",
"targets": "ac653a9d-4bc1-4ed9-94cf-fa7b5463b1c4",
"Category": "220ea587-62aa-43cd-b0f8-284e3a7e0cfe",
"imagetypes": "877488fb-67f3-4dd7-ac79-f496bcd5316d",
"departmentaltargets": "32b09190-534d-4227-a0a2-5045ade589de",
"stakeholders": "c1c500c5-c04c-49bd-a44e-72fef36e317e",
"Tags": "f660b080-acd3-40d3-8fd5-4dd7950787ff",
"healthtopics": "75966eea-e8df-4606-a18d-d1aeaaced10f",
"targetaudiences": "c5cb4ec8-5678-407f-9c39-9e310924cc29",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "f5fe071d-23dc-4fef-a14e-2fb4d542c54b",
"ParentId": "95fbc9f9-28ae-492b-ad88-b5b4c04d9a38",
"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-26T08:19:51.3119957Z",
"PublicationDate": "2026-02-26T08:19:51.3119957Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-26T08:19:51.3119957Z",
"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": "7e16a449-d3a4-4f8b-907d-714166e59c86",
"publishingoffices": "af219fb6-6da0-48ce-94be-0b4ab0c7afd8",
"events": "31a98bbe-dcf7-4e09-b4fa-34fe250ef6de",
"targets": "ac653a9d-4bc1-4ed9-94cf-fa7b5463b1c4",
"Category": "220ea587-62aa-43cd-b0f8-284e3a7e0cfe",
"imagetypes": "877488fb-67f3-4dd7-ac79-f496bcd5316d",
"departmentaltargets": "32b09190-534d-4227-a0a2-5045ade589de",
"stakeholders": "c1c500c5-c04c-49bd-a44e-72fef36e317e",
"Tags": "f660b080-acd3-40d3-8fd5-4dd7950787ff",
"healthtopics": "75966eea-e8df-4606-a18d-d1aeaaced10f",
"targetaudiences": "c5cb4ec8-5678-407f-9c39-9e310924cc29",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "f5fe071d-23dc-4fef-a14e-2fb4d542c54b",
"ParentId": "95fbc9f9-28ae-492b-ad88-b5b4c04d9a38",
"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.