Returns a set of data items of type multimedias.
GET /api/media/multimedias
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 | |
| TerranceAudioUrl | System.String | Read only: False | |
| VimeoVideo | System.String | Read only: False | |
| multimediatypes | System.Guid | Read only: False | |
| YoutubeVideo | System.String | Read only: False | |
| Duration | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| TerranceVideoUrl | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| FacebookVideo | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-08-07T23:18:26.0033198Z",
"PublicationDate": "2026-08-07T23:18:26.0033198Z",
"DateCreated": "2026-08-07T23:18:26.0033198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "bf6c2f05-fc72-490a-9b41-219043720970",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "2cd5acc1-4d11-46c0-b587-4349c36c15c7",
"departmentaltargets": "fb212577-cd80-4d2c-baa9-679e904b88d9",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-07T23:18:26.0033198Z",
"targetaudiences": "4a2f52a2-71c2-4fc8-b4be-8b6282b7b85a",
"targets": "7e7e33e2-718d-44c1-a47c-20f810a62f5d",
"publishingoffices": "1950a5e0-7c96-4af0-95d4-588a3f0bd924",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "613e2f10-dcbb-44ca-ac7d-d1f999c4fb35",
"events": "c42a488a-8dd1-43ce-958e-b897a478e7d4",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-07T23:18:26.0033198+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-07T23:18:26.0033198Z",
"PublicationDate": "2026-08-07T23:18:26.0033198Z",
"DateCreated": "2026-08-07T23:18:26.0033198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "bf6c2f05-fc72-490a-9b41-219043720970",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "2cd5acc1-4d11-46c0-b587-4349c36c15c7",
"departmentaltargets": "fb212577-cd80-4d2c-baa9-679e904b88d9",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-07T23:18:26.0033198Z",
"targetaudiences": "4a2f52a2-71c2-4fc8-b4be-8b6282b7b85a",
"targets": "7e7e33e2-718d-44c1-a47c-20f810a62f5d",
"publishingoffices": "1950a5e0-7c96-4af0-95d4-588a3f0bd924",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "613e2f10-dcbb-44ca-ac7d-d1f999c4fb35",
"events": "c42a488a-8dd1-43ce-958e-b897a478e7d4",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-07T23:18:26.0033198+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets multimedias item by id.
GET /api/media/multimedias({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 | |
| TerranceAudioUrl | System.String | Read only: False | |
| VimeoVideo | System.String | Read only: False | |
| multimediatypes | System.Guid | Read only: False | |
| YoutubeVideo | System.String | Read only: False | |
| Duration | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| TerranceVideoUrl | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| FacebookVideo | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-08-07T23:18:26.0033198Z",
"PublicationDate": "2026-08-07T23:18:26.0033198Z",
"DateCreated": "2026-08-07T23:18:26.0033198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "e1ce3254-b82e-4635-85a0-859b4381e47a",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "095a728a-d1a3-4ff5-bc05-85830bfa02bb",
"departmentaltargets": "7ec6c904-c3bc-4d93-b535-7b20673df190",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-07T23:18:26.0033198Z",
"targetaudiences": "cab48337-aab7-485c-9445-dffb83c64e6f",
"targets": "0240a8e6-96f6-4a8e-893e-619f1f52ad74",
"publishingoffices": "520b8bb1-bba4-4411-92b2-4d2a5c51d23e",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "19f779af-6c3f-4cc4-aae9-4aaea443221b",
"events": "a0bcd503-6ed2-4136-a1ef-16c9b322f64d",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-07T23:18:26.0033198+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from multimedias item.
GET /api/media/multimedias({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": "dc4390c0-7b93-4573-bb99-56fdf7cf266b"
}Creates a multimedias item.
POST /api/media/multimedias
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 | |
| TerranceAudioUrl | System.String | Read only: False | |
| VimeoVideo | System.String | Read only: False | |
| multimediatypes | System.Guid | Read only: False | |
| YoutubeVideo | System.String | Read only: False | |
| Duration | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| TerranceVideoUrl | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| FacebookVideo | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-08-07T23:18:26.0033198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "bcfbc400-4ed2-4207-953d-10e864e2bd8b",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "77ab5e3e-9c57-48c8-a305-c1b974487c25",
"departmentaltargets": "7dfbb2bf-0072-4149-879b-69d347988560",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-08-07T23:18:26.0033198Z",
"targetaudiences": "64a6700f-a626-41e0-a8d8-a0c4764caddb",
"targets": "8968ea95-0869-4d8a-afed-9dc53de978d3",
"publishingoffices": "01865549-4e31-4c89-9aca-b7a7e32d3256",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "627f1ee8-8333-45e9-913f-b65557dbd1a3",
"events": "6036ab58-0517-4a54-ab66-2e79dd1330f4",
"FacebookVideo": "sample string 21"
}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 | |
| TerranceAudioUrl | System.String | Read only: False | |
| VimeoVideo | System.String | Read only: False | |
| multimediatypes | System.Guid | Read only: False | |
| YoutubeVideo | System.String | Read only: False | |
| Duration | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| TerranceVideoUrl | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| FacebookVideo | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-08-07T23:18:26.0033198Z",
"PublicationDate": "2026-08-07T23:18:26.0033198Z",
"DateCreated": "2026-08-07T23:18:26.0033198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "689347d2-8adf-454b-88a1-d2ac3cc87f7b",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "077fdb3a-7212-4a84-9cba-fd46531415f0",
"departmentaltargets": "960f693e-6db0-4c60-b17f-baf32ed26e77",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-07T23:18:26.0033198Z",
"targetaudiences": "90c40653-e105-4e4e-97e0-592ad7348cbc",
"targets": "10b75a9c-8193-4d4b-aef9-089ea7a60bd8",
"publishingoffices": "c001da06-d5b4-41ff-847e-fc9d19f7a1e0",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "b52ae315-fb63-4a25-8d07-700d0912df54",
"events": "4082cffb-e1a8-4c06-b202-5c405895240e",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-07T23:18:26.0033198+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for multimedias item.
PATCH /api/media/multimedias({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 | |
| TerranceAudioUrl | System.String | Read only: False | |
| VimeoVideo | System.String | Read only: False | |
| multimediatypes | System.Guid | Read only: False | |
| YoutubeVideo | System.String | Read only: False | |
| Duration | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| TerranceVideoUrl | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| FacebookVideo | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-08-07T23:18:26.0033198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "053e95d0-310e-4de6-ba93-22d640aa3180",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "40a437bf-c994-4acd-81a3-536c592d9033",
"departmentaltargets": "a1db4fae-47be-47df-8e88-042823238e23",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-08-07T23:18:26.0033198Z",
"targetaudiences": "74e7d0ae-6f5a-49dd-9f49-26b172033006",
"targets": "2fa36ccf-6100-4115-9586-e013af69a948",
"publishingoffices": "f6ac802d-ff97-4222-8c28-791cd0d08c82",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "c65b2a7c-31fc-4d0b-adb9-394fb772d58e",
"events": "17247b12-0005-4026-b877-359227812fb3",
"FacebookVideo": "sample string 21"
}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 multimedias item.
PUT /api/media/multimedias({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 | |
| TerranceAudioUrl | System.String | Read only: False | |
| VimeoVideo | System.String | Read only: False | |
| multimediatypes | System.Guid | Read only: False | |
| YoutubeVideo | System.String | Read only: False | |
| Duration | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| TerranceVideoUrl | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| FacebookVideo | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-08-07T23:18:26.0033198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "cee923f9-37cf-4a0b-b4f5-0f428f16e004",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "300212ae-e332-4a10-ac23-3bf9ab98e0ae",
"departmentaltargets": "89f029e1-07ba-4d45-bfae-c7a07d605856",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-08-07T23:18:26.0033198Z",
"targetaudiences": "e2defdf7-834d-4675-a933-34a2a31e3674",
"targets": "89b6bc31-51a9-481a-a0ca-b6077c06688c",
"publishingoffices": "c6628770-0b34-4ee6-a7dc-9a1841156535",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "459cda27-52e1-43b7-b9db-7dde2408e7ac",
"events": "a35efdf5-84fb-4c36-8b15-06f2a33e28ea",
"FacebookVideo": "sample string 21"
}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 multimedias item by Id.
DELETE /api/media/multimedias({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 RelatedImage from multimedias item.
GET /api/media/multimedias({key})/RelatedImage
| 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 | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-08-07T23:18:26.0033198Z",
"PublicationDate": "2026-08-07T23:18:26.0033198Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-07T23:18:26.0033198Z",
"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": "ad10cfe8-fb19-437a-b9c2-58329b484ffe",
"publishingoffices": "f92f4435-3f90-4fc2-b6e3-6325a8f30779",
"events": "7f8dd00f-69f9-4e39-a7bd-79b1d8ea0c33",
"targets": "55a60d0e-4fef-4eac-8aaf-9b8b559eb656",
"Category": "ebebc9d9-fa83-4757-bbec-8aedd27116d8",
"imagetypes": "c6915348-58fe-40ab-b5c8-32002649a0cb",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "08ab7fb3-af40-4e7b-9d25-4cda91f2e10a",
"stakeholders": "3b67c61b-b8c7-46df-a239-8594db43bfa4",
"Tags": "dec419d9-1f62-4c1b-8c49-a96905f4d1ec",
"healthtopics": "dbd6b878-9085-4da7-90b8-a224389c342a",
"targetaudiences": "a3afbb7e-7247-4414-99fe-86ec5d09f9b6",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "efb1ead6-a086-444a-b874-1ab7fff251c9",
"ParentId": "862643c5-e72b-4a45-a51a-cc80e000d95d",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-07T23:18:26.0033198Z",
"PublicationDate": "2026-08-07T23:18:26.0033198Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-07T23:18:26.0033198Z",
"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": "ad10cfe8-fb19-437a-b9c2-58329b484ffe",
"publishingoffices": "f92f4435-3f90-4fc2-b6e3-6325a8f30779",
"events": "7f8dd00f-69f9-4e39-a7bd-79b1d8ea0c33",
"targets": "55a60d0e-4fef-4eac-8aaf-9b8b559eb656",
"Category": "ebebc9d9-fa83-4757-bbec-8aedd27116d8",
"imagetypes": "c6915348-58fe-40ab-b5c8-32002649a0cb",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "08ab7fb3-af40-4e7b-9d25-4cda91f2e10a",
"stakeholders": "3b67c61b-b8c7-46df-a239-8594db43bfa4",
"Tags": "dec419d9-1f62-4c1b-8c49-a96905f4d1ec",
"healthtopics": "dbd6b878-9085-4da7-90b8-a224389c342a",
"targetaudiences": "a3afbb7e-7247-4414-99fe-86ec5d09f9b6",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "efb1ead6-a086-444a-b874-1ab7fff251c9",
"ParentId": "862643c5-e72b-4a45-a51a-cc80e000d95d",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add RelatedImage relation to multimedias item.
POST /api/media/multimedias({key})/RelatedImage/$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 RelatedImage from multimedias item.
DELETE /api/media/multimedias({key})/RelatedImage/$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 Thumbnail from multimedias item.
GET /api/media/multimedias({key})/Thumbnail
| 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 | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-08-07T23:18:26.0033198Z",
"PublicationDate": "2026-08-07T23:18:26.0033198Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-07T23:18:26.0033198Z",
"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": "ae7ea587-b946-43a9-8e15-acaf1de058bc",
"publishingoffices": "7facfd74-1a52-4260-a869-ecd55ee22cb7",
"events": "94e2d6ed-02b0-4416-8d48-441941b8e038",
"targets": "9777f813-0990-4105-a535-ee6b7ac63282",
"Category": "370f220e-5642-4d2a-bd8c-b60d4f954201",
"imagetypes": "d4c5fca3-3c79-418d-8966-f90461b260af",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "ecf8752b-bfa0-430a-8375-4d410b004483",
"stakeholders": "72aa8353-14c1-4ae2-bd8f-543e0c43aae9",
"Tags": "a92627bf-bde8-4c58-bc5e-df589045049c",
"healthtopics": "7bd580a9-6194-46c5-abab-f82932747de6",
"targetaudiences": "07c47174-76b5-45b5-94f5-e512a975cd50",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "d3df6afe-83bd-455a-8c51-6969990e6a25",
"ParentId": "b249614e-5adb-42bc-b534-f0b3667014c5",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-07T23:18:26.0033198Z",
"PublicationDate": "2026-08-07T23:18:26.0033198Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-07T23:18:26.0033198Z",
"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": "ae7ea587-b946-43a9-8e15-acaf1de058bc",
"publishingoffices": "7facfd74-1a52-4260-a869-ecd55ee22cb7",
"events": "94e2d6ed-02b0-4416-8d48-441941b8e038",
"targets": "9777f813-0990-4105-a535-ee6b7ac63282",
"Category": "370f220e-5642-4d2a-bd8c-b60d4f954201",
"imagetypes": "d4c5fca3-3c79-418d-8966-f90461b260af",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "ecf8752b-bfa0-430a-8375-4d410b004483",
"stakeholders": "72aa8353-14c1-4ae2-bd8f-543e0c43aae9",
"Tags": "a92627bf-bde8-4c58-bc5e-df589045049c",
"healthtopics": "7bd580a9-6194-46c5-abab-f82932747de6",
"targetaudiences": "07c47174-76b5-45b5-94f5-e512a975cd50",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "d3df6afe-83bd-455a-8c51-6969990e6a25",
"ParentId": "b249614e-5adb-42bc-b534-f0b3667014c5",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Thumbnail relation to multimedias item.
POST /api/media/multimedias({key})/Thumbnail/$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 Thumbnail from multimedias item.
DELETE /api/media/multimedias({key})/Thumbnail/$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 RelatedDocument from multimedias item.
GET /api/media/multimedias({key})/RelatedDocument
| 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 | |
| JoomlaArticleId | System.String | 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": "2026-08-07T23:18:26.0033198Z",
"PublicationDate": "2026-08-07T23:18:26.0033198Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-07T23:18:26.0033198Z",
"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": "44530bed-8891-4097-ad8a-563db6251992",
"targets": "2cb31e22-f5c4-40b3-a5b5-195735e0f9dc",
"regionscountries": "9cb8ba6d-27cb-4319-b52b-bb43c7786387",
"stakeholders": "8224953f-fcbb-4e45-9893-48c301bebc1d",
"targetaudiences": "82f7e55e-cc5b-4089-8826-c2deaa0234bc",
"JoomlaArticleId": "sample string 20",
"Category": "b58b835e-de96-4331-94c2-4c49480d952e",
"Tags": "874c1991-22e3-4e6f-ab21-85ca9dd1cb20",
"departmentaltargets": "f1ae346e-f186-4b8f-a105-bd417f4c059a",
"events": "16c98ad1-3a57-4aad-bec3-633ced3bcf1e",
"publishingoffices": "889acab3-eef6-4516-846f-3f4ddfd77b78",
"Parts": "sample string 26",
"FolderId": "9759cb50-71a9-4ca4-9f30-5eccbff1e245",
"ParentId": "130fdb71-19ba-4d74-8659-fd4fbe47fc76",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-08-07T23:18:26.0033198Z",
"PublicationDate": "2026-08-07T23:18:26.0033198Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-07T23:18:26.0033198Z",
"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": "44530bed-8891-4097-ad8a-563db6251992",
"targets": "2cb31e22-f5c4-40b3-a5b5-195735e0f9dc",
"regionscountries": "9cb8ba6d-27cb-4319-b52b-bb43c7786387",
"stakeholders": "8224953f-fcbb-4e45-9893-48c301bebc1d",
"targetaudiences": "82f7e55e-cc5b-4089-8826-c2deaa0234bc",
"JoomlaArticleId": "sample string 20",
"Category": "b58b835e-de96-4331-94c2-4c49480d952e",
"Tags": "874c1991-22e3-4e6f-ab21-85ca9dd1cb20",
"departmentaltargets": "f1ae346e-f186-4b8f-a105-bd417f4c059a",
"events": "16c98ad1-3a57-4aad-bec3-633ced3bcf1e",
"publishingoffices": "889acab3-eef6-4516-846f-3f4ddfd77b78",
"Parts": "sample string 26",
"FolderId": "9759cb50-71a9-4ca4-9f30-5eccbff1e245",
"ParentId": "130fdb71-19ba-4d74-8659-fd4fbe47fc76",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
}
]Add RelatedDocument relation to multimedias item.
POST /api/media/multimedias({key})/RelatedDocument/$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 RelatedDocument from multimedias item.
DELETE /api/media/multimedias({key})/RelatedDocument/$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 RelatedPhotoStory from multimedias item.
GET /api/media/multimedias({key})/RelatedPhotoStory
| 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": "2026-08-07T23:18:26.0033198Z",
"PublicationDate": "2026-08-07T23:18:26.0033198Z",
"DateCreated": "2026-08-07T23:18:26.0033198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "cf8c04c8-5fe9-4957-9696-e32d8fb284b7",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "2275c424-bee6-45db-98e1-cea62d90c7c0",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "2d6c3311-3400-4188-9c1f-31b31a5b188c",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-08-07T23:18:26.0033198Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "dc15ff1c-3a60-4e4c-81f3-5eb8c8d9ae14",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "087c7584-f540-4aa1-8e76-2e6840799518",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "7f6291ba-da89-4c65-be41-c06d50348d73",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-07T23:18:26.0033198+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-07T23:18:26.0033198Z",
"PublicationDate": "2026-08-07T23:18:26.0033198Z",
"DateCreated": "2026-08-07T23:18:26.0033198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "cf8c04c8-5fe9-4957-9696-e32d8fb284b7",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "2275c424-bee6-45db-98e1-cea62d90c7c0",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "2d6c3311-3400-4188-9c1f-31b31a5b188c",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-08-07T23:18:26.0033198Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "dc15ff1c-3a60-4e4c-81f3-5eb8c8d9ae14",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "087c7584-f540-4aa1-8e76-2e6840799518",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "7f6291ba-da89-4c65-be41-c06d50348d73",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-07T23:18:26.0033198+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedPhotoStory relation to multimedias item.
POST /api/media/multimedias({key})/RelatedPhotoStory/$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 RelatedPhotoStory from multimedias item.
DELETE /api/media/multimedias({key})/RelatedPhotoStory/$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.