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-29T23:22:36.576043Z",
"PublicationDate": "2026-08-29T23:22:36.576043Z",
"DateCreated": "2026-08-29T23:22:36.576043Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "4683430e-421a-4889-bba8-9439baa68af7",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "76cacefe-8efe-41df-b86a-4a132d21ea40",
"departmentaltargets": "91c94e30-54b6-4eb4-b8df-e11b3e95c8ee",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-29T23:22:36.576043Z",
"targetaudiences": "60922bd3-4f42-45ca-823b-7a9bb448346c",
"targets": "926799e5-5bf9-495f-af55-e12db3581239",
"publishingoffices": "434c7dc5-a7a7-4c89-8a60-5b773dce4e0c",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "91b8ca27-6628-497a-9c38-6611004ef937",
"events": "ed6c9727-1acf-4756-bebe-9622837fd92d",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T23:22:36.576043+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-29T23:22:36.576043Z",
"PublicationDate": "2026-08-29T23:22:36.576043Z",
"DateCreated": "2026-08-29T23:22:36.576043Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "4683430e-421a-4889-bba8-9439baa68af7",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "76cacefe-8efe-41df-b86a-4a132d21ea40",
"departmentaltargets": "91c94e30-54b6-4eb4-b8df-e11b3e95c8ee",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-29T23:22:36.576043Z",
"targetaudiences": "60922bd3-4f42-45ca-823b-7a9bb448346c",
"targets": "926799e5-5bf9-495f-af55-e12db3581239",
"publishingoffices": "434c7dc5-a7a7-4c89-8a60-5b773dce4e0c",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "91b8ca27-6628-497a-9c38-6611004ef937",
"events": "ed6c9727-1acf-4756-bebe-9622837fd92d",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T23:22:36.576043+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-29T23:22:36.576043Z",
"PublicationDate": "2026-08-29T23:22:36.576043Z",
"DateCreated": "2026-08-29T23:22:36.576043Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "7197a559-db8a-4f91-b2d0-9977bf35d4f0",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "5a2ef33d-d36d-4d4e-b999-e484cb48cad1",
"departmentaltargets": "dea5dd1e-4403-47a1-9836-9397a122ffda",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-29T23:22:36.576043Z",
"targetaudiences": "4640f9ae-1ce9-4bfb-8511-4d302ac16cab",
"targets": "568dd4ff-54b9-44ea-a122-c2c11ffc4b74",
"publishingoffices": "ff66b6cb-03ae-4091-ad92-5c750f6786ae",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "99817321-28d8-42c1-85ee-f39b4bba2ea4",
"events": "dc2b4ff6-dc5d-4de1-898c-ea959ea227d1",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T23:22:36.576043+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": "57636ee9-dee0-49ad-8887-135ace614586"
}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-29T23:22:36.576043Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "6613c576-e8be-41d8-9bb2-0cf4fc57f315",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "2c52601a-e82b-45bc-bf59-60842a168545",
"departmentaltargets": "7a94efe6-623d-4a39-af9a-43a4893b487a",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-08-29T23:22:36.576043Z",
"targetaudiences": "24ec4a71-2e29-4a1b-866e-f65e5057848d",
"targets": "63855ddc-ec10-45f4-9e18-7dacd33acaf4",
"publishingoffices": "e15d78fc-b124-4f6b-a403-78a38ff58fb6",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "9f904628-4c2a-4237-8562-e2e699b8211b",
"events": "b6949637-22bf-4ea7-a6e3-96d74874ab2f",
"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-29T23:22:36.576043Z",
"PublicationDate": "2026-08-29T23:22:36.576043Z",
"DateCreated": "2026-08-29T23:22:36.576043Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "76b109db-ab83-4174-8590-8e2e88f96827",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "fa945c32-556a-418e-9cf4-ddaeb35f8939",
"departmentaltargets": "c00b60c7-d540-4463-be05-26c5df4592ec",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-08-29T23:22:36.576043Z",
"targetaudiences": "074a9529-ac77-4af8-8709-70458fea475f",
"targets": "1f5907aa-52fb-477d-8758-51c3b715fc0f",
"publishingoffices": "d01ea4d8-359b-4d30-a0bc-2b084f455825",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "dc22a3dc-5ce1-4905-9854-b4a2cd10c715",
"events": "d8a5a157-e130-433b-bd41-051760a4618c",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T23:22:36.576043+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-29T23:22:36.576043Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "52a59811-fe83-420a-9e06-015cadec5874",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "30a89c2f-c58d-4c89-afdc-895a9d065f98",
"departmentaltargets": "7053321c-6333-4fd5-9695-4dc18f5f873d",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-08-29T23:22:36.576043Z",
"targetaudiences": "f40e838b-485a-4e15-a780-10bbfc3e513e",
"targets": "1213bbc1-70ea-4829-997c-a986fdcd56e2",
"publishingoffices": "fd622c08-bb20-417d-be25-3032e843ebe8",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "cc90eb31-aef1-45d1-a7f8-fc46b9e60bd7",
"events": "640aaa72-b51a-4892-865f-032d26d00b26",
"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-29T23:22:36.576043Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "c4ed80d9-c102-4bf6-997d-9c9a00a85fc4",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "b509dbaa-977a-4823-aa8e-8506002657b7",
"departmentaltargets": "fb5b9f6e-ad22-4516-b520-cbf926cc8cd1",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-08-29T23:22:36.576043Z",
"targetaudiences": "96514ea8-0024-4df1-89cf-3ec2ae6e78c8",
"targets": "0ce3b4b2-80b9-4487-9e71-2e0795a95b7c",
"publishingoffices": "e9a57c8c-c48f-4adb-9a8c-feedc1399712",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "ec1abe31-627b-4a25-9e6c-6b77e455aff9",
"events": "fb350468-b430-4a01-b524-a5b36316c66c",
"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-29T23:22:36.576043Z",
"PublicationDate": "2026-08-29T23:22:36.576043Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:22:36.576043Z",
"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": "43c3d355-18b5-4f0f-8e09-88c52fd43a51",
"publishingoffices": "b9856e22-eb62-4f64-8662-3175d460df41",
"events": "4aa8e731-1fdc-4dbe-ac2b-8b4718c76d7f",
"targets": "c2cdc94f-ce43-4fd4-9782-318b55959cdd",
"Category": "28c3698c-7a72-42d6-929f-611eebe06859",
"imagetypes": "68c93a81-409c-4d9d-9a5b-594e8abdf677",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "97e6d167-8479-44fe-88e0-4757dbbf5d28",
"stakeholders": "3cccc766-628a-417e-915d-c80c501e06ab",
"Tags": "2bfaae45-011e-4d6a-a9d7-ee0a88935bf5",
"healthtopics": "3149ace1-236e-4204-90a5-a687a15bfef9",
"targetaudiences": "044379ac-7ebb-44b1-a7d6-308e65ebaed2",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "5fb3949d-0af8-438c-b070-7aead6d45e5b",
"ParentId": "8f32ab84-5017-4711-b6e8-1356c3019725",
"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-29T23:22:36.576043Z",
"PublicationDate": "2026-08-29T23:22:36.576043Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:22:36.576043Z",
"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": "43c3d355-18b5-4f0f-8e09-88c52fd43a51",
"publishingoffices": "b9856e22-eb62-4f64-8662-3175d460df41",
"events": "4aa8e731-1fdc-4dbe-ac2b-8b4718c76d7f",
"targets": "c2cdc94f-ce43-4fd4-9782-318b55959cdd",
"Category": "28c3698c-7a72-42d6-929f-611eebe06859",
"imagetypes": "68c93a81-409c-4d9d-9a5b-594e8abdf677",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "97e6d167-8479-44fe-88e0-4757dbbf5d28",
"stakeholders": "3cccc766-628a-417e-915d-c80c501e06ab",
"Tags": "2bfaae45-011e-4d6a-a9d7-ee0a88935bf5",
"healthtopics": "3149ace1-236e-4204-90a5-a687a15bfef9",
"targetaudiences": "044379ac-7ebb-44b1-a7d6-308e65ebaed2",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "5fb3949d-0af8-438c-b070-7aead6d45e5b",
"ParentId": "8f32ab84-5017-4711-b6e8-1356c3019725",
"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-29T23:22:36.576043Z",
"PublicationDate": "2026-08-29T23:22:36.576043Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:22:36.576043Z",
"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": "98890cb9-c43d-41bf-9d2e-c5dd28123026",
"publishingoffices": "e635b382-f8c7-4233-b867-47f158f10308",
"events": "17780d4a-90b8-4c44-a8ad-6658e72d3213",
"targets": "b711ed3f-88bc-4564-88dc-e579c7d13247",
"Category": "42180a0c-c152-42e5-adeb-8bcfe3d619ee",
"imagetypes": "73c02d47-1e1d-4f8d-bceb-6e13f46984e0",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "98af37ef-006f-4622-8aa1-946bf35297ce",
"stakeholders": "e2ad429c-b2f8-4aa2-8aa7-dc4547efac91",
"Tags": "d333a324-bc97-484f-9ca9-dc47e0b58dab",
"healthtopics": "bdb20ff1-c4d8-4d84-8821-0da25afeaf0c",
"targetaudiences": "33a8ead9-e975-4a99-8ab1-11a90771bd09",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "ed02ea94-1f9d-4be7-bb04-62ff48398688",
"ParentId": "45a5a8d8-1594-427d-afbc-9b8c36eb2149",
"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-29T23:22:36.576043Z",
"PublicationDate": "2026-08-29T23:22:36.576043Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:22:36.576043Z",
"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": "98890cb9-c43d-41bf-9d2e-c5dd28123026",
"publishingoffices": "e635b382-f8c7-4233-b867-47f158f10308",
"events": "17780d4a-90b8-4c44-a8ad-6658e72d3213",
"targets": "b711ed3f-88bc-4564-88dc-e579c7d13247",
"Category": "42180a0c-c152-42e5-adeb-8bcfe3d619ee",
"imagetypes": "73c02d47-1e1d-4f8d-bceb-6e13f46984e0",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "98af37ef-006f-4622-8aa1-946bf35297ce",
"stakeholders": "e2ad429c-b2f8-4aa2-8aa7-dc4547efac91",
"Tags": "d333a324-bc97-484f-9ca9-dc47e0b58dab",
"healthtopics": "bdb20ff1-c4d8-4d84-8821-0da25afeaf0c",
"targetaudiences": "33a8ead9-e975-4a99-8ab1-11a90771bd09",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "ed02ea94-1f9d-4be7-bb04-62ff48398688",
"ParentId": "45a5a8d8-1594-427d-afbc-9b8c36eb2149",
"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-29T23:22:36.576043Z",
"PublicationDate": "2026-08-29T23:22:36.576043Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:22:36.576043Z",
"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": "81865630-5ea5-4d9a-99a2-62ee3319dbe2",
"targets": "f73eda80-1245-440a-b0b5-23b6d8fb6dc1",
"regionscountries": "c64ae952-8dd1-4b9f-b957-d43200695875",
"stakeholders": "889150d5-69cc-47d9-aa9b-8aa256467785",
"targetaudiences": "4a2a3678-d153-409a-8f46-f03d8413f2df",
"JoomlaArticleId": "sample string 20",
"Category": "b5593a25-3d8d-4127-8a69-7dd4214a6df2",
"Tags": "4086b915-6ebb-4fd4-9a13-4947b93f7c8d",
"departmentaltargets": "533de764-c5fe-4e80-af35-7dfc08e05cb9",
"events": "1b681537-be7b-4b7f-9322-90720d3c2de5",
"publishingoffices": "50c9fb7a-6126-46ce-9115-f38df942e133",
"Parts": "sample string 26",
"FolderId": "1d66950f-3e59-4a51-aa31-3155d7750281",
"ParentId": "fcd0b809-f7b7-4e56-821c-7c393b2885f5",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-08-29T23:22:36.576043Z",
"PublicationDate": "2026-08-29T23:22:36.576043Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-29T23:22:36.576043Z",
"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": "81865630-5ea5-4d9a-99a2-62ee3319dbe2",
"targets": "f73eda80-1245-440a-b0b5-23b6d8fb6dc1",
"regionscountries": "c64ae952-8dd1-4b9f-b957-d43200695875",
"stakeholders": "889150d5-69cc-47d9-aa9b-8aa256467785",
"targetaudiences": "4a2a3678-d153-409a-8f46-f03d8413f2df",
"JoomlaArticleId": "sample string 20",
"Category": "b5593a25-3d8d-4127-8a69-7dd4214a6df2",
"Tags": "4086b915-6ebb-4fd4-9a13-4947b93f7c8d",
"departmentaltargets": "533de764-c5fe-4e80-af35-7dfc08e05cb9",
"events": "1b681537-be7b-4b7f-9322-90720d3c2de5",
"publishingoffices": "50c9fb7a-6126-46ce-9115-f38df942e133",
"Parts": "sample string 26",
"FolderId": "1d66950f-3e59-4a51-aa31-3155d7750281",
"ParentId": "fcd0b809-f7b7-4e56-821c-7c393b2885f5",
"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-29T23:22:36.576043Z",
"PublicationDate": "2026-08-29T23:22:36.576043Z",
"DateCreated": "2026-08-29T23:22:36.576043Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "203ad11f-6859-4ba7-866a-2dcb796723b3",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "237e69df-a2e7-4e8d-b664-0b1957f1fa11",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "fae96b7d-abe7-4ef0-bb50-e4ce24020335",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-08-29T23:22:36.576043Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "e8c1c963-0833-4903-9914-b9fff4e4c244",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "5fb20341-a4b2-47a5-b878-728b4375c443",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "2ae4024f-4c5c-4040-a4a1-b3d55882c99a",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T23:22:36.576043+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-29T23:22:36.576043Z",
"PublicationDate": "2026-08-29T23:22:36.576043Z",
"DateCreated": "2026-08-29T23:22:36.576043Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "203ad11f-6859-4ba7-866a-2dcb796723b3",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "237e69df-a2e7-4e8d-b664-0b1957f1fa11",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "fae96b7d-abe7-4ef0-bb50-e4ce24020335",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-08-29T23:22:36.576043Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "e8c1c963-0833-4903-9914-b9fff4e4c244",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "5fb20341-a4b2-47a5-b878-728b4375c443",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "2ae4024f-4c5c-4040-a4a1-b3d55882c99a",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T23:22:36.576043+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.