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-09-21T01:36:50.4593216Z",
"PublicationDate": "2026-09-21T01:36:50.4593216Z",
"DateCreated": "2026-09-21T01:36:50.4593216Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "9921da89-4582-43d0-a28e-b2bc2653b1f3",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "1304be5b-1962-41f4-957c-e0a7fecb9816",
"departmentaltargets": "77aae521-31c5-4a2e-894e-5f84c6369d80",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-09-21T01:36:50.4593216Z",
"targetaudiences": "a252e943-1549-4aa6-a4d5-40552dcb78af",
"targets": "16e7e642-5173-4172-bef3-1cebe65fedad",
"publishingoffices": "32073fe1-c051-40e6-8934-4acc89e16491",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "de5d404d-37d8-4b13-94df-c0e1ce213f41",
"events": "efc250b4-85c5-44f8-9571-c7dc01811b0f",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-21T01:36:50.4593216+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-21T01:36:50.4593216Z",
"PublicationDate": "2026-09-21T01:36:50.4593216Z",
"DateCreated": "2026-09-21T01:36:50.4593216Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "9921da89-4582-43d0-a28e-b2bc2653b1f3",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "1304be5b-1962-41f4-957c-e0a7fecb9816",
"departmentaltargets": "77aae521-31c5-4a2e-894e-5f84c6369d80",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-09-21T01:36:50.4593216Z",
"targetaudiences": "a252e943-1549-4aa6-a4d5-40552dcb78af",
"targets": "16e7e642-5173-4172-bef3-1cebe65fedad",
"publishingoffices": "32073fe1-c051-40e6-8934-4acc89e16491",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "de5d404d-37d8-4b13-94df-c0e1ce213f41",
"events": "efc250b4-85c5-44f8-9571-c7dc01811b0f",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-21T01:36:50.4593216+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-09-21T01:36:50.4593216Z",
"PublicationDate": "2026-09-21T01:36:50.4593216Z",
"DateCreated": "2026-09-21T01:36:50.4593216Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "87d546a0-d0fe-4610-a5ef-3ca9b80d784e",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "56a75d2c-b8eb-467e-bc60-80702fdba9df",
"departmentaltargets": "39967321-a051-4c75-bb3f-b8faa912b69a",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-09-21T01:36:50.4593216Z",
"targetaudiences": "66e0f2bf-4264-4a75-82b5-fcdbafdf4d99",
"targets": "d8a0a8ba-baab-4b0b-b256-d572a84f22d6",
"publishingoffices": "460d5b09-38a3-4dba-9d38-72f936265d15",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "44e642c6-2943-4d91-aedf-779c971184d5",
"events": "0fd2fa1a-7d15-420d-ad15-66d7a4398bda",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-21T01:36:50.4593216+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": "9a5151f9-b25c-4d8b-8416-515b75e6f4aa"
}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-09-21T01:36:50.4593216Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "89d45ce7-cc66-40e6-bd4b-8032e082f83b",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "679aefca-64ce-47ca-afe5-864fe9fcbe16",
"departmentaltargets": "390951bf-95a3-4574-aa81-6ba4fd03cab5",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-09-21T01:36:50.4593216Z",
"targetaudiences": "ad52ed5f-bfd7-4afb-81f4-c8aee5582d85",
"targets": "90250867-a0fb-4480-91a3-6119644d73dc",
"publishingoffices": "3405997f-8d9a-4a5b-9658-14669879af8b",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "789db578-93c0-4706-90bd-da0c7fbb7b78",
"events": "71dbc279-07bd-4dfb-b023-7d9576078bac",
"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-09-21T01:36:50.4593216Z",
"PublicationDate": "2026-09-21T01:36:50.4593216Z",
"DateCreated": "2026-09-21T01:36:50.4593216Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "712de99a-d2ed-44d5-b92b-ff91de3aa6cb",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "2c33bdf9-54f2-4051-9691-f807e5fbcbda",
"departmentaltargets": "59861060-e7b9-4fd7-9c6a-54513966ca33",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-09-21T01:36:50.4593216Z",
"targetaudiences": "297e1260-9c14-4c6f-8f8d-80891c0f39d1",
"targets": "785d1165-d7c9-4ad5-be88-d115a2a89db2",
"publishingoffices": "81f4ea94-f968-4450-952d-4208b665d50d",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "450a76d0-7a09-4773-8666-38e93211d902",
"events": "b71c11a9-c9fa-4427-9204-a678261f168c",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-21T01:36:50.4593216+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-09-21T01:36:50.4593216Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "ca088b18-2930-4252-83f0-3da966249446",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "f81d4c31-b9c3-464b-94a7-a28a2ad971d8",
"departmentaltargets": "a1a28567-2e59-4a1d-80cd-ea9f43f25868",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-09-21T01:36:50.4593216Z",
"targetaudiences": "36f67fcf-e967-4f3c-9382-b88575bc6f80",
"targets": "9189e905-1e7e-441f-a384-93db20bea001",
"publishingoffices": "40315a00-0839-4960-aeb7-07ddd059771e",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "914e2109-50a0-4e9f-86b0-43b9dee0472e",
"events": "e12a3ca4-0d6e-4df1-814b-9a265d97c802",
"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-09-21T01:36:50.4593216Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "6e22d46f-40ff-4f60-9997-8a4d815fd7e2",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "037d45b9-6ec1-461a-a29d-3146cc0a5702",
"departmentaltargets": "f5402b8f-7152-49cf-b525-8650c1ac9753",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-09-21T01:36:50.4593216Z",
"targetaudiences": "24b6f0b7-1a8e-4fb3-914b-13a69d6e6195",
"targets": "95770dd5-198e-404e-b9a8-be0badda6c05",
"publishingoffices": "ab42a7db-ad3e-4848-b689-ec78c09cb933",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "66d2ba05-daf2-413f-9ad0-7547f26bb8ba",
"events": "f1124b31-6da5-48e1-98cc-3e0609e2a6ab",
"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-09-21T01:36:50.4593216Z",
"PublicationDate": "2026-09-21T01:36:50.4593216Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T01:36:50.4593216Z",
"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": "e8d53b7d-5177-4b64-90f3-c95356c86fba",
"publishingoffices": "b755b649-2228-44a3-a154-e75fb713a393",
"events": "bf135510-a5dd-46a8-8f13-204b7e2eabf4",
"targets": "9fdde52e-cc34-49ee-b3b6-93006d45c8ee",
"Category": "6da71457-142e-4ae9-8336-183ad40e9901",
"imagetypes": "03b82f5f-4c3d-4e98-b6d7-01fb22ff5dd5",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "a253a112-958e-42cb-8729-8124ff9347dd",
"stakeholders": "f804d3ff-c308-4d02-addc-789ef928eb34",
"Tags": "e10ef546-0fa1-4844-84cd-2675a967f517",
"healthtopics": "257d0d9c-6c6e-42f0-8e68-67308673ab19",
"targetaudiences": "80e55249-5a60-48db-83b3-69b688c54e8a",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "fbb414f8-3531-4774-b5fb-98b8a7cd99cc",
"ParentId": "f02ff645-b218-4457-9900-818196aabfef",
"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-09-21T01:36:50.4593216Z",
"PublicationDate": "2026-09-21T01:36:50.4593216Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T01:36:50.4593216Z",
"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": "e8d53b7d-5177-4b64-90f3-c95356c86fba",
"publishingoffices": "b755b649-2228-44a3-a154-e75fb713a393",
"events": "bf135510-a5dd-46a8-8f13-204b7e2eabf4",
"targets": "9fdde52e-cc34-49ee-b3b6-93006d45c8ee",
"Category": "6da71457-142e-4ae9-8336-183ad40e9901",
"imagetypes": "03b82f5f-4c3d-4e98-b6d7-01fb22ff5dd5",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "a253a112-958e-42cb-8729-8124ff9347dd",
"stakeholders": "f804d3ff-c308-4d02-addc-789ef928eb34",
"Tags": "e10ef546-0fa1-4844-84cd-2675a967f517",
"healthtopics": "257d0d9c-6c6e-42f0-8e68-67308673ab19",
"targetaudiences": "80e55249-5a60-48db-83b3-69b688c54e8a",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "fbb414f8-3531-4774-b5fb-98b8a7cd99cc",
"ParentId": "f02ff645-b218-4457-9900-818196aabfef",
"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-09-21T01:36:50.4593216Z",
"PublicationDate": "2026-09-21T01:36:50.4593216Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T01:36:50.4593216Z",
"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": "f7d38a64-1396-47a6-a027-11656a9273cf",
"publishingoffices": "a0f93e51-3dfb-4283-9d6a-e9dffe9dd2d3",
"events": "f42565ed-b272-41db-b156-f2584d660ecc",
"targets": "ebddd06b-2774-4c90-a8d1-e70bfdfb880c",
"Category": "18d225c6-6a80-4d14-863a-5cf3644f4b89",
"imagetypes": "0db236ab-5c37-402a-b368-15a2e1acfdf8",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "b594855e-0738-4314-a794-f3326b06b44c",
"stakeholders": "3719efa8-8ccf-4c13-8fa7-ea930de2650e",
"Tags": "fb0b41ac-f533-446c-86df-e2a8c2db64f5",
"healthtopics": "b74b20a0-01de-463c-9c4c-05f6fab43357",
"targetaudiences": "70e7256c-44b5-45bb-b4ea-048cb3281156",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "71497245-a9e9-40a0-acce-b2ab31b980cd",
"ParentId": "2935d388-478c-4ff3-801d-f498768a9760",
"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-09-21T01:36:50.4593216Z",
"PublicationDate": "2026-09-21T01:36:50.4593216Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T01:36:50.4593216Z",
"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": "f7d38a64-1396-47a6-a027-11656a9273cf",
"publishingoffices": "a0f93e51-3dfb-4283-9d6a-e9dffe9dd2d3",
"events": "f42565ed-b272-41db-b156-f2584d660ecc",
"targets": "ebddd06b-2774-4c90-a8d1-e70bfdfb880c",
"Category": "18d225c6-6a80-4d14-863a-5cf3644f4b89",
"imagetypes": "0db236ab-5c37-402a-b368-15a2e1acfdf8",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "b594855e-0738-4314-a794-f3326b06b44c",
"stakeholders": "3719efa8-8ccf-4c13-8fa7-ea930de2650e",
"Tags": "fb0b41ac-f533-446c-86df-e2a8c2db64f5",
"healthtopics": "b74b20a0-01de-463c-9c4c-05f6fab43357",
"targetaudiences": "70e7256c-44b5-45bb-b4ea-048cb3281156",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "71497245-a9e9-40a0-acce-b2ab31b980cd",
"ParentId": "2935d388-478c-4ff3-801d-f498768a9760",
"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-09-21T01:36:50.4593216Z",
"PublicationDate": "2026-09-21T01:36:50.4593216Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T01:36:50.4593216Z",
"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": "a5fe4b17-aeb2-4ef9-81ea-46452f64188f",
"targets": "d920476a-343d-4742-9c8e-03b0c07e0a33",
"regionscountries": "51152120-f6c0-48cb-bf08-7f2a99cdabc8",
"stakeholders": "2fe995e2-2aca-44fc-9061-9e048d289d58",
"targetaudiences": "bfcd4181-78d1-48de-800a-30d6a8d780fa",
"JoomlaArticleId": "sample string 20",
"Category": "9f928934-0c06-4c51-a02f-1b71f4937c2d",
"Tags": "d260550c-49cb-42e3-82e7-02483447bb17",
"departmentaltargets": "058556f8-9657-4c9e-80ef-4638c5384fa0",
"events": "fdab6ab2-f4d4-4959-822d-3281a4c98221",
"publishingoffices": "86473d0b-050b-4849-b113-d38b77799574",
"Parts": "sample string 26",
"FolderId": "5f4df433-0d3a-4172-945c-7995fb732d67",
"ParentId": "4f027b91-fbe5-4e9b-b71c-7a377efb0b1a",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-09-21T01:36:50.4593216Z",
"PublicationDate": "2026-09-21T01:36:50.4593216Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-21T01:36:50.4593216Z",
"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": "a5fe4b17-aeb2-4ef9-81ea-46452f64188f",
"targets": "d920476a-343d-4742-9c8e-03b0c07e0a33",
"regionscountries": "51152120-f6c0-48cb-bf08-7f2a99cdabc8",
"stakeholders": "2fe995e2-2aca-44fc-9061-9e048d289d58",
"targetaudiences": "bfcd4181-78d1-48de-800a-30d6a8d780fa",
"JoomlaArticleId": "sample string 20",
"Category": "9f928934-0c06-4c51-a02f-1b71f4937c2d",
"Tags": "d260550c-49cb-42e3-82e7-02483447bb17",
"departmentaltargets": "058556f8-9657-4c9e-80ef-4638c5384fa0",
"events": "fdab6ab2-f4d4-4959-822d-3281a4c98221",
"publishingoffices": "86473d0b-050b-4849-b113-d38b77799574",
"Parts": "sample string 26",
"FolderId": "5f4df433-0d3a-4172-945c-7995fb732d67",
"ParentId": "4f027b91-fbe5-4e9b-b71c-7a377efb0b1a",
"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-09-21T01:36:50.469448Z",
"PublicationDate": "2026-09-21T01:36:50.469448Z",
"DateCreated": "2026-09-21T01:36:50.469448Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "7472ecf0-00c9-40d7-ae0c-9f9c52dca01f",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "11f62815-39e7-44ab-aabd-5aa6ad559715",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "21b7acec-8abd-4a99-9d55-8a2884c22b5b",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-09-21T01:36:50.469448Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "5f39765c-303f-41fe-ba18-0cc735a3731d",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "1c17d855-1f6d-472d-8557-9da301028686",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "2ef73a5d-1306-42ca-a70f-24469f3e6657",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-21T01:36:50.469448+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-21T01:36:50.469448Z",
"PublicationDate": "2026-09-21T01:36:50.469448Z",
"DateCreated": "2026-09-21T01:36:50.469448Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "7472ecf0-00c9-40d7-ae0c-9f9c52dca01f",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "11f62815-39e7-44ab-aabd-5aa6ad559715",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "21b7acec-8abd-4a99-9d55-8a2884c22b5b",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-09-21T01:36:50.469448Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "5f39765c-303f-41fe-ba18-0cc735a3731d",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "1c17d855-1f6d-472d-8557-9da301028686",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "2ef73a5d-1306-42ca-a70f-24469f3e6657",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-21T01:36:50.469448+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.