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-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"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": "ff5962de-1a91-46f3-b113-fd427c4c229d",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "50cd01b0-40d7-43e5-bf47-2f8b2e2a595a",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "3fccdb1f-2f73-48d9-9f08-c56ed761da47",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "534cd34b-2f2c-4261-863b-0c66e08f89cf",
"healthtopics": "0b81aef5-1a92-4b18-a064-0ebbd700c851",
"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-07T20:24:13.7748556+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"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": "ff5962de-1a91-46f3-b113-fd427c4c229d",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "50cd01b0-40d7-43e5-bf47-2f8b2e2a595a",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "3fccdb1f-2f73-48d9-9f08-c56ed761da47",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "534cd34b-2f2c-4261-863b-0c66e08f89cf",
"healthtopics": "0b81aef5-1a92-4b18-a064-0ebbd700c851",
"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-07T20:24:13.7748556+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-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"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": "f2cfbc37-74ab-4c2c-b9a7-ae56145e11b2",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "2816fcd6-b0a9-4bd9-84fb-b6c72ac1abf6",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "a80f53a6-d791-44c7-9888-373d28565d3c",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "a93f4dab-8551-4553-bb48-9e44e8a162b7",
"healthtopics": "39d03d08-4cb5-48c5-9dfb-ec3cbf389435",
"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-07T20:24:13.7748556+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": "c21c28ce-e6fe-46f1-8f62-866c1360eac6"
}
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-07T20:24:13.7748556Z",
"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": "77a0abe5-b26c-4ce1-a7a2-38aa9c299241",
"DocumentNumberOfAdditionalItems": 10.0,
"EventNumberOfAdditionalItems": 11.0,
"MetaTitle": "sample string 12",
"OtherRelated": "sample string 13",
"OpenGraphDescription": "sample string 14",
"publishingoffices": "58ebc62b-9705-4a6a-bcf8-c6d02f11fa6f",
"NewsNumberOfAdditionalItems": 16.0,
"SourceKey": "sample string 17",
"FactFileNumberOfAdditionalItems": 18.0,
"CommentaryNumberOfAdditionalItems": 19.0,
"organizations": "8cbe0b74-3c95-40fc-a6c4-b23ce61c5822",
"OpenGraphTitle": "sample string 21",
"sustainabledevelopmentgoals": "98b8cf3c-5162-4969-8c1e-0d36c8b189a5",
"healthtopics": "35ac0ce7-0de6-4430-878a-c1800ff75d01",
"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-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"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": "8cb69b1e-ad5e-457a-a071-be6b214cf550",
"DocumentNumberOfAdditionalItems": 13.0,
"EventNumberOfAdditionalItems": 14.0,
"MetaTitle": "sample string 15",
"OtherRelated": "sample string 16",
"OpenGraphDescription": "sample string 17",
"publishingoffices": "b5431bf7-2756-4e06-b720-53f1b53f509f",
"NewsNumberOfAdditionalItems": 19.0,
"SourceKey": "sample string 20",
"FactFileNumberOfAdditionalItems": 21.0,
"CommentaryNumberOfAdditionalItems": 22.0,
"organizations": "064b2031-1e8f-4a42-9ec6-85e7f2d038c1",
"OpenGraphTitle": "sample string 24",
"sustainabledevelopmentgoals": "0e850582-4a27-4ffb-8213-79c326156096",
"healthtopics": "73411369-a2fc-4623-975b-6d60f55526a1",
"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-07T20:24:13.7748556+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-07T20:24:13.7748556Z",
"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": "866c6155-3125-4053-a498-d403caf26a23",
"DocumentNumberOfAdditionalItems": 10.0,
"EventNumberOfAdditionalItems": 11.0,
"MetaTitle": "sample string 12",
"OtherRelated": "sample string 13",
"OpenGraphDescription": "sample string 14",
"publishingoffices": "f8484d91-cc9f-4fef-aed5-34e2ac819609",
"NewsNumberOfAdditionalItems": 16.0,
"SourceKey": "sample string 17",
"FactFileNumberOfAdditionalItems": 18.0,
"CommentaryNumberOfAdditionalItems": 19.0,
"organizations": "d3588cab-dbbd-4faf-885c-5542e27fca0c",
"OpenGraphTitle": "sample string 21",
"sustainabledevelopmentgoals": "3712cea7-e17e-4ca6-bcdc-cc6ee2ac525f",
"healthtopics": "2c8ea363-3609-4976-8c8f-4d48dc23900d",
"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-07T20:24:13.7748556Z",
"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": "0c9f2cd8-6294-4e9c-93dc-4f9f6819c6b9",
"DocumentNumberOfAdditionalItems": 10.0,
"EventNumberOfAdditionalItems": 11.0,
"MetaTitle": "sample string 12",
"OtherRelated": "sample string 13",
"OpenGraphDescription": "sample string 14",
"publishingoffices": "104f49b9-4faa-4a16-a810-b9efe2cc98cd",
"NewsNumberOfAdditionalItems": 16.0,
"SourceKey": "sample string 17",
"FactFileNumberOfAdditionalItems": 18.0,
"CommentaryNumberOfAdditionalItems": 19.0,
"organizations": "2ea2faf3-1b5c-40e4-a799-88cd3b97c27d",
"OpenGraphTitle": "sample string 21",
"sustainabledevelopmentgoals": "1df6ce9d-013b-49f3-a466-0eb7fbdbcc68",
"healthtopics": "e42ae85e-1838-47bd-8c48-d47c07faaad3",
"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-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"targetaudiences": "6f90ebd4-2e5d-48b8-823f-d0ca5a07d343",
"MetaDescription": "sample string 9",
"healthtopics": "64be3d20-8db8-41f2-b967-bdef1a598c91",
"NewsNumberOfAdditionalItems": 11.0,
"Title": "sample string 12",
"FeatureStoryNumberOfAdditionalItems": 13.0,
"DocumentNumberOfAdditionalItems": 14.0,
"FactFileNumberOfAdditionalItems": 15.0,
"publishingoffices": "8960098d-b603-43b2-a370-61c7e27212c3",
"OpenGraphDescription": "sample string 17",
"Highlight": "sample string 18",
"MultimediaNumberOfAdditionalItems": 19.0,
"SortTitle": "sample string 20",
"OtherRelated": "sample string 21",
"PublicationDateAndTime": "2025-10-07T20:24:13.7748556Z",
"Content": "sample string 23",
"MetaTitle": "sample string 24",
"targets": "5922fb9a-2384-4b1c-ad3a-3dbc85561180",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"departmentaltargets": "d76dfa8d-c9fb-4bcd-b2ea-311cee74e3ed",
"FactSheetNumberOfAdditionalItems": 28.0,
"LocalPublicationDate": "sample string 29",
"OpenGraphTitle": "sample string 30",
"EventNumberOfAdditionalItems": 31.0,
"Summary": "sample string 32",
"CommentaryNumberOfAdditionalItems": 33.0,
"regionscountries": "695ca8c4-cbe5-491a-8fd8-f2a8958ee3ec",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:13.7748556+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"targetaudiences": "6f90ebd4-2e5d-48b8-823f-d0ca5a07d343",
"MetaDescription": "sample string 9",
"healthtopics": "64be3d20-8db8-41f2-b967-bdef1a598c91",
"NewsNumberOfAdditionalItems": 11.0,
"Title": "sample string 12",
"FeatureStoryNumberOfAdditionalItems": 13.0,
"DocumentNumberOfAdditionalItems": 14.0,
"FactFileNumberOfAdditionalItems": 15.0,
"publishingoffices": "8960098d-b603-43b2-a370-61c7e27212c3",
"OpenGraphDescription": "sample string 17",
"Highlight": "sample string 18",
"MultimediaNumberOfAdditionalItems": 19.0,
"SortTitle": "sample string 20",
"OtherRelated": "sample string 21",
"PublicationDateAndTime": "2025-10-07T20:24:13.7748556Z",
"Content": "sample string 23",
"MetaTitle": "sample string 24",
"targets": "5922fb9a-2384-4b1c-ad3a-3dbc85561180",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"departmentaltargets": "d76dfa8d-c9fb-4bcd-b2ea-311cee74e3ed",
"FactSheetNumberOfAdditionalItems": 28.0,
"LocalPublicationDate": "sample string 29",
"OpenGraphTitle": "sample string 30",
"EventNumberOfAdditionalItems": 31.0,
"Summary": "sample string 32",
"CommentaryNumberOfAdditionalItems": 33.0,
"regionscountries": "695ca8c4-cbe5-491a-8fd8-f2a8958ee3ec",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:13.7748556+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-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "8add8c45-5bf8-4a7f-833a-54c7493463e2",
"WebsiteURL": "sample string 9",
"Title": "sample string 10",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:13.7748556+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "8add8c45-5bf8-4a7f-833a-54c7493463e2",
"WebsiteURL": "sample string 9",
"Title": "sample string 10",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:13.7748556+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-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"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": "da2e1ac1-a2d4-497c-9479-5392d2ea8812",
"targets": "55ca99e5-7250-4326-a838-b6ccac5cccd1",
"regionscountries": "30a383bf-af1d-47a9-8a42-2acb79fe177e",
"stakeholders": "01cc80c9-7f28-4fde-8d9d-c8928e049761",
"targetaudiences": "caf2fcce-04cd-40f7-af36-864bc73c765b",
"Category": "6bd1e950-fcf6-496f-9349-be8087a561e4",
"Tags": "cc4d8457-0b55-4782-81e4-76ee7684b821",
"departmentaltargets": "3972982d-ec3a-486a-8b4f-cf960a7c44c8",
"events": "86bf7f8a-1185-4cb5-92bf-3c0784f7f011",
"publishingoffices": "47237c26-16e0-441d-8259-c65df29b35a5",
"Parts": "sample string 25",
"FolderId": "b3b58141-fd67-4462-b8e8-489aacc3924c",
"ParentId": "e3a17ee4-2859-4286-a28d-69dd8c9c81bd",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-10-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"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": "da2e1ac1-a2d4-497c-9479-5392d2ea8812",
"targets": "55ca99e5-7250-4326-a838-b6ccac5cccd1",
"regionscountries": "30a383bf-af1d-47a9-8a42-2acb79fe177e",
"stakeholders": "01cc80c9-7f28-4fde-8d9d-c8928e049761",
"targetaudiences": "caf2fcce-04cd-40f7-af36-864bc73c765b",
"Category": "6bd1e950-fcf6-496f-9349-be8087a561e4",
"Tags": "cc4d8457-0b55-4782-81e4-76ee7684b821",
"departmentaltargets": "3972982d-ec3a-486a-8b4f-cf960a7c44c8",
"events": "86bf7f8a-1185-4cb5-92bf-3c0784f7f011",
"publishingoffices": "47237c26-16e0-441d-8259-c65df29b35a5",
"Parts": "sample string 25",
"FolderId": "b3b58141-fd67-4462-b8e8-489aacc3924c",
"ParentId": "e3a17ee4-2859-4286-a28d-69dd8c9c81bd",
"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-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OpenGraphTitle": "sample string 8",
"PublicationDateAndTime": "2025-10-07T20:24:13.7748556Z",
"departmentaltargets": "6d065164-6756-48e2-ac9e-55f99f121a52",
"stakeholders": "d1f353cc-2fb9-46b0-a238-0ef00a0e977d",
"Highlight": "sample string 12",
"healthtopics": "9105a84e-65b8-4753-9c69-2502e1aa60db",
"EventNumberOfAdditionalItems": 14.0,
"Content": "sample string 15",
"publishingoffices": "00e8d17e-7dd3-4a83-ba9a-9caed9c6b1fb",
"MetaTitle": "sample string 17",
"MultimediaNumberOfAdditionalItems": 18.0,
"DocumentNumberOfAdditionalItems": 19.0,
"FeatureStoryNumberOfAdditionalItems": 20.0,
"PhotoStoryNumberOfAdditionalItems": 21.0,
"FactFileNumberOfAdditionalItems": 22.0,
"Summary": "sample string 23",
"targets": "eef8a547-8360-4b73-8d31-c4b230010b29",
"Title": "sample string 25",
"events": "b64c6616-ae24-4d9b-a8db-d06efd60cc6d",
"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": "7f5ae260-a6da-43df-bbc8-8385ba482487",
"targetaudiences": "cca65458-a1fa-43c6-95e1-527f89606e58",
"Subtitle": "sample string 36",
"Provider": "sample string 37",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:13.7748556+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"OpenGraphTitle": "sample string 8",
"PublicationDateAndTime": "2025-10-07T20:24:13.7748556Z",
"departmentaltargets": "6d065164-6756-48e2-ac9e-55f99f121a52",
"stakeholders": "d1f353cc-2fb9-46b0-a238-0ef00a0e977d",
"Highlight": "sample string 12",
"healthtopics": "9105a84e-65b8-4753-9c69-2502e1aa60db",
"EventNumberOfAdditionalItems": 14.0,
"Content": "sample string 15",
"publishingoffices": "00e8d17e-7dd3-4a83-ba9a-9caed9c6b1fb",
"MetaTitle": "sample string 17",
"MultimediaNumberOfAdditionalItems": 18.0,
"DocumentNumberOfAdditionalItems": 19.0,
"FeatureStoryNumberOfAdditionalItems": 20.0,
"PhotoStoryNumberOfAdditionalItems": 21.0,
"FactFileNumberOfAdditionalItems": 22.0,
"Summary": "sample string 23",
"targets": "eef8a547-8360-4b73-8d31-c4b230010b29",
"Title": "sample string 25",
"events": "b64c6616-ae24-4d9b-a8db-d06efd60cc6d",
"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": "7f5ae260-a6da-43df-bbc8-8385ba482487",
"targetaudiences": "cca65458-a1fa-43c6-95e1-527f89606e58",
"Subtitle": "sample string 36",
"Provider": "sample string 37",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:13.7748556+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-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "b586431b-b515-4192-b4bb-e8b7dec4d925",
"events": "bd43d8e6-c9fc-481a-af9b-2ab01f7acab3",
"FactSheetNumberOfAdditionalItems": 10.0,
"Subtitle": "sample string 11",
"FeatureStoryNumberOfAdditionalItems": 12.0,
"regionscountries": "33174380-686d-477c-88d1-911f191c52d3",
"CommentaryNumberOfAdditionalItems": 14.0,
"PublicationDateAndTime": "2025-10-07T20:24:13.7748556Z",
"PhotoStoryNumberOfAdditionalItems": 16.0,
"healthtopics": "e9af63d6-ded3-4327-b8e1-a0b296b4b82e",
"DocumentNumberOfAdditionalItems": 18.0,
"OpenGraphTitle": "sample string 19",
"EventNumberOfAdditionalItems": 20.0,
"SourceKey": "sample string 21",
"targets": "89607500-e815-4eb3-a6bd-5eab7fa48dc4",
"Content": "sample string 23",
"MultimediaNumberOfAdditionalItems": 24.0,
"Title": "sample string 25",
"departmentaltargets": "b49117da-3a14-4901-9439-3aea8ccd2363",
"NewsNumberOfAdditionalItems": 27.0,
"targetaudiences": "006111e7-337b-4834-ac52-f53eee9c44cc",
"Summary": "sample string 29",
"MetaTitle": "sample string 30",
"OtherRelated": "sample string 31",
"OpenGraphDescription": "sample string 32",
"stakeholders": "2530ddcf-5da6-4c13-9330-4a7fdffe864f",
"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-07T20:24:13.7748556+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "b586431b-b515-4192-b4bb-e8b7dec4d925",
"events": "bd43d8e6-c9fc-481a-af9b-2ab01f7acab3",
"FactSheetNumberOfAdditionalItems": 10.0,
"Subtitle": "sample string 11",
"FeatureStoryNumberOfAdditionalItems": 12.0,
"regionscountries": "33174380-686d-477c-88d1-911f191c52d3",
"CommentaryNumberOfAdditionalItems": 14.0,
"PublicationDateAndTime": "2025-10-07T20:24:13.7748556Z",
"PhotoStoryNumberOfAdditionalItems": 16.0,
"healthtopics": "e9af63d6-ded3-4327-b8e1-a0b296b4b82e",
"DocumentNumberOfAdditionalItems": 18.0,
"OpenGraphTitle": "sample string 19",
"EventNumberOfAdditionalItems": 20.0,
"SourceKey": "sample string 21",
"targets": "89607500-e815-4eb3-a6bd-5eab7fa48dc4",
"Content": "sample string 23",
"MultimediaNumberOfAdditionalItems": 24.0,
"Title": "sample string 25",
"departmentaltargets": "b49117da-3a14-4901-9439-3aea8ccd2363",
"NewsNumberOfAdditionalItems": 27.0,
"targetaudiences": "006111e7-337b-4834-ac52-f53eee9c44cc",
"Summary": "sample string 29",
"MetaTitle": "sample string 30",
"OtherRelated": "sample string 31",
"OpenGraphDescription": "sample string 32",
"stakeholders": "2530ddcf-5da6-4c13-9330-4a7fdffe864f",
"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-07T20:24:13.7748556+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-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"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": "1a73c06a-7dfd-4178-a3e3-5d0625323a87",
"publishingoffices": "bd0da93c-f722-4830-a67c-aef4d7a3d906",
"events": "5b48be78-4497-494f-a2ca-128c56f15a3b",
"targets": "4f52a7cc-3e46-4d93-aae7-a658a96188f2",
"Category": "e831b49c-e441-4085-827d-fc94533edf45",
"imagetypes": "c5a8060c-f15f-490a-a768-5998810b5d87",
"departmentaltargets": "d5ebc091-f231-41dd-8259-438f9fdf1093",
"stakeholders": "e16d7a7d-7529-4e19-9b83-f7b5366c22f2",
"Tags": "9e522185-8af4-4ef9-b45c-871fe746a566",
"healthtopics": "a3d68817-8096-400f-a7d5-077cdfeb08ef",
"targetaudiences": "2922c620-4cbf-4a70-9328-7b40b62013fa",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b6efe1f6-7c3e-4858-ab43-ec75d2bb6391",
"ParentId": "fbe30b8d-ca52-4bd2-8e1c-dd8a3e51b882",
"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-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"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": "1a73c06a-7dfd-4178-a3e3-5d0625323a87",
"publishingoffices": "bd0da93c-f722-4830-a67c-aef4d7a3d906",
"events": "5b48be78-4497-494f-a2ca-128c56f15a3b",
"targets": "4f52a7cc-3e46-4d93-aae7-a658a96188f2",
"Category": "e831b49c-e441-4085-827d-fc94533edf45",
"imagetypes": "c5a8060c-f15f-490a-a768-5998810b5d87",
"departmentaltargets": "d5ebc091-f231-41dd-8259-438f9fdf1093",
"stakeholders": "e16d7a7d-7529-4e19-9b83-f7b5366c22f2",
"Tags": "9e522185-8af4-4ef9-b45c-871fe746a566",
"healthtopics": "a3d68817-8096-400f-a7d5-077cdfeb08ef",
"targetaudiences": "2922c620-4cbf-4a70-9328-7b40b62013fa",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b6efe1f6-7c3e-4858-ab43-ec75d2bb6391",
"ParentId": "fbe30b8d-ca52-4bd2-8e1c-dd8a3e51b882",
"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-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "af651c43-53dc-4a1f-8a89-e4c6f087fb67",
"NewsNumberOfAdditionalItems": 9.0,
"MedicalTreatmentBriefSummary": "sample string 10",
"Content": "sample string 11",
"targetaudiences": "1ecf7805-ce02-4b97-bbda-f26f1d34911b",
"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": "bb2e5ddb-cf1e-4a12-9b6c-66df341faa06",
"publishingoffices": "b2eb9003-c4a0-4f0d-83f1-8e96562c043e",
"ConditionLongerOverview": "sample string 24",
"Title": "sample string 25",
"PreventionLongerSummary": "sample string 26",
"SourceKey": "sample string 27",
"PhotoStoryNumberOfAdditionalItems": 28.0,
"departmentaltargets": "ee11a736-3d12-4fc1-8b8f-0ef46cb414f6",
"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": "cc8214c3-2d37-4d0d-af49-7c177d2d511e",
"OpenGraphDescription": "sample string 39",
"PublicationDateAndTime": "2025-10-07T20:24:13.7748556Z",
"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-07T20:24:13.7748556+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "af651c43-53dc-4a1f-8a89-e4c6f087fb67",
"NewsNumberOfAdditionalItems": 9.0,
"MedicalTreatmentBriefSummary": "sample string 10",
"Content": "sample string 11",
"targetaudiences": "1ecf7805-ce02-4b97-bbda-f26f1d34911b",
"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": "bb2e5ddb-cf1e-4a12-9b6c-66df341faa06",
"publishingoffices": "b2eb9003-c4a0-4f0d-83f1-8e96562c043e",
"ConditionLongerOverview": "sample string 24",
"Title": "sample string 25",
"PreventionLongerSummary": "sample string 26",
"SourceKey": "sample string 27",
"PhotoStoryNumberOfAdditionalItems": 28.0,
"departmentaltargets": "ee11a736-3d12-4fc1-8b8f-0ef46cb414f6",
"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": "cc8214c3-2d37-4d0d-af49-7c177d2d511e",
"OpenGraphDescription": "sample string 39",
"PublicationDateAndTime": "2025-10-07T20:24:13.7748556Z",
"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-07T20:24:13.7748556+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-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "246ab58c-83fe-40aa-93d3-d6208902735e",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "bd4eeb84-5284-442e-945c-90b37e6ef2f1",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "3d761c62-2f42-4b0f-a61b-862e1a19773a",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2025-10-07T20:24:13.7748556Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "34a3ebc1-9ca9-4464-9fb4-7e504bc82af1",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "0d15adc0-0d77-4f82-8d8f-c6c5d37f24db",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "8f8e69d2-146f-4af4-ad7c-20d4b8ef1609",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:13.7748556+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "246ab58c-83fe-40aa-93d3-d6208902735e",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "bd4eeb84-5284-442e-945c-90b37e6ef2f1",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "3d761c62-2f42-4b0f-a61b-862e1a19773a",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2025-10-07T20:24:13.7748556Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "34a3ebc1-9ca9-4464-9fb4-7e504bc82af1",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "0d15adc0-0d77-4f82-8d8f-c6c5d37f24db",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "8f8e69d2-146f-4af4-ad7c-20d4b8ef1609",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:13.7748556+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-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"PublicationDateAndTime": "2025-10-07T20:24:13.7748556Z",
"publishingoffices": "48410a76-c1d9-401c-af98-14fbcc110efe",
"DocumentNumberOfAdditionalItems": 12.0,
"MetaTitle": "sample string 13",
"targets": "408d847d-7fc1-42ea-86c4-bd78c4234cc7",
"MultimediaNumberOfAdditionalItems": 15.0,
"CommentaryNumberOfAdditionalItems": 16.0,
"targetaudiences": "32b08a80-9766-45f1-a21d-89092eedb0f8",
"OpenGraphDescription": "sample string 18",
"newstypes": "25878b9f-ba2b-4a06-bd6b-c2b12cb0bdf4",
"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": "ede61877-df66-42c6-a875-62ed91c2b49e",
"healthtopics": "0c26a4d6-cb51-46d2-88dc-385db798c67f",
"PhotoStoryNumberOfAdditionalItems": 29.0,
"Source": "sample string 30",
"OpenGraphTitle": "sample string 31",
"stakeholders": "bb86646a-9d00-460e-be98-be73be3791ff",
"Category": "ff19b8b5-4d8c-47e8-88b3-2b000411de2b",
"departmentaltargets": "c47d165e-b4ad-4032-be97-a32464617171",
"Location": "sample string 35",
"events": "57125a32-167c-42c4-9a1d-c053d5311df8",
"Tags": "abc32ff9-dd73-479d-a254-ae5b2775599a",
"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-07T20:24:13.7748556+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"PublicationDateAndTime": "2025-10-07T20:24:13.7748556Z",
"publishingoffices": "48410a76-c1d9-401c-af98-14fbcc110efe",
"DocumentNumberOfAdditionalItems": 12.0,
"MetaTitle": "sample string 13",
"targets": "408d847d-7fc1-42ea-86c4-bd78c4234cc7",
"MultimediaNumberOfAdditionalItems": 15.0,
"CommentaryNumberOfAdditionalItems": 16.0,
"targetaudiences": "32b08a80-9766-45f1-a21d-89092eedb0f8",
"OpenGraphDescription": "sample string 18",
"newstypes": "25878b9f-ba2b-4a06-bd6b-c2b12cb0bdf4",
"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": "ede61877-df66-42c6-a875-62ed91c2b49e",
"healthtopics": "0c26a4d6-cb51-46d2-88dc-385db798c67f",
"PhotoStoryNumberOfAdditionalItems": 29.0,
"Source": "sample string 30",
"OpenGraphTitle": "sample string 31",
"stakeholders": "bb86646a-9d00-460e-be98-be73be3791ff",
"Category": "ff19b8b5-4d8c-47e8-88b3-2b000411de2b",
"departmentaltargets": "c47d165e-b4ad-4032-be97-a32464617171",
"Location": "sample string 35",
"events": "57125a32-167c-42c4-9a1d-c053d5311df8",
"Tags": "abc32ff9-dd73-479d-a254-ae5b2775599a",
"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-07T20:24:13.7748556+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-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "55a6fe77-ee1a-4a57-873f-b33f776666c5",
"EventNumberOfAdditionalItems": 13.0,
"targets": "def6a820-59c3-46f4-a060-406f9e49e945",
"healthtopics": "a4eed6db-45b8-4afa-a5c9-081c97c17802",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "228926ff-dcc3-4f96-b079-539837ad2135",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "5ded4339-9f65-4fb6-b039-fa2b714c8393",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "45037c24-c7f4-415f-a5e9-3f9d72c35540",
"MetaDescription": "sample string 29",
"Category": "92dccaeb-29b6-457b-830f-f02070582917",
"Tags": "5af3d71f-5d2d-47a0-8289-0dbe71d1cd71",
"regionscountries": "90053b56-b44e-4cc5-a91c-71d47816f3fe",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "329abeb5-4e43-413d-9295-f779faecf879",
"AllowComments": true,
"EventStart": "2025-10-07T20:24:13.7748556Z",
"EventEnd": "2025-10-07T20:24:13.7748556Z",
"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": "40fab63a-53d2-4e2c-bf1a-da0ab833e01f",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:13.7748556+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-10-07T20:24:13.7748556Z",
"EventEndWithOffset": "2025-10-07T20:24:13.7748556Z"
},
{
"LastModified": "2025-10-07T20:24:13.7748556Z",
"PublicationDate": "2025-10-07T20:24:13.7748556Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-07T20:24:13.7748556Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "55a6fe77-ee1a-4a57-873f-b33f776666c5",
"EventNumberOfAdditionalItems": 13.0,
"targets": "def6a820-59c3-46f4-a060-406f9e49e945",
"healthtopics": "a4eed6db-45b8-4afa-a5c9-081c97c17802",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "228926ff-dcc3-4f96-b079-539837ad2135",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "5ded4339-9f65-4fb6-b039-fa2b714c8393",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "45037c24-c7f4-415f-a5e9-3f9d72c35540",
"MetaDescription": "sample string 29",
"Category": "92dccaeb-29b6-457b-830f-f02070582917",
"Tags": "5af3d71f-5d2d-47a0-8289-0dbe71d1cd71",
"regionscountries": "90053b56-b44e-4cc5-a91c-71d47816f3fe",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "329abeb5-4e43-413d-9295-f779faecf879",
"AllowComments": true,
"EventStart": "2025-10-07T20:24:13.7748556Z",
"EventEnd": "2025-10-07T20:24:13.7748556Z",
"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": "40fab63a-53d2-4e2c-bf1a-da0ab833e01f",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-07T20:24:13.7748556+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-10-07T20:24:13.7748556Z",
"EventEndWithOffset": "2025-10-07T20:24:13.7748556Z"
}
]
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.