Returns a set of data items of type outbreaks.
GET /api/multimedias/outbreaks
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 |
| 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 | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| organizations | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PhotoStoryNumberOfAdditionalItems": 8.0,
"MetaDescription": "sample string 9",
"Highlight": "sample string 10",
"FactSheetNumberOfAdditionalItems": 11.0,
"regionscountries": "d4cf2105-b4f2-4182-bfe9-292d69dff40b",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "1ba8fe27-0ab1-4bc2-bb59-1356d3ca4c27",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "81d4c841-d472-4abb-9d56-55ca959ec35d",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "f546df0f-3491-41b1-ac7d-641915824f12",
"healthtopics": "012dab2d-4b0e-410d-a858-d7f75e8b01ec",
"Title": "sample string 27",
"FeatureStoryNumberOfAdditionalItems": 28.0,
"Summary": "sample string 29",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PhotoStoryNumberOfAdditionalItems": 8.0,
"MetaDescription": "sample string 9",
"Highlight": "sample string 10",
"FactSheetNumberOfAdditionalItems": 11.0,
"regionscountries": "d4cf2105-b4f2-4182-bfe9-292d69dff40b",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "1ba8fe27-0ab1-4bc2-bb59-1356d3ca4c27",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "81d4c841-d472-4abb-9d56-55ca959ec35d",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "f546df0f-3491-41b1-ac7d-641915824f12",
"healthtopics": "012dab2d-4b0e-410d-a858-d7f75e8b01ec",
"Title": "sample string 27",
"FeatureStoryNumberOfAdditionalItems": 28.0,
"Summary": "sample string 29",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets outbreaks item by id.
GET /api/multimedias/outbreaks({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 |
| 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 | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| organizations | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PhotoStoryNumberOfAdditionalItems": 8.0,
"MetaDescription": "sample string 9",
"Highlight": "sample string 10",
"FactSheetNumberOfAdditionalItems": 11.0,
"regionscountries": "cf806182-0f46-4e11-b319-c3e410c0ad88",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "48b18398-b2f3-4c13-aa47-1ea73f24a911",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "3ec4f6ba-55da-4213-9e56-81a7bd792e0f",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "a8944388-2bee-463a-8580-adbd88788793",
"healthtopics": "f4433b26-8771-4461-a71b-1a1aaaf6b0a5",
"Title": "sample string 27",
"FeatureStoryNumberOfAdditionalItems": 28.0,
"Summary": "sample string 29",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from outbreaks item.
GET /api/multimedias/outbreaks({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 |
| Id | System.Guid | Read only: False |
application/json
{
"Id": "962282c4-bda7-44ef-99cc-76119d29955c"
}Creates a outbreaks item.
POST /api/multimedias/outbreaks
None
| 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 | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| organizations | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PhotoStoryNumberOfAdditionalItems": 5.0,
"MetaDescription": "sample string 6",
"Highlight": "sample string 7",
"FactSheetNumberOfAdditionalItems": 8.0,
"regionscountries": "919ce81e-3a5c-4296-84e3-f9907e201c89",
"DocumentNumberOfAdditionalItems": 10.0,
"EventNumberOfAdditionalItems": 11.0,
"MetaTitle": "sample string 12",
"OtherRelated": "sample string 13",
"OpenGraphDescription": "sample string 14",
"publishingoffices": "fe5b72f8-ea98-4097-8f6c-11b2103e5ad5",
"NewsNumberOfAdditionalItems": 16.0,
"SourceKey": "sample string 17",
"FactFileNumberOfAdditionalItems": 18.0,
"CommentaryNumberOfAdditionalItems": 19.0,
"organizations": "86a1906b-5704-4087-bf32-73515184ea53",
"OpenGraphTitle": "sample string 21",
"sustainabledevelopmentgoals": "87d3e87b-5b12-4128-86f1-c0c028858713",
"healthtopics": "f25f25b0-2089-48a2-a3a7-942be133040d",
"Title": "sample string 24",
"FeatureStoryNumberOfAdditionalItems": 25.0,
"Summary": "sample string 26"
}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 |
| 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 | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| organizations | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PhotoStoryNumberOfAdditionalItems": 8.0,
"MetaDescription": "sample string 9",
"Highlight": "sample string 10",
"FactSheetNumberOfAdditionalItems": 11.0,
"regionscountries": "65c2bc82-b4ae-404e-8848-629b79c71ab4",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "26770ca2-9303-489b-aa52-ba1ce43a2546",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "4ac057ea-5732-43a6-876e-98c930bc8fc6",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "450a0624-1fb0-4d74-a4b9-b2947fdb6b5c",
"healthtopics": "0bcf8882-7163-411c-9ec1-e26ec944d74a",
"Title": "sample string 27",
"FeatureStoryNumberOfAdditionalItems": 28.0,
"Summary": "sample string 29",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for outbreaks item.
PATCH /api/multimedias/outbreaks({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| 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 | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| organizations | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PhotoStoryNumberOfAdditionalItems": 5.0,
"MetaDescription": "sample string 6",
"Highlight": "sample string 7",
"FactSheetNumberOfAdditionalItems": 8.0,
"regionscountries": "a0b0b6a1-71ab-4cd7-9123-f1c0fdc0f8de",
"DocumentNumberOfAdditionalItems": 10.0,
"EventNumberOfAdditionalItems": 11.0,
"MetaTitle": "sample string 12",
"OtherRelated": "sample string 13",
"OpenGraphDescription": "sample string 14",
"publishingoffices": "6fb7b030-c3db-4d07-8a7a-0ea30562c0bd",
"NewsNumberOfAdditionalItems": 16.0,
"SourceKey": "sample string 17",
"FactFileNumberOfAdditionalItems": 18.0,
"CommentaryNumberOfAdditionalItems": 19.0,
"organizations": "47d4ed88-296d-4645-a7e8-0dbb0f0ec23d",
"OpenGraphTitle": "sample string 21",
"sustainabledevelopmentgoals": "8b4c706e-6e1e-414f-b9fc-3030327d0469",
"healthtopics": "26cd9992-7068-4fae-98a6-c6dc91cf7818",
"Title": "sample string 24",
"FeatureStoryNumberOfAdditionalItems": 25.0,
"Summary": "sample string 26"
}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 outbreaks item.
PUT /api/multimedias/outbreaks({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| 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 | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| organizations | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PhotoStoryNumberOfAdditionalItems": 5.0,
"MetaDescription": "sample string 6",
"Highlight": "sample string 7",
"FactSheetNumberOfAdditionalItems": 8.0,
"regionscountries": "8a9ee81e-d9b0-4de9-a0a0-bfe68fb88de8",
"DocumentNumberOfAdditionalItems": 10.0,
"EventNumberOfAdditionalItems": 11.0,
"MetaTitle": "sample string 12",
"OtherRelated": "sample string 13",
"OpenGraphDescription": "sample string 14",
"publishingoffices": "bda0cae4-a69f-4c5e-85e3-fbc7fa292832",
"NewsNumberOfAdditionalItems": 16.0,
"SourceKey": "sample string 17",
"FactFileNumberOfAdditionalItems": 18.0,
"CommentaryNumberOfAdditionalItems": 19.0,
"organizations": "5fc86a40-a122-4274-a744-5348d027e4c5",
"OpenGraphTitle": "sample string 21",
"sustainabledevelopmentgoals": "94185fe9-e38f-4af8-bd2f-ddc6f86abeac",
"healthtopics": "1206e09d-2641-43d1-bb20-a1967e3ead9e",
"Title": "sample string 24",
"FeatureStoryNumberOfAdditionalItems": 25.0,
"Summary": "sample string 26"
}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 outbreaks item by Id.
DELETE /api/multimedias/outbreaks({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 FactFileRelatedData from outbreaks item.
GET /api/multimedias/outbreaks({key})/FactFileRelatedData
| 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 | |
| targetaudiences | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Title | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SortTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| LocalPublicationDate | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"targetaudiences": "64bcb676-9a1f-4979-b2b3-084069bd03ef",
"MetaDescription": "sample string 9",
"healthtopics": "1f3fcda3-9bee-455f-af3a-067ae5c80faa",
"NewsNumberOfAdditionalItems": 11.0,
"Title": "sample string 12",
"FeatureStoryNumberOfAdditionalItems": 13.0,
"DocumentNumberOfAdditionalItems": 14.0,
"FactFileNumberOfAdditionalItems": 15.0,
"publishingoffices": "0ef2d440-9fc0-4fc0-ad36-7ede6c651ac1",
"OpenGraphDescription": "sample string 17",
"Highlight": "sample string 18",
"MultimediaNumberOfAdditionalItems": 19.0,
"SortTitle": "sample string 20",
"OtherRelated": "sample string 21",
"PublicationDateAndTime": "2025-12-09T23:46:20.8589364Z",
"Content": "sample string 23",
"MetaTitle": "sample string 24",
"targets": "c944d04d-014c-4350-a0db-3fa8a76c0635",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"departmentaltargets": "2e96d23d-c8bd-4399-9e39-b9de561ca5db",
"FactSheetNumberOfAdditionalItems": 28.0,
"LocalPublicationDate": "sample string 29",
"OpenGraphTitle": "sample string 30",
"EventNumberOfAdditionalItems": 31.0,
"Summary": "sample string 32",
"CommentaryNumberOfAdditionalItems": 33.0,
"regionscountries": "50ddd46a-28cf-4622-a16c-6c24a7f4fbea",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"targetaudiences": "64bcb676-9a1f-4979-b2b3-084069bd03ef",
"MetaDescription": "sample string 9",
"healthtopics": "1f3fcda3-9bee-455f-af3a-067ae5c80faa",
"NewsNumberOfAdditionalItems": 11.0,
"Title": "sample string 12",
"FeatureStoryNumberOfAdditionalItems": 13.0,
"DocumentNumberOfAdditionalItems": 14.0,
"FactFileNumberOfAdditionalItems": 15.0,
"publishingoffices": "0ef2d440-9fc0-4fc0-ad36-7ede6c651ac1",
"OpenGraphDescription": "sample string 17",
"Highlight": "sample string 18",
"MultimediaNumberOfAdditionalItems": 19.0,
"SortTitle": "sample string 20",
"OtherRelated": "sample string 21",
"PublicationDateAndTime": "2025-12-09T23:46:20.8589364Z",
"Content": "sample string 23",
"MetaTitle": "sample string 24",
"targets": "c944d04d-014c-4350-a0db-3fa8a76c0635",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"departmentaltargets": "2e96d23d-c8bd-4399-9e39-b9de561ca5db",
"FactSheetNumberOfAdditionalItems": 28.0,
"LocalPublicationDate": "sample string 29",
"OpenGraphTitle": "sample string 30",
"EventNumberOfAdditionalItems": 31.0,
"Summary": "sample string 32",
"CommentaryNumberOfAdditionalItems": 33.0,
"regionscountries": "50ddd46a-28cf-4622-a16c-6c24a7f4fbea",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add FactFileRelatedData relation to outbreaks item.
POST /api/multimedias/outbreaks({key})/FactFileRelatedData/$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 FactFileRelatedData from outbreaks item.
DELETE /api/multimedias/outbreaks({key})/FactFileRelatedData/$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 Partners from outbreaks item.
GET /api/multimedias/outbreaks({key})/Partners
| 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 | |
| WebsiteURL | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "db05194c-9bfe-48e4-8a39-d55ce4834b80",
"WebsiteURL": "sample string 9",
"Title": "sample string 10",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "db05194c-9bfe-48e4-8a39-d55ce4834b80",
"WebsiteURL": "sample string 9",
"Title": "sample string 10",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Partners relation to outbreaks item.
POST /api/multimedias/outbreaks({key})/Partners/$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 Partners from outbreaks item.
DELETE /api/multimedias/outbreaks({key})/Partners/$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 DocumentRelatedData from outbreaks item.
GET /api/multimedias/outbreaks({key})/DocumentRelatedData
| 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 | |
| healthtopics | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Parts | 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 | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"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,
"healthtopics": "1cbd96e0-b758-4e60-86f0-67b79aa631fe",
"targets": "b2cce34f-0074-4a7e-a572-f8f57a17bab1",
"regionscountries": "a5d1d63d-7987-486a-b4b8-73085922db83",
"stakeholders": "cfd769f1-d86e-42cb-be18-504b16c19357",
"targetaudiences": "09c33fbf-6468-4f3d-9e38-7107067aa442",
"Category": "7c00216e-3927-40ad-b86b-13b9b36622b2",
"Tags": "4287facb-a70f-42d7-a918-83733e550952",
"departmentaltargets": "d8c58da8-16d4-4368-901f-b5b6fcfa0c5e",
"events": "eae2d539-a594-4de8-b6eb-908ff6f48b0d",
"publishingoffices": "7c28d0c2-c4d6-485d-bde0-b5e151b79706",
"Parts": "sample string 25",
"FolderId": "b6ce8a49-2c61-4bb2-be7c-bcf155cb9343",
"ParentId": "ff66c7df-68ab-46ca-a09c-64039cfb4a46",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"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,
"healthtopics": "1cbd96e0-b758-4e60-86f0-67b79aa631fe",
"targets": "b2cce34f-0074-4a7e-a572-f8f57a17bab1",
"regionscountries": "a5d1d63d-7987-486a-b4b8-73085922db83",
"stakeholders": "cfd769f1-d86e-42cb-be18-504b16c19357",
"targetaudiences": "09c33fbf-6468-4f3d-9e38-7107067aa442",
"Category": "7c00216e-3927-40ad-b86b-13b9b36622b2",
"Tags": "4287facb-a70f-42d7-a918-83733e550952",
"departmentaltargets": "d8c58da8-16d4-4368-901f-b5b6fcfa0c5e",
"events": "eae2d539-a594-4de8-b6eb-908ff6f48b0d",
"publishingoffices": "7c28d0c2-c4d6-485d-bde0-b5e151b79706",
"Parts": "sample string 25",
"FolderId": "b6ce8a49-2c61-4bb2-be7c-bcf155cb9343",
"ParentId": "ff66c7df-68ab-46ca-a09c-64039cfb4a46",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}
]Add DocumentRelatedData relation to outbreaks item.
POST /api/multimedias/outbreaks({key})/DocumentRelatedData/$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 DocumentRelatedData from outbreaks item.
DELETE /api/multimedias/outbreaks({key})/DocumentRelatedData/$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 CommentaryRelatedData from outbreaks item.
GET /api/multimedias/outbreaks({key})/CommentaryRelatedData
| 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 | |
| OpenGraphTitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Content | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| events | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Subtitle | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OpenGraphTitle": "sample string 8",
"PublicationDateAndTime": "2025-12-09T23:46:20.8589364Z",
"departmentaltargets": "01338df0-4154-4373-ac23-93ee308d2d37",
"stakeholders": "763cf37e-5f96-42cd-8aad-3ffc978a4014",
"Highlight": "sample string 12",
"healthtopics": "c3848527-9108-4d4f-bfca-d8cc585cfdc3",
"EventNumberOfAdditionalItems": 14.0,
"Content": "sample string 15",
"publishingoffices": "67fdcfa3-32bf-4073-87c6-a616fa3719fc",
"MetaTitle": "sample string 17",
"MultimediaNumberOfAdditionalItems": 18.0,
"DocumentNumberOfAdditionalItems": 19.0,
"FeatureStoryNumberOfAdditionalItems": 20.0,
"PhotoStoryNumberOfAdditionalItems": 21.0,
"FactFileNumberOfAdditionalItems": 22.0,
"Summary": "sample string 23",
"targets": "0ae83644-c3db-47ad-830b-5c672ba2d67c",
"Title": "sample string 25",
"events": "ade8109e-252e-4d2a-89fd-927592953393",
"MetaDescription": "sample string 27",
"OpenGraphDescription": "sample string 28",
"CommentaryNumberOfAdditionalItems": 29.0,
"OtherRelated": "sample string 30",
"FactSheetNumberOfAdditionalItems": 31.0,
"NewsNumberOfAdditionalItems": 32.0,
"SourceKey": "sample string 33",
"regionscountries": "0e64c687-c259-4b31-9f59-649bea1accdc",
"targetaudiences": "d1a3f63c-a027-44e1-80b5-2a982cdeff3a",
"Subtitle": "sample string 36",
"Provider": "sample string 37",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OpenGraphTitle": "sample string 8",
"PublicationDateAndTime": "2025-12-09T23:46:20.8589364Z",
"departmentaltargets": "01338df0-4154-4373-ac23-93ee308d2d37",
"stakeholders": "763cf37e-5f96-42cd-8aad-3ffc978a4014",
"Highlight": "sample string 12",
"healthtopics": "c3848527-9108-4d4f-bfca-d8cc585cfdc3",
"EventNumberOfAdditionalItems": 14.0,
"Content": "sample string 15",
"publishingoffices": "67fdcfa3-32bf-4073-87c6-a616fa3719fc",
"MetaTitle": "sample string 17",
"MultimediaNumberOfAdditionalItems": 18.0,
"DocumentNumberOfAdditionalItems": 19.0,
"FeatureStoryNumberOfAdditionalItems": 20.0,
"PhotoStoryNumberOfAdditionalItems": 21.0,
"FactFileNumberOfAdditionalItems": 22.0,
"Summary": "sample string 23",
"targets": "0ae83644-c3db-47ad-830b-5c672ba2d67c",
"Title": "sample string 25",
"events": "ade8109e-252e-4d2a-89fd-927592953393",
"MetaDescription": "sample string 27",
"OpenGraphDescription": "sample string 28",
"CommentaryNumberOfAdditionalItems": 29.0,
"OtherRelated": "sample string 30",
"FactSheetNumberOfAdditionalItems": 31.0,
"NewsNumberOfAdditionalItems": 32.0,
"SourceKey": "sample string 33",
"regionscountries": "0e64c687-c259-4b31-9f59-649bea1accdc",
"targetaudiences": "d1a3f63c-a027-44e1-80b5-2a982cdeff3a",
"Subtitle": "sample string 36",
"Provider": "sample string 37",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add CommentaryRelatedData relation to outbreaks item.
POST /api/multimedias/outbreaks({key})/CommentaryRelatedData/$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 CommentaryRelatedData from outbreaks item.
DELETE /api/multimedias/outbreaks({key})/CommentaryRelatedData/$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 FeatureStoryRelatedData from outbreaks item.
GET /api/multimedias/outbreaks({key})/FeatureStoryRelatedData
| 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 | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Subtitle | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Title | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Highlight | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "cb6d5cc4-bbfa-45c2-9382-5bef49eaef0d",
"events": "cd63e1b7-fcbc-4f3f-80db-4ec1553626e1",
"FactSheetNumberOfAdditionalItems": 10.0,
"Subtitle": "sample string 11",
"FeatureStoryNumberOfAdditionalItems": 12.0,
"regionscountries": "e7e24909-eb42-492d-b763-e55c0773c1d2",
"CommentaryNumberOfAdditionalItems": 14.0,
"PublicationDateAndTime": "2025-12-09T23:46:20.8589364Z",
"PhotoStoryNumberOfAdditionalItems": 16.0,
"healthtopics": "b487b35e-270d-4ac9-b05f-74670d6f9089",
"DocumentNumberOfAdditionalItems": 18.0,
"OpenGraphTitle": "sample string 19",
"EventNumberOfAdditionalItems": 20.0,
"SourceKey": "sample string 21",
"targets": "56124503-a137-4839-a6c7-25eb84093584",
"Content": "sample string 23",
"MultimediaNumberOfAdditionalItems": 24.0,
"Title": "sample string 25",
"departmentaltargets": "fb194ef6-039f-4673-bcd7-1234dce380ba",
"NewsNumberOfAdditionalItems": 27.0,
"targetaudiences": "5a876bac-fe0b-453d-8c16-51edc2042643",
"Summary": "sample string 29",
"MetaTitle": "sample string 30",
"OtherRelated": "sample string 31",
"OpenGraphDescription": "sample string 32",
"stakeholders": "071eee39-cc67-4ee0-a962-51856a56cbd5",
"MetaDescription": "sample string 34",
"FactFileNumberOfAdditionalItems": 35.0,
"Highlight": "sample string 36",
"Provider": "sample string 37",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "cb6d5cc4-bbfa-45c2-9382-5bef49eaef0d",
"events": "cd63e1b7-fcbc-4f3f-80db-4ec1553626e1",
"FactSheetNumberOfAdditionalItems": 10.0,
"Subtitle": "sample string 11",
"FeatureStoryNumberOfAdditionalItems": 12.0,
"regionscountries": "e7e24909-eb42-492d-b763-e55c0773c1d2",
"CommentaryNumberOfAdditionalItems": 14.0,
"PublicationDateAndTime": "2025-12-09T23:46:20.8589364Z",
"PhotoStoryNumberOfAdditionalItems": 16.0,
"healthtopics": "b487b35e-270d-4ac9-b05f-74670d6f9089",
"DocumentNumberOfAdditionalItems": 18.0,
"OpenGraphTitle": "sample string 19",
"EventNumberOfAdditionalItems": 20.0,
"SourceKey": "sample string 21",
"targets": "56124503-a137-4839-a6c7-25eb84093584",
"Content": "sample string 23",
"MultimediaNumberOfAdditionalItems": 24.0,
"Title": "sample string 25",
"departmentaltargets": "fb194ef6-039f-4673-bcd7-1234dce380ba",
"NewsNumberOfAdditionalItems": 27.0,
"targetaudiences": "5a876bac-fe0b-453d-8c16-51edc2042643",
"Summary": "sample string 29",
"MetaTitle": "sample string 30",
"OtherRelated": "sample string 31",
"OpenGraphDescription": "sample string 32",
"stakeholders": "071eee39-cc67-4ee0-a962-51856a56cbd5",
"MetaDescription": "sample string 34",
"FactFileNumberOfAdditionalItems": 35.0,
"Highlight": "sample string 36",
"Provider": "sample string 37",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add FeatureStoryRelatedData relation to outbreaks item.
POST /api/multimedias/outbreaks({key})/FeatureStoryRelatedData/$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 FeatureStoryRelatedData from outbreaks item.
DELETE /api/multimedias/outbreaks({key})/FeatureStoryRelatedData/$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 OpenGraphImage from outbreaks item.
GET /api/multimedias/outbreaks({key})/OpenGraphImage
| 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": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"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": "d6551de1-573e-45b4-8e13-2192d2a158bc",
"publishingoffices": "8ec7acc3-7353-4598-bec2-a999b172992b",
"events": "23c60bd5-fbc2-4419-a9f2-57ba9fb20d98",
"targets": "1c0a6950-be10-4bde-8d63-36ae2b59146f",
"Category": "225b6c74-56b1-4084-9a4b-941d740bd96f",
"imagetypes": "997a6782-2ce9-45f4-84ce-16313ab520a2",
"departmentaltargets": "9708ce30-2189-4d16-9ae7-875a38dc8829",
"stakeholders": "98bbdee2-aed0-47ca-ba3e-8d7ea6e7f707",
"Tags": "a2619f18-f39d-43e0-b6db-77f8f68eebcd",
"healthtopics": "d92a9817-bb49-4e36-8875-706d3ebdfeeb",
"targetaudiences": "bf1dacc7-b5aa-4072-b1ba-5e49a004dce2",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "9ad85f1c-7caa-4871-ac99-420c2beaf04c",
"ParentId": "3332c255-8f5c-4848-a303-e379652c5461",
"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": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"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": "d6551de1-573e-45b4-8e13-2192d2a158bc",
"publishingoffices": "8ec7acc3-7353-4598-bec2-a999b172992b",
"events": "23c60bd5-fbc2-4419-a9f2-57ba9fb20d98",
"targets": "1c0a6950-be10-4bde-8d63-36ae2b59146f",
"Category": "225b6c74-56b1-4084-9a4b-941d740bd96f",
"imagetypes": "997a6782-2ce9-45f4-84ce-16313ab520a2",
"departmentaltargets": "9708ce30-2189-4d16-9ae7-875a38dc8829",
"stakeholders": "98bbdee2-aed0-47ca-ba3e-8d7ea6e7f707",
"Tags": "a2619f18-f39d-43e0-b6db-77f8f68eebcd",
"healthtopics": "d92a9817-bb49-4e36-8875-706d3ebdfeeb",
"targetaudiences": "bf1dacc7-b5aa-4072-b1ba-5e49a004dce2",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "9ad85f1c-7caa-4871-ac99-420c2beaf04c",
"ParentId": "3332c255-8f5c-4848-a303-e379652c5461",
"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 OpenGraphImage relation to outbreaks item.
POST /api/multimedias/outbreaks({key})/OpenGraphImage/$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 OpenGraphImage from outbreaks item.
DELETE /api/multimedias/outbreaks({key})/OpenGraphImage/$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 FactSheetRelatedData from outbreaks item.
GET /api/multimedias/outbreaks({key})/FactSheetRelatedData
| 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 | |
| regionscountries | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MedicalTreatmentBriefSummary | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| ConditionName | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| PreventionBriefSummary | System.String | Read only: False | |
| SelfCareLongerSummary | System.String | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SymptomsLongerSummary | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| ConditionLongerOverview | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| PreventionLongerSummary | System.String | Read only: False | |
| SourceKey | System.String | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| SelfCareBriefSummary | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SortTitle | System.String | Read only: False | |
| LocalPublicationDate | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targets | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| ConditionBriefOverview | System.String | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| MedicalTreatmentLongerSummary | System.String | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SymptomsBriefSummary | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "f3673b3e-db2e-4365-a2d6-4197475b418d",
"NewsNumberOfAdditionalItems": 9.0,
"MedicalTreatmentBriefSummary": "sample string 10",
"Content": "sample string 11",
"targetaudiences": "02ee1515-cea9-4eb5-b6a7-8b379b5244c6",
"ConditionName": "sample string 13",
"OpenGraphTitle": "sample string 14",
"DocumentNumberOfAdditionalItems": 15.0,
"PreventionBriefSummary": "sample string 16",
"SelfCareLongerSummary": "sample string 17",
"EventNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"SymptomsLongerSummary": "sample string 20",
"MetaTitle": "sample string 21",
"healthtopics": "e6880250-48c3-489a-9ad2-f290cffaa992",
"publishingoffices": "dceb5e11-a2a3-4a63-b605-505612b89fdf",
"ConditionLongerOverview": "sample string 24",
"Title": "sample string 25",
"PreventionLongerSummary": "sample string 26",
"SourceKey": "sample string 27",
"PhotoStoryNumberOfAdditionalItems": 28.0,
"departmentaltargets": "07cd43b6-5abc-4f8b-8479-a4119ff3b252",
"SelfCareBriefSummary": "sample string 30",
"FactFileNumberOfAdditionalItems": 31.0,
"SortTitle": "sample string 32",
"LocalPublicationDate": "sample string 33",
"Summary": "sample string 34",
"FeatureStoryNumberOfAdditionalItems": 35.0,
"OtherRelated": "sample string 36",
"FactSheetNumberOfAdditionalItems": 37.0,
"targets": "28f30a48-211f-4e94-a0fe-699371983c43",
"OpenGraphDescription": "sample string 39",
"PublicationDateAndTime": "2025-12-09T23:46:20.8589364Z",
"ConditionBriefOverview": "sample string 41",
"MetaDescription": "sample string 42",
"MedicalTreatmentLongerSummary": "sample string 43",
"CommentaryNumberOfAdditionalItems": 44.0,
"SymptomsBriefSummary": "sample string 45",
"Highlight": "sample string 46",
"Provider": "sample string 47",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "f3673b3e-db2e-4365-a2d6-4197475b418d",
"NewsNumberOfAdditionalItems": 9.0,
"MedicalTreatmentBriefSummary": "sample string 10",
"Content": "sample string 11",
"targetaudiences": "02ee1515-cea9-4eb5-b6a7-8b379b5244c6",
"ConditionName": "sample string 13",
"OpenGraphTitle": "sample string 14",
"DocumentNumberOfAdditionalItems": 15.0,
"PreventionBriefSummary": "sample string 16",
"SelfCareLongerSummary": "sample string 17",
"EventNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"SymptomsLongerSummary": "sample string 20",
"MetaTitle": "sample string 21",
"healthtopics": "e6880250-48c3-489a-9ad2-f290cffaa992",
"publishingoffices": "dceb5e11-a2a3-4a63-b605-505612b89fdf",
"ConditionLongerOverview": "sample string 24",
"Title": "sample string 25",
"PreventionLongerSummary": "sample string 26",
"SourceKey": "sample string 27",
"PhotoStoryNumberOfAdditionalItems": 28.0,
"departmentaltargets": "07cd43b6-5abc-4f8b-8479-a4119ff3b252",
"SelfCareBriefSummary": "sample string 30",
"FactFileNumberOfAdditionalItems": 31.0,
"SortTitle": "sample string 32",
"LocalPublicationDate": "sample string 33",
"Summary": "sample string 34",
"FeatureStoryNumberOfAdditionalItems": 35.0,
"OtherRelated": "sample string 36",
"FactSheetNumberOfAdditionalItems": 37.0,
"targets": "28f30a48-211f-4e94-a0fe-699371983c43",
"OpenGraphDescription": "sample string 39",
"PublicationDateAndTime": "2025-12-09T23:46:20.8589364Z",
"ConditionBriefOverview": "sample string 41",
"MetaDescription": "sample string 42",
"MedicalTreatmentLongerSummary": "sample string 43",
"CommentaryNumberOfAdditionalItems": 44.0,
"SymptomsBriefSummary": "sample string 45",
"Highlight": "sample string 46",
"Provider": "sample string 47",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add FactSheetRelatedData relation to outbreaks item.
POST /api/multimedias/outbreaks({key})/FactSheetRelatedData/$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 FactSheetRelatedData from outbreaks item.
DELETE /api/multimedias/outbreaks({key})/FactSheetRelatedData/$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 PhotoStoryRelatedData from outbreaks item.
GET /api/multimedias/outbreaks({key})/PhotoStoryRelatedData
| 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 | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Summary | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Content | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Highlight | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "cb2d1855-4f3b-456d-accd-57fdb7b521a2",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "5e00aebd-b483-4438-b6e6-9a87b1821897",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "45d89d5e-c37b-492a-b03d-7eaeda79a671",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2025-12-09T23:46:20.8589364Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "69282cca-a33d-4cbe-b8bc-ea1a55b70617",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "0ca7123e-578a-4b23-af0c-5a5d5b30b0ec",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "46ce36d9-b1a3-49dd-a279-426957844205",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:46:20.8589364Z",
"PublicationDate": "2025-12-09T23:46:20.8589364Z",
"DateCreated": "2025-12-09T23:46:20.8589364Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "cb2d1855-4f3b-456d-accd-57fdb7b521a2",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "5e00aebd-b483-4438-b6e6-9a87b1821897",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "45d89d5e-c37b-492a-b03d-7eaeda79a671",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2025-12-09T23:46:20.8589364Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "69282cca-a33d-4cbe-b8bc-ea1a55b70617",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "0ca7123e-578a-4b23-af0c-5a5d5b30b0ec",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "46ce36d9-b1a3-49dd-a279-426957844205",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8589364+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add PhotoStoryRelatedData relation to outbreaks item.
POST /api/multimedias/outbreaks({key})/PhotoStoryRelatedData/$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 PhotoStoryRelatedData from outbreaks item.
DELETE /api/multimedias/outbreaks({key})/PhotoStoryRelatedData/$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 NewsRelatedData from outbreaks item.
GET /api/multimedias/outbreaks({key})/NewsRelatedData
| 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 | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| newstypes | System.Guid | Read only: False | |
| Subtitle | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Source | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Location | System.String | Read only: False | |
| events | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| Highlight | System.String | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| Summary | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| Author | System.String | Read only: False | |
| SourceName | System.String | Read only: False | |
| SourceSite | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-09T23:46:20.8745602Z",
"PublicationDate": "2025-12-09T23:46:20.8745602Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-09T23:46:20.8745602Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"PublicationDateAndTime": "2025-12-09T23:46:20.8745602Z",
"publishingoffices": "01912fc3-c6b0-48b6-b16b-a9eefe149aec",
"DocumentNumberOfAdditionalItems": 12.0,
"MetaTitle": "sample string 13",
"targets": "7348b38e-e38e-40fc-9291-bb63ca195a3a",
"MultimediaNumberOfAdditionalItems": 15.0,
"CommentaryNumberOfAdditionalItems": 16.0,
"targetaudiences": "56a18882-d5e6-4b81-89f0-cd03efd6ec04",
"OpenGraphDescription": "sample string 18",
"newstypes": "f6551209-63ef-4338-8e4e-4fcddddce1d0",
"Subtitle": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"MetaDescription": "sample string 22",
"OtherRelated": "sample string 23",
"FeatureStoryNumberOfAdditionalItems": 24.0,
"EventNumberOfAdditionalItems": 25.0,
"FactSheetNumberOfAdditionalItems": 26.0,
"regionscountries": "39980908-13ec-4899-bae6-5c4856f15afd",
"healthtopics": "fa0db657-9528-4f7c-b0d3-74986be20e95",
"PhotoStoryNumberOfAdditionalItems": 29.0,
"Source": "sample string 30",
"OpenGraphTitle": "sample string 31",
"stakeholders": "f2a54649-e11c-4ccd-ac63-f1d6aaa3fcfe",
"Category": "fab08fd9-55eb-48e4-ad64-c48b574c8209",
"departmentaltargets": "d9ca01fe-baea-4e05-b968-74e1faee3c1e",
"Location": "sample string 35",
"events": "d71dd48c-34a6-4fac-9afd-bbd0b04e160b",
"Tags": "e0cdbbcc-5dbf-4f8d-9d0e-809bd457e31b",
"Highlight": "sample string 38",
"NewsNumberOfAdditionalItems": 39.0,
"AllowComments": true,
"Summary": "sample string 41",
"Content": "sample string 42",
"Author": "sample string 43",
"SourceName": "sample string 44",
"SourceSite": "sample string 45",
"Provider": "sample string 46",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8745602+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:46:20.8745602Z",
"PublicationDate": "2025-12-09T23:46:20.8745602Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-09T23:46:20.8745602Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"PublicationDateAndTime": "2025-12-09T23:46:20.8745602Z",
"publishingoffices": "01912fc3-c6b0-48b6-b16b-a9eefe149aec",
"DocumentNumberOfAdditionalItems": 12.0,
"MetaTitle": "sample string 13",
"targets": "7348b38e-e38e-40fc-9291-bb63ca195a3a",
"MultimediaNumberOfAdditionalItems": 15.0,
"CommentaryNumberOfAdditionalItems": 16.0,
"targetaudiences": "56a18882-d5e6-4b81-89f0-cd03efd6ec04",
"OpenGraphDescription": "sample string 18",
"newstypes": "f6551209-63ef-4338-8e4e-4fcddddce1d0",
"Subtitle": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"MetaDescription": "sample string 22",
"OtherRelated": "sample string 23",
"FeatureStoryNumberOfAdditionalItems": 24.0,
"EventNumberOfAdditionalItems": 25.0,
"FactSheetNumberOfAdditionalItems": 26.0,
"regionscountries": "39980908-13ec-4899-bae6-5c4856f15afd",
"healthtopics": "fa0db657-9528-4f7c-b0d3-74986be20e95",
"PhotoStoryNumberOfAdditionalItems": 29.0,
"Source": "sample string 30",
"OpenGraphTitle": "sample string 31",
"stakeholders": "f2a54649-e11c-4ccd-ac63-f1d6aaa3fcfe",
"Category": "fab08fd9-55eb-48e4-ad64-c48b574c8209",
"departmentaltargets": "d9ca01fe-baea-4e05-b968-74e1faee3c1e",
"Location": "sample string 35",
"events": "d71dd48c-34a6-4fac-9afd-bbd0b04e160b",
"Tags": "e0cdbbcc-5dbf-4f8d-9d0e-809bd457e31b",
"Highlight": "sample string 38",
"NewsNumberOfAdditionalItems": 39.0,
"AllowComments": true,
"Summary": "sample string 41",
"Content": "sample string 42",
"Author": "sample string 43",
"SourceName": "sample string 44",
"SourceSite": "sample string 45",
"Provider": "sample string 46",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8745602+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add NewsRelatedData relation to outbreaks item.
POST /api/multimedias/outbreaks({key})/NewsRelatedData/$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 NewsRelatedData from outbreaks item.
DELETE /api/multimedias/outbreaks({key})/NewsRelatedData/$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 EventRelatedData from outbreaks item.
GET /api/multimedias/outbreaks({key})/EventRelatedData
| 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 | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Highlight | System.String | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| events | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| EventStart | System.DateTimeOffset | Read only: False | |
| EventEnd | System.DateTimeOffset | Read only: False | |
| ContactEmail | System.String | Read only: False | |
| ContactWeb | System.String | Read only: False | |
| Street | System.String | Read only: False | |
| City | System.String | Read only: False | |
| Country | System.String | Read only: False | |
| State | System.String | Read only: False | |
| ContactName | System.String | Read only: False | |
| ContactCell | System.String | Read only: False | |
| ContactPhone | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| IsRecurrent | System.Boolean | Read only: False | |
| RecurrenceExpression | System.String | Read only: False | |
| TimeZoneId | System.String | Read only: False | |
| AllDayEvent | System.Boolean | Read only: False | |
| Location | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| EventStartUtcOffset | System.Double | Read only: True | |
| EventEndUtcOffset | System.Double | Read only: True | |
| EventStartWithOffset | System.DateTimeOffset | Read only: True | |
| EventEndWithOffset | System.DateTimeOffset | Read only: True |
application/json
[
{
"LastModified": "2025-12-09T23:46:20.8745602Z",
"PublicationDate": "2025-12-09T23:46:20.8745602Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-09T23:46:20.8745602Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "218eac71-dffa-4ed2-937e-6303d2072657",
"EventNumberOfAdditionalItems": 13.0,
"targets": "f0239052-132a-4c0a-9576-fd46cb31ec99",
"healthtopics": "bbf211f2-4cc2-4e5e-9344-a8aaa99d99b9",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "de463054-18f4-4cf4-b525-728ea845b16c",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "283169cb-b85a-40ac-947b-884a2c3e8d11",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "04227820-4631-4566-9a91-933da1abc40c",
"MetaDescription": "sample string 29",
"Category": "1a73b90c-54c7-41fc-9f98-7179d7949d5a",
"Tags": "cfc42bd1-6f95-4474-bd0e-13480f5550fe",
"regionscountries": "3b64c22c-a685-43ad-8fbc-539f94ab8f6e",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "ade106ed-2912-48a7-8dce-3fc88f9f8bee",
"AllowComments": true,
"EventStart": "2025-12-09T23:46:20.8745602Z",
"EventEnd": "2025-12-09T23:46:20.8745602Z",
"ContactEmail": "sample string 38",
"ContactWeb": "sample string 39",
"Street": "sample string 40",
"City": "sample string 41",
"Country": "sample string 42",
"State": "sample string 43",
"ContactName": "sample string 44",
"ContactCell": "sample string 45",
"ContactPhone": "sample string 46",
"Content": "sample string 47",
"Summary": "sample string 48",
"IsRecurrent": true,
"RecurrenceExpression": "sample string 50",
"TimeZoneId": "sample string 51",
"AllDayEvent": true,
"Location": "sample string 53",
"ParentId": "1af941df-5cf1-4799-912e-8544a8fc5b96",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8745602+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-12-09T23:46:20.8745602Z",
"EventEndWithOffset": "2025-12-09T23:46:20.8745602Z"
},
{
"LastModified": "2025-12-09T23:46:20.8745602Z",
"PublicationDate": "2025-12-09T23:46:20.8745602Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-12-09T23:46:20.8745602Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "218eac71-dffa-4ed2-937e-6303d2072657",
"EventNumberOfAdditionalItems": 13.0,
"targets": "f0239052-132a-4c0a-9576-fd46cb31ec99",
"healthtopics": "bbf211f2-4cc2-4e5e-9344-a8aaa99d99b9",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "de463054-18f4-4cf4-b525-728ea845b16c",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "283169cb-b85a-40ac-947b-884a2c3e8d11",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "04227820-4631-4566-9a91-933da1abc40c",
"MetaDescription": "sample string 29",
"Category": "1a73b90c-54c7-41fc-9f98-7179d7949d5a",
"Tags": "cfc42bd1-6f95-4474-bd0e-13480f5550fe",
"regionscountries": "3b64c22c-a685-43ad-8fbc-539f94ab8f6e",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "ade106ed-2912-48a7-8dce-3fc88f9f8bee",
"AllowComments": true,
"EventStart": "2025-12-09T23:46:20.8745602Z",
"EventEnd": "2025-12-09T23:46:20.8745602Z",
"ContactEmail": "sample string 38",
"ContactWeb": "sample string 39",
"Street": "sample string 40",
"City": "sample string 41",
"Country": "sample string 42",
"State": "sample string 43",
"ContactName": "sample string 44",
"ContactCell": "sample string 45",
"ContactPhone": "sample string 46",
"Content": "sample string 47",
"Summary": "sample string 48",
"IsRecurrent": true,
"RecurrenceExpression": "sample string 50",
"TimeZoneId": "sample string 51",
"AllDayEvent": true,
"Location": "sample string 53",
"ParentId": "1af941df-5cf1-4799-912e-8544a8fc5b96",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:46:20.8745602+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-12-09T23:46:20.8745602Z",
"EventEndWithOffset": "2025-12-09T23:46:20.8745602Z"
}
]Add EventRelatedData relation to outbreaks item.
POST /api/multimedias/outbreaks({key})/EventRelatedData/$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 EventRelatedData from outbreaks item.
DELETE /api/multimedias/outbreaks({key})/EventRelatedData/$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.