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-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"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": "3aa48547-6e2b-433d-99ab-8bb16df9787a",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "120bef39-d41b-42b5-a137-b1165bbd2228",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "27332548-7577-4e5d-9d4b-4d6567cf292e",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "a028f5c0-028a-4a6f-8f82-1ef0f50afc9e",
"healthtopics": "36d3c943-75c6-4568-8c53-b0712a0bf5b2",
"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-10-28T12:59:18.0457677+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"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": "3aa48547-6e2b-433d-99ab-8bb16df9787a",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "120bef39-d41b-42b5-a137-b1165bbd2228",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "27332548-7577-4e5d-9d4b-4d6567cf292e",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "a028f5c0-028a-4a6f-8f82-1ef0f50afc9e",
"healthtopics": "36d3c943-75c6-4568-8c53-b0712a0bf5b2",
"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-10-28T12:59:18.0457677+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-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"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": "5d814fc9-381d-44e6-ab25-b28694c726f5",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "2df6a2fa-0bcd-41bf-9111-23d86c860d41",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "66902e8e-46c3-4d53-a258-26ba601c48a7",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "35235d0c-f76f-4b48-a65d-b264ac4a449b",
"healthtopics": "49b23401-b18e-4cc2-bec9-746185593c48",
"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-10-28T12:59:18.0457677+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": "e20f7644-4d8f-4f69-9653-c7e6a7a662ce"
}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-10-28T12:59:18.0457677Z",
"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": "62120e96-3e83-4228-8bc2-bd5bd00c300e",
"DocumentNumberOfAdditionalItems": 10.0,
"EventNumberOfAdditionalItems": 11.0,
"MetaTitle": "sample string 12",
"OtherRelated": "sample string 13",
"OpenGraphDescription": "sample string 14",
"publishingoffices": "7caee102-6e14-40f9-8728-afbefba13452",
"NewsNumberOfAdditionalItems": 16.0,
"SourceKey": "sample string 17",
"FactFileNumberOfAdditionalItems": 18.0,
"CommentaryNumberOfAdditionalItems": 19.0,
"organizations": "4f633118-db9e-4768-ac50-45b65c6641ce",
"OpenGraphTitle": "sample string 21",
"sustainabledevelopmentgoals": "eaa60de1-51c8-4cfd-bf0e-7f0a378133c8",
"healthtopics": "34291cb1-cc29-4dfa-8495-351ec35c1088",
"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-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"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": "52ba846a-72ca-41d3-acc9-5dc95b0fb97c",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "a25b9223-fb80-4902-bcef-ac2c7844c416",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "77265dec-ee70-41ca-ba10-ccf6bb99930e",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "197cab81-db07-49e0-a2fa-dee9b3ee3c4d",
"healthtopics": "0b384deb-188e-4e3a-aa43-c5ac7a6666f0",
"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-10-28T12:59:18.0457677+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-10-28T12:59:18.0457677Z",
"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": "4168b127-802e-488f-b003-6eb89f156ae8",
"DocumentNumberOfAdditionalItems": 10.0,
"EventNumberOfAdditionalItems": 11.0,
"MetaTitle": "sample string 12",
"OtherRelated": "sample string 13",
"OpenGraphDescription": "sample string 14",
"publishingoffices": "a3eb97ab-e84b-44fa-88e7-2077d4f7e2ee",
"NewsNumberOfAdditionalItems": 16.0,
"SourceKey": "sample string 17",
"FactFileNumberOfAdditionalItems": 18.0,
"CommentaryNumberOfAdditionalItems": 19.0,
"organizations": "6f0105d7-420f-420f-98e9-06f5e2850bc5",
"OpenGraphTitle": "sample string 21",
"sustainabledevelopmentgoals": "3797c12d-4946-4823-9926-bcb384fc6a91",
"healthtopics": "c063908e-9398-4da5-9f5c-2f42593fb490",
"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-10-28T12:59:18.0457677Z",
"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": "8e19d5c0-6a60-465a-a524-508c290b0354",
"DocumentNumberOfAdditionalItems": 10.0,
"EventNumberOfAdditionalItems": 11.0,
"MetaTitle": "sample string 12",
"OtherRelated": "sample string 13",
"OpenGraphDescription": "sample string 14",
"publishingoffices": "ca5aa737-bc8e-4104-b226-b17448965039",
"NewsNumberOfAdditionalItems": 16.0,
"SourceKey": "sample string 17",
"FactFileNumberOfAdditionalItems": 18.0,
"CommentaryNumberOfAdditionalItems": 19.0,
"organizations": "6dbd09ce-b1d3-4865-986c-b4da6b984fca",
"OpenGraphTitle": "sample string 21",
"sustainabledevelopmentgoals": "babd20ce-b13d-49ab-8afa-303d4140ba9e",
"healthtopics": "4cfbfb10-8b20-48a5-95a4-2cf1b5a854fb",
"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-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"targetaudiences": "117bbad6-f97a-4724-8170-4fe222488a3f",
"MetaDescription": "sample string 9",
"healthtopics": "d2610549-934e-4913-be42-f70b5c77a917",
"NewsNumberOfAdditionalItems": 11.0,
"Title": "sample string 12",
"FeatureStoryNumberOfAdditionalItems": 13.0,
"DocumentNumberOfAdditionalItems": 14.0,
"FactFileNumberOfAdditionalItems": 15.0,
"publishingoffices": "adf93d66-2d7e-4f20-b1aa-2a75ff441d80",
"OpenGraphDescription": "sample string 17",
"Highlight": "sample string 18",
"MultimediaNumberOfAdditionalItems": 19.0,
"SortTitle": "sample string 20",
"OtherRelated": "sample string 21",
"PublicationDateAndTime": "2025-10-28T12:59:18.0457677Z",
"Content": "sample string 23",
"MetaTitle": "sample string 24",
"targets": "11ffa078-28ec-47da-b4f7-4371328c551e",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"departmentaltargets": "a95fbe96-bc52-4c95-a27a-80e93ca7b00b",
"FactSheetNumberOfAdditionalItems": 28.0,
"LocalPublicationDate": "sample string 29",
"OpenGraphTitle": "sample string 30",
"EventNumberOfAdditionalItems": 31.0,
"Summary": "sample string 32",
"CommentaryNumberOfAdditionalItems": 33.0,
"regionscountries": "d39d61e4-247c-4699-8506-3719b7706e27",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T12:59:18.0457677+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"targetaudiences": "117bbad6-f97a-4724-8170-4fe222488a3f",
"MetaDescription": "sample string 9",
"healthtopics": "d2610549-934e-4913-be42-f70b5c77a917",
"NewsNumberOfAdditionalItems": 11.0,
"Title": "sample string 12",
"FeatureStoryNumberOfAdditionalItems": 13.0,
"DocumentNumberOfAdditionalItems": 14.0,
"FactFileNumberOfAdditionalItems": 15.0,
"publishingoffices": "adf93d66-2d7e-4f20-b1aa-2a75ff441d80",
"OpenGraphDescription": "sample string 17",
"Highlight": "sample string 18",
"MultimediaNumberOfAdditionalItems": 19.0,
"SortTitle": "sample string 20",
"OtherRelated": "sample string 21",
"PublicationDateAndTime": "2025-10-28T12:59:18.0457677Z",
"Content": "sample string 23",
"MetaTitle": "sample string 24",
"targets": "11ffa078-28ec-47da-b4f7-4371328c551e",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"departmentaltargets": "a95fbe96-bc52-4c95-a27a-80e93ca7b00b",
"FactSheetNumberOfAdditionalItems": 28.0,
"LocalPublicationDate": "sample string 29",
"OpenGraphTitle": "sample string 30",
"EventNumberOfAdditionalItems": 31.0,
"Summary": "sample string 32",
"CommentaryNumberOfAdditionalItems": 33.0,
"regionscountries": "d39d61e4-247c-4699-8506-3719b7706e27",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T12:59:18.0457677+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-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "5c5b6f2b-d58b-41ac-81af-1fbdfca99eed",
"WebsiteURL": "sample string 9",
"Title": "sample string 10",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T12:59:18.0457677+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "5c5b6f2b-d58b-41ac-81af-1fbdfca99eed",
"WebsiteURL": "sample string 9",
"Title": "sample string 10",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T12:59:18.0457677+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-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"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": "850ca1f8-c284-4edd-9508-a6451d3f53bc",
"targets": "da875b4c-9469-4a7f-ac9f-1f80193046d8",
"regionscountries": "d93bdb98-25dc-4509-8f1a-0851be0e6a54",
"stakeholders": "6f334a8e-af67-4940-9c6a-357b2300e208",
"targetaudiences": "2bd69631-1b36-4c86-88f6-ae261a7ab81a",
"Category": "810183f6-bc4c-4252-b309-53f488001146",
"Tags": "97b11b0d-e08d-4638-8d33-63e13eb25612",
"departmentaltargets": "0edc0f43-2cad-406e-8ef0-e7966e7a19fe",
"events": "7e803edd-8305-4779-b52e-d3d1c59a8a02",
"publishingoffices": "2578bbc7-cdd6-4acf-a7fc-e64a3b128042",
"Parts": "sample string 25",
"FolderId": "82b38848-584f-4699-8ce5-c7f2d849457d",
"ParentId": "66394502-be72-4137-b0a4-6eba2f097324",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"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": "850ca1f8-c284-4edd-9508-a6451d3f53bc",
"targets": "da875b4c-9469-4a7f-ac9f-1f80193046d8",
"regionscountries": "d93bdb98-25dc-4509-8f1a-0851be0e6a54",
"stakeholders": "6f334a8e-af67-4940-9c6a-357b2300e208",
"targetaudiences": "2bd69631-1b36-4c86-88f6-ae261a7ab81a",
"Category": "810183f6-bc4c-4252-b309-53f488001146",
"Tags": "97b11b0d-e08d-4638-8d33-63e13eb25612",
"departmentaltargets": "0edc0f43-2cad-406e-8ef0-e7966e7a19fe",
"events": "7e803edd-8305-4779-b52e-d3d1c59a8a02",
"publishingoffices": "2578bbc7-cdd6-4acf-a7fc-e64a3b128042",
"Parts": "sample string 25",
"FolderId": "82b38848-584f-4699-8ce5-c7f2d849457d",
"ParentId": "66394502-be72-4137-b0a4-6eba2f097324",
"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-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OpenGraphTitle": "sample string 8",
"PublicationDateAndTime": "2025-10-28T12:59:18.0457677Z",
"departmentaltargets": "c578243a-c19d-4d1f-bfb3-157d9fafa4ca",
"stakeholders": "06a70e74-9c9d-4635-ac97-fe422378766e",
"Highlight": "sample string 12",
"healthtopics": "8ad01184-591b-46ec-a677-1479c2730e84",
"EventNumberOfAdditionalItems": 14.0,
"Content": "sample string 15",
"publishingoffices": "8947eb7f-53ec-4c62-9987-6705ef403a9b",
"MetaTitle": "sample string 17",
"MultimediaNumberOfAdditionalItems": 18.0,
"DocumentNumberOfAdditionalItems": 19.0,
"FeatureStoryNumberOfAdditionalItems": 20.0,
"PhotoStoryNumberOfAdditionalItems": 21.0,
"FactFileNumberOfAdditionalItems": 22.0,
"Summary": "sample string 23",
"targets": "48655dfa-ad4b-468e-b5fe-a906d52abb4e",
"Title": "sample string 25",
"events": "3511f2b6-b895-42d6-8d90-04ddec6f8563",
"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": "e3987a58-5e3e-4a94-8937-1735017a51f0",
"targetaudiences": "9bea7bb0-817f-455c-8db1-d07d80d9a574",
"Subtitle": "sample string 36",
"Provider": "sample string 37",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T12:59:18.0457677+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OpenGraphTitle": "sample string 8",
"PublicationDateAndTime": "2025-10-28T12:59:18.0457677Z",
"departmentaltargets": "c578243a-c19d-4d1f-bfb3-157d9fafa4ca",
"stakeholders": "06a70e74-9c9d-4635-ac97-fe422378766e",
"Highlight": "sample string 12",
"healthtopics": "8ad01184-591b-46ec-a677-1479c2730e84",
"EventNumberOfAdditionalItems": 14.0,
"Content": "sample string 15",
"publishingoffices": "8947eb7f-53ec-4c62-9987-6705ef403a9b",
"MetaTitle": "sample string 17",
"MultimediaNumberOfAdditionalItems": 18.0,
"DocumentNumberOfAdditionalItems": 19.0,
"FeatureStoryNumberOfAdditionalItems": 20.0,
"PhotoStoryNumberOfAdditionalItems": 21.0,
"FactFileNumberOfAdditionalItems": 22.0,
"Summary": "sample string 23",
"targets": "48655dfa-ad4b-468e-b5fe-a906d52abb4e",
"Title": "sample string 25",
"events": "3511f2b6-b895-42d6-8d90-04ddec6f8563",
"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": "e3987a58-5e3e-4a94-8937-1735017a51f0",
"targetaudiences": "9bea7bb0-817f-455c-8db1-d07d80d9a574",
"Subtitle": "sample string 36",
"Provider": "sample string 37",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T12:59:18.0457677+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-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "d34573be-5375-457c-b0fe-6a34a24bc739",
"events": "a5d0b3b9-e506-45aa-996d-3b9bada383ab",
"FactSheetNumberOfAdditionalItems": 10.0,
"Subtitle": "sample string 11",
"FeatureStoryNumberOfAdditionalItems": 12.0,
"regionscountries": "b690080b-0297-407a-8378-4048e9df0be2",
"CommentaryNumberOfAdditionalItems": 14.0,
"PublicationDateAndTime": "2025-10-28T12:59:18.0457677Z",
"PhotoStoryNumberOfAdditionalItems": 16.0,
"healthtopics": "10b376bd-146f-445c-99c5-25c9887ef3dd",
"DocumentNumberOfAdditionalItems": 18.0,
"OpenGraphTitle": "sample string 19",
"EventNumberOfAdditionalItems": 20.0,
"SourceKey": "sample string 21",
"targets": "c3f0d201-7999-41e2-a0a2-e83072435670",
"Content": "sample string 23",
"MultimediaNumberOfAdditionalItems": 24.0,
"Title": "sample string 25",
"departmentaltargets": "67b8fb06-e552-4e7c-a708-c660e6e23c8f",
"NewsNumberOfAdditionalItems": 27.0,
"targetaudiences": "00ee82b1-7db0-4d72-8ffc-501c4333f709",
"Summary": "sample string 29",
"MetaTitle": "sample string 30",
"OtherRelated": "sample string 31",
"OpenGraphDescription": "sample string 32",
"stakeholders": "aa6c80ca-609e-4ca7-a1b4-1ff567f2d048",
"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-10-28T12:59:18.0457677+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "d34573be-5375-457c-b0fe-6a34a24bc739",
"events": "a5d0b3b9-e506-45aa-996d-3b9bada383ab",
"FactSheetNumberOfAdditionalItems": 10.0,
"Subtitle": "sample string 11",
"FeatureStoryNumberOfAdditionalItems": 12.0,
"regionscountries": "b690080b-0297-407a-8378-4048e9df0be2",
"CommentaryNumberOfAdditionalItems": 14.0,
"PublicationDateAndTime": "2025-10-28T12:59:18.0457677Z",
"PhotoStoryNumberOfAdditionalItems": 16.0,
"healthtopics": "10b376bd-146f-445c-99c5-25c9887ef3dd",
"DocumentNumberOfAdditionalItems": 18.0,
"OpenGraphTitle": "sample string 19",
"EventNumberOfAdditionalItems": 20.0,
"SourceKey": "sample string 21",
"targets": "c3f0d201-7999-41e2-a0a2-e83072435670",
"Content": "sample string 23",
"MultimediaNumberOfAdditionalItems": 24.0,
"Title": "sample string 25",
"departmentaltargets": "67b8fb06-e552-4e7c-a708-c660e6e23c8f",
"NewsNumberOfAdditionalItems": 27.0,
"targetaudiences": "00ee82b1-7db0-4d72-8ffc-501c4333f709",
"Summary": "sample string 29",
"MetaTitle": "sample string 30",
"OtherRelated": "sample string 31",
"OpenGraphDescription": "sample string 32",
"stakeholders": "aa6c80ca-609e-4ca7-a1b4-1ff567f2d048",
"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-10-28T12:59:18.0457677+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-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"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": "d1e59f03-0fbb-462e-a721-5103bc83aade",
"publishingoffices": "693960d9-b918-4c20-95e9-d0f7f23ad2ed",
"events": "c845070f-cddd-416c-a4a9-afa14495903f",
"targets": "3dd6acd6-dfed-418a-92b1-bdc8158d8b8d",
"Category": "128f2967-01f7-4a48-9d22-7c7fba60fd0f",
"imagetypes": "bdaba4b8-0862-43f2-ae7d-06f88c0089d9",
"departmentaltargets": "6d543eaa-bdde-4bfa-8bd7-50d1244025e6",
"stakeholders": "dbfb0730-a797-46dd-b84e-7bc1202128a0",
"Tags": "d68dc5bb-24ab-400e-8ccb-e0c923f3257b",
"healthtopics": "ad7892ea-b9b2-4583-b07f-635ff3e669e5",
"targetaudiences": "76de21fb-ca1a-4203-b811-bb67a5287718",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "5aaecbed-a2bc-43b6-81b0-711c55611a40",
"ParentId": "fea244b5-6115-4a46-93c0-bb13ebf2c4aa",
"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-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"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": "d1e59f03-0fbb-462e-a721-5103bc83aade",
"publishingoffices": "693960d9-b918-4c20-95e9-d0f7f23ad2ed",
"events": "c845070f-cddd-416c-a4a9-afa14495903f",
"targets": "3dd6acd6-dfed-418a-92b1-bdc8158d8b8d",
"Category": "128f2967-01f7-4a48-9d22-7c7fba60fd0f",
"imagetypes": "bdaba4b8-0862-43f2-ae7d-06f88c0089d9",
"departmentaltargets": "6d543eaa-bdde-4bfa-8bd7-50d1244025e6",
"stakeholders": "dbfb0730-a797-46dd-b84e-7bc1202128a0",
"Tags": "d68dc5bb-24ab-400e-8ccb-e0c923f3257b",
"healthtopics": "ad7892ea-b9b2-4583-b07f-635ff3e669e5",
"targetaudiences": "76de21fb-ca1a-4203-b811-bb67a5287718",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "5aaecbed-a2bc-43b6-81b0-711c55611a40",
"ParentId": "fea244b5-6115-4a46-93c0-bb13ebf2c4aa",
"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-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "3817ed7e-b44a-4434-bf8c-9d4fd93c666c",
"NewsNumberOfAdditionalItems": 9.0,
"MedicalTreatmentBriefSummary": "sample string 10",
"Content": "sample string 11",
"targetaudiences": "870d9cc2-4ff4-4526-9939-9be324ef4c57",
"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": "f4448310-c12e-43b8-8fe3-9a275a3a99a8",
"publishingoffices": "b2e06bed-7695-4005-a656-2580a979a51e",
"ConditionLongerOverview": "sample string 24",
"Title": "sample string 25",
"PreventionLongerSummary": "sample string 26",
"SourceKey": "sample string 27",
"PhotoStoryNumberOfAdditionalItems": 28.0,
"departmentaltargets": "345c504b-d55c-4828-b8d5-cbde6af78181",
"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": "8395bb74-baf5-4026-893e-9ba83307ce2f",
"OpenGraphDescription": "sample string 39",
"PublicationDateAndTime": "2025-10-28T12:59:18.0457677Z",
"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-10-28T12:59:18.0457677+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "3817ed7e-b44a-4434-bf8c-9d4fd93c666c",
"NewsNumberOfAdditionalItems": 9.0,
"MedicalTreatmentBriefSummary": "sample string 10",
"Content": "sample string 11",
"targetaudiences": "870d9cc2-4ff4-4526-9939-9be324ef4c57",
"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": "f4448310-c12e-43b8-8fe3-9a275a3a99a8",
"publishingoffices": "b2e06bed-7695-4005-a656-2580a979a51e",
"ConditionLongerOverview": "sample string 24",
"Title": "sample string 25",
"PreventionLongerSummary": "sample string 26",
"SourceKey": "sample string 27",
"PhotoStoryNumberOfAdditionalItems": 28.0,
"departmentaltargets": "345c504b-d55c-4828-b8d5-cbde6af78181",
"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": "8395bb74-baf5-4026-893e-9ba83307ce2f",
"OpenGraphDescription": "sample string 39",
"PublicationDateAndTime": "2025-10-28T12:59:18.0457677Z",
"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-10-28T12:59:18.0457677+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-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "14dd4c35-e0a4-4031-b852-dcf51b6a31e3",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "3b56818e-8b61-4bfd-b8b8-91d31bdc0b1d",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "244d5904-7b30-4071-9d17-8fe3fc17e51f",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2025-10-28T12:59:18.0457677Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "06bded6c-cac9-4300-8429-b40ecd5394dd",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "4cbf9ef3-fece-4e5d-9254-0279ad90895d",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "665af4c5-a150-4cfe-9487-902b5c817202",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T12:59:18.0457677+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "14dd4c35-e0a4-4031-b852-dcf51b6a31e3",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "3b56818e-8b61-4bfd-b8b8-91d31bdc0b1d",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "244d5904-7b30-4071-9d17-8fe3fc17e51f",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2025-10-28T12:59:18.0457677Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "06bded6c-cac9-4300-8429-b40ecd5394dd",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "4cbf9ef3-fece-4e5d-9254-0279ad90895d",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "665af4c5-a150-4cfe-9487-902b5c817202",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T12:59:18.0457677+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-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"PublicationDateAndTime": "2025-10-28T12:59:18.0457677Z",
"publishingoffices": "1e804902-2f10-49c6-b517-2c3567036aca",
"DocumentNumberOfAdditionalItems": 12.0,
"MetaTitle": "sample string 13",
"targets": "a9f5cd9e-7370-4458-aedb-1a9343f5b757",
"MultimediaNumberOfAdditionalItems": 15.0,
"CommentaryNumberOfAdditionalItems": 16.0,
"targetaudiences": "07e505a9-c9ba-41af-944a-e5a3bd3c85b0",
"OpenGraphDescription": "sample string 18",
"newstypes": "f6bff505-d5b7-40f4-a588-9e2599ab1045",
"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": "08b66af6-4ac0-4de1-8f05-3ee0c1477fa5",
"healthtopics": "39448acc-731b-4441-bbbc-2182fd5ee12f",
"PhotoStoryNumberOfAdditionalItems": 29.0,
"Source": "sample string 30",
"OpenGraphTitle": "sample string 31",
"stakeholders": "4346ccdd-9041-4b38-a271-7525c39d1a8f",
"Category": "a784bfaf-d06d-470a-9bde-b75640431704",
"departmentaltargets": "39a1b77b-b137-4fd4-a66c-ad9b7512a78b",
"Location": "sample string 35",
"events": "e93e6fd2-7ec6-417e-96cf-e4939f025539",
"Tags": "c1ca0f14-5a69-4c6f-a117-ad6705ca0b6c",
"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-10-28T12:59:18.0457677+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"PublicationDateAndTime": "2025-10-28T12:59:18.0457677Z",
"publishingoffices": "1e804902-2f10-49c6-b517-2c3567036aca",
"DocumentNumberOfAdditionalItems": 12.0,
"MetaTitle": "sample string 13",
"targets": "a9f5cd9e-7370-4458-aedb-1a9343f5b757",
"MultimediaNumberOfAdditionalItems": 15.0,
"CommentaryNumberOfAdditionalItems": 16.0,
"targetaudiences": "07e505a9-c9ba-41af-944a-e5a3bd3c85b0",
"OpenGraphDescription": "sample string 18",
"newstypes": "f6bff505-d5b7-40f4-a588-9e2599ab1045",
"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": "08b66af6-4ac0-4de1-8f05-3ee0c1477fa5",
"healthtopics": "39448acc-731b-4441-bbbc-2182fd5ee12f",
"PhotoStoryNumberOfAdditionalItems": 29.0,
"Source": "sample string 30",
"OpenGraphTitle": "sample string 31",
"stakeholders": "4346ccdd-9041-4b38-a271-7525c39d1a8f",
"Category": "a784bfaf-d06d-470a-9bde-b75640431704",
"departmentaltargets": "39a1b77b-b137-4fd4-a66c-ad9b7512a78b",
"Location": "sample string 35",
"events": "e93e6fd2-7ec6-417e-96cf-e4939f025539",
"Tags": "c1ca0f14-5a69-4c6f-a117-ad6705ca0b6c",
"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-10-28T12:59:18.0457677+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-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "f7dee780-b8ea-4de4-a9c1-c754970dd300",
"EventNumberOfAdditionalItems": 13.0,
"targets": "501391c0-401d-4b65-a2f8-663bfd368805",
"healthtopics": "e44e1187-495d-4a57-b565-99a7fe4713fc",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "48ecdf75-8976-40ec-b7d9-0db41bd2e2a7",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "b4d33397-f414-46a0-8ea1-a8ac4428b2b7",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "117f10c8-f5f4-4049-9e3e-f3d1d41f0f86",
"MetaDescription": "sample string 29",
"Category": "5c72b4ef-4947-44b9-bae8-c1935e0a5610",
"Tags": "1b4f804c-b5b3-4a23-874b-ef4ab3985804",
"regionscountries": "3c41b020-6e91-4110-838f-06e73d2223bc",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "6bdfda8d-ada7-43d3-9976-0879959b29c2",
"AllowComments": true,
"EventStart": "2025-10-28T12:59:18.0457677Z",
"EventEnd": "2025-10-28T12:59:18.0457677Z",
"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": "ac857a15-f005-432d-a6e9-05c39ff69e71",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T12:59:18.0457677+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-10-28T12:59:18.0457677Z",
"EventEndWithOffset": "2025-10-28T12:59:18.0457677Z"
},
{
"LastModified": "2025-10-28T12:59:18.0457677Z",
"PublicationDate": "2025-10-28T12:59:18.0457677Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-28T12:59:18.0457677Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "f7dee780-b8ea-4de4-a9c1-c754970dd300",
"EventNumberOfAdditionalItems": 13.0,
"targets": "501391c0-401d-4b65-a2f8-663bfd368805",
"healthtopics": "e44e1187-495d-4a57-b565-99a7fe4713fc",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "48ecdf75-8976-40ec-b7d9-0db41bd2e2a7",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "b4d33397-f414-46a0-8ea1-a8ac4428b2b7",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "117f10c8-f5f4-4049-9e3e-f3d1d41f0f86",
"MetaDescription": "sample string 29",
"Category": "5c72b4ef-4947-44b9-bae8-c1935e0a5610",
"Tags": "1b4f804c-b5b3-4a23-874b-ef4ab3985804",
"regionscountries": "3c41b020-6e91-4110-838f-06e73d2223bc",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "6bdfda8d-ada7-43d3-9976-0879959b29c2",
"AllowComments": true,
"EventStart": "2025-10-28T12:59:18.0457677Z",
"EventEnd": "2025-10-28T12:59:18.0457677Z",
"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": "ac857a15-f005-432d-a6e9-05c39ff69e71",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-28T12:59:18.0457677+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-10-28T12:59:18.0457677Z",
"EventEndWithOffset": "2025-10-28T12:59:18.0457677Z"
}
]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.