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-06-27T20:51:38.3181002Z",
"PublicationDate": "2026-06-27T20:51:38.3181002Z",
"DateCreated": "2026-06-27T20:51:38.3181002Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "45098dec-8bee-41c3-93d7-2299560dee62",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "3c75b3ac-7434-4518-bf8a-20b920f24162",
"departmentaltargets": "03dea77f-142a-4269-bb2c-05da4315124f",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-06-27T20:51:38.3181002Z",
"targetaudiences": "47387782-5b03-4704-9157-d15a94c46003",
"targets": "527fcb9b-7a19-4e2a-acb4-af23321f3e96",
"publishingoffices": "b883efff-4d67-454e-b226-c6e43975bf10",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "07858f3b-973d-4ebb-8725-8989b3691405",
"events": "597124da-f994-4957-9758-2e720aad501b",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T20:51:38.3181002+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-06-27T20:51:38.3181002Z",
"PublicationDate": "2026-06-27T20:51:38.3181002Z",
"DateCreated": "2026-06-27T20:51:38.3181002Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "45098dec-8bee-41c3-93d7-2299560dee62",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "3c75b3ac-7434-4518-bf8a-20b920f24162",
"departmentaltargets": "03dea77f-142a-4269-bb2c-05da4315124f",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-06-27T20:51:38.3181002Z",
"targetaudiences": "47387782-5b03-4704-9157-d15a94c46003",
"targets": "527fcb9b-7a19-4e2a-acb4-af23321f3e96",
"publishingoffices": "b883efff-4d67-454e-b226-c6e43975bf10",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "07858f3b-973d-4ebb-8725-8989b3691405",
"events": "597124da-f994-4957-9758-2e720aad501b",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T20:51:38.3181002+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-06-27T20:51:38.3181002Z",
"PublicationDate": "2026-06-27T20:51:38.3181002Z",
"DateCreated": "2026-06-27T20:51:38.3181002Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "787bad81-b2e1-492f-87d8-4ded5f8a2f7d",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "4ddd5bfb-8f0b-4376-9860-81314e551ef4",
"departmentaltargets": "940e4c0f-2c47-4d6b-81a5-1f3677fc955c",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-06-27T20:51:38.3181002Z",
"targetaudiences": "a1d36cea-b017-48e8-a63e-6e9aa00e23a2",
"targets": "4b5e00de-ae3b-4659-8a91-ce0ba5e975dd",
"publishingoffices": "717d3330-f8b6-4353-ac0d-7744ff3a774c",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "7bc57688-d303-4bf5-89b7-bb4a525c96d5",
"events": "3a62c8a6-6591-46ec-bb53-b30a644ea61c",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T20:51:38.3181002+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": "3180a59c-5c67-43ce-9483-c6b4a9d5e681"
}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-06-27T20:51:38.3181002Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "61e99f29-29d9-468b-b146-1b894e9d90f9",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "8e0ab88f-763a-46c5-ad87-5be4e21dd132",
"departmentaltargets": "030e734e-8824-4213-9547-7f9216043916",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-06-27T20:51:38.3181002Z",
"targetaudiences": "ff8afe94-94e4-42f9-90e7-5391805c9666",
"targets": "50ea9d99-3dce-495b-8ef7-e649283cd0c7",
"publishingoffices": "88c03789-57d5-471b-9905-2d509a91f38e",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "dd279b6b-2b41-4250-bf9b-f73db8252b0f",
"events": "7e8ae364-2d4a-4af2-aa24-75d44546aac1",
"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-06-27T20:51:38.3181002Z",
"PublicationDate": "2026-06-27T20:51:38.3181002Z",
"DateCreated": "2026-06-27T20:51:38.3181002Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "22d8be0c-c36f-4498-b7be-9944de9bc345",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "607a8f31-50e8-47d6-9851-57826a05dfda",
"departmentaltargets": "61f1709c-fe87-4db0-b701-84da0abdedef",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-06-27T20:51:38.3181002Z",
"targetaudiences": "e2dc748e-5526-453a-a03d-65227bd4cf29",
"targets": "80aeb515-f7be-4af9-8d62-0658b4e1df3e",
"publishingoffices": "3573f10b-3046-49bf-b75d-36c7ed7d21de",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "a90a162c-8d85-402a-ac94-1f056ff1c279",
"events": "d36f1d39-497f-43bf-b7be-b9cd7aaf7a69",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T20:51:38.3181002+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-06-27T20:51:38.3181002Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "862bf463-5f9f-4f4b-b5ff-1d8393f42951",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "f9e4cf8e-f1c5-413c-b130-4cc7ccf880a4",
"departmentaltargets": "3c5d16ab-2c49-4832-9461-70b2b1ff942a",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-06-27T20:51:38.3181002Z",
"targetaudiences": "d24e3d19-b336-49ad-a632-745894c6c530",
"targets": "bcd6564a-30b4-4cb6-b390-3a2f404df518",
"publishingoffices": "68edf37d-21c3-4199-be09-1bb844b2e220",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "4e355e2b-e072-4769-b305-ee49422dfe79",
"events": "c0f46ed0-f99f-4c21-985c-d6d775f0b906",
"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-06-27T20:51:38.3181002Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "e834a088-3a9b-4426-a7a2-70bf293ac411",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "2614b637-f87a-4309-a0d0-890219ed93ec",
"departmentaltargets": "eb5b7f98-762f-4ad4-9350-97dc7d821ca3",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-06-27T20:51:38.3181002Z",
"targetaudiences": "94356c98-997a-4033-b417-191b7a61cd34",
"targets": "7398fe2a-ea96-4cff-8b41-32b952e59ffa",
"publishingoffices": "6b2aa699-8835-4799-bd67-54f44b8007ae",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "c7176da4-f1a4-41d1-9445-cdd5bf93d356",
"events": "6296d316-4d91-4224-8907-f21d8af50857",
"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 | |
| 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-06-27T20:51:38.3181002Z",
"PublicationDate": "2026-06-27T20:51:38.3181002Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:38.3181002Z",
"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": "0ac12665-cdf3-43a5-87cd-7afe3e507d74",
"publishingoffices": "9bad097d-e91e-409d-b1b1-54c733950695",
"events": "4548d3b0-9e18-4524-9fb3-433e434c03a7",
"targets": "1d25a473-5269-4a10-8a7e-a46f8f933d63",
"Category": "314ee025-6b37-40c7-9af6-b31ac6d8b433",
"imagetypes": "14a73480-f9b4-4e87-b3e4-ef991c0c9a18",
"departmentaltargets": "f134fed3-ed35-41cb-a8ff-f01ae739faba",
"stakeholders": "50f98c00-95d4-4c87-b9e6-aed55166c78b",
"Tags": "f0611a56-df80-4efb-b95d-63b9aad16eab",
"healthtopics": "97edb998-35b1-4f8c-ab88-53ddcff6f528",
"targetaudiences": "55bd6b57-b5cb-4c88-8922-504b500e8151",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "2c79521c-742e-459a-893f-d9fbd8362421",
"ParentId": "138854dd-07ec-4415-b375-ca192e3fdb12",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-06-27T20:51:38.3181002Z",
"PublicationDate": "2026-06-27T20:51:38.3181002Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:38.3181002Z",
"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": "0ac12665-cdf3-43a5-87cd-7afe3e507d74",
"publishingoffices": "9bad097d-e91e-409d-b1b1-54c733950695",
"events": "4548d3b0-9e18-4524-9fb3-433e434c03a7",
"targets": "1d25a473-5269-4a10-8a7e-a46f8f933d63",
"Category": "314ee025-6b37-40c7-9af6-b31ac6d8b433",
"imagetypes": "14a73480-f9b4-4e87-b3e4-ef991c0c9a18",
"departmentaltargets": "f134fed3-ed35-41cb-a8ff-f01ae739faba",
"stakeholders": "50f98c00-95d4-4c87-b9e6-aed55166c78b",
"Tags": "f0611a56-df80-4efb-b95d-63b9aad16eab",
"healthtopics": "97edb998-35b1-4f8c-ab88-53ddcff6f528",
"targetaudiences": "55bd6b57-b5cb-4c88-8922-504b500e8151",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "2c79521c-742e-459a-893f-d9fbd8362421",
"ParentId": "138854dd-07ec-4415-b375-ca192e3fdb12",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add 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 | |
| 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-06-27T20:51:38.3181002Z",
"PublicationDate": "2026-06-27T20:51:38.3181002Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:38.3181002Z",
"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": "4b2d18a1-d341-4822-9c20-d1ae40e8e649",
"publishingoffices": "eb90d28b-0e8b-4f59-97fd-d22318e704cd",
"events": "9bada03a-b9a1-41fc-b7d7-3a9d9aded89a",
"targets": "1b286d08-5183-4c28-8beb-d46ddbe7e6cb",
"Category": "d5a112de-8d3a-4565-b3af-4620cb971600",
"imagetypes": "7c21fc61-374b-4e96-80ef-05ffc239903f",
"departmentaltargets": "6971574a-7829-4e00-b422-c2c78e03dfde",
"stakeholders": "2c7f261f-5652-40f1-aca4-4dacfe43fe7e",
"Tags": "a9abdc08-be63-492b-9cf3-6a39ce336030",
"healthtopics": "96311650-c135-49e4-87be-c94330a056df",
"targetaudiences": "bbba6ca5-0f13-4539-9848-08d06835b7a4",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "e07ec848-9ab3-483b-90a1-c7c1160b8d14",
"ParentId": "08da953f-7318-48ee-9465-5ecd181a7d0e",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-06-27T20:51:38.3181002Z",
"PublicationDate": "2026-06-27T20:51:38.3181002Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:38.3181002Z",
"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": "4b2d18a1-d341-4822-9c20-d1ae40e8e649",
"publishingoffices": "eb90d28b-0e8b-4f59-97fd-d22318e704cd",
"events": "9bada03a-b9a1-41fc-b7d7-3a9d9aded89a",
"targets": "1b286d08-5183-4c28-8beb-d46ddbe7e6cb",
"Category": "d5a112de-8d3a-4565-b3af-4620cb971600",
"imagetypes": "7c21fc61-374b-4e96-80ef-05ffc239903f",
"departmentaltargets": "6971574a-7829-4e00-b422-c2c78e03dfde",
"stakeholders": "2c7f261f-5652-40f1-aca4-4dacfe43fe7e",
"Tags": "a9abdc08-be63-492b-9cf3-6a39ce336030",
"healthtopics": "96311650-c135-49e4-87be-c94330a056df",
"targetaudiences": "bbba6ca5-0f13-4539-9848-08d06835b7a4",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "e07ec848-9ab3-483b-90a1-c7c1160b8d14",
"ParentId": "08da953f-7318-48ee-9465-5ecd181a7d0e",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add 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 | |
| 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-06-27T20:51:38.3337935Z",
"PublicationDate": "2026-06-27T20:51:38.3337935Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:38.3337935Z",
"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": "776f1529-0e63-46c6-8127-c82bfd79a09c",
"targets": "cecaafc1-d354-47d4-9c69-fb0d67ff53f0",
"regionscountries": "2588dae9-a515-43bc-a52b-d74971d0e429",
"stakeholders": "098e1c78-ffd5-443b-a38f-f78bf6207ada",
"targetaudiences": "7a768e67-ba51-4827-8387-5e95c1233184",
"Category": "254d1c92-54f5-489d-9546-381b1d0df60a",
"Tags": "17984bd3-9a7a-4935-a137-22d813648f46",
"departmentaltargets": "847fe50c-8d96-4d1f-8d81-4e995a1104da",
"events": "09305dac-ddf4-45f0-8669-84c210a9db4b",
"publishingoffices": "968f8b2a-467b-4257-baf9-ea17b3b8fc06",
"Parts": "sample string 25",
"FolderId": "229324e4-44c7-4451-a1c1-89626a945b99",
"ParentId": "9b000952-f49f-4974-8f61-ca2e45245074",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-06-27T20:51:38.3337935Z",
"PublicationDate": "2026-06-27T20:51:38.3337935Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-27T20:51:38.3337935Z",
"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": "776f1529-0e63-46c6-8127-c82bfd79a09c",
"targets": "cecaafc1-d354-47d4-9c69-fb0d67ff53f0",
"regionscountries": "2588dae9-a515-43bc-a52b-d74971d0e429",
"stakeholders": "098e1c78-ffd5-443b-a38f-f78bf6207ada",
"targetaudiences": "7a768e67-ba51-4827-8387-5e95c1233184",
"Category": "254d1c92-54f5-489d-9546-381b1d0df60a",
"Tags": "17984bd3-9a7a-4935-a137-22d813648f46",
"departmentaltargets": "847fe50c-8d96-4d1f-8d81-4e995a1104da",
"events": "09305dac-ddf4-45f0-8669-84c210a9db4b",
"publishingoffices": "968f8b2a-467b-4257-baf9-ea17b3b8fc06",
"Parts": "sample string 25",
"FolderId": "229324e4-44c7-4451-a1c1-89626a945b99",
"ParentId": "9b000952-f49f-4974-8f61-ca2e45245074",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"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-06-27T20:51:38.3337935Z",
"PublicationDate": "2026-06-27T20:51:38.3337935Z",
"DateCreated": "2026-06-27T20:51:38.3337935Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "3e985ab3-9317-41ed-83d1-c50b68058b46",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "e7671689-d881-4c4b-8608-5f22d466021e",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "90d5db75-2cc9-4696-afc6-c22eb41939a8",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-06-27T20:51:38.3337935Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "82566769-0100-4411-b5d2-72636858aacb",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "adc00376-09c4-47aa-ad1e-d180cf52e618",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "2ac6707e-cc9f-47c5-8619-213f66971de2",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T20:51:38.3337935+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-06-27T20:51:38.3337935Z",
"PublicationDate": "2026-06-27T20:51:38.3337935Z",
"DateCreated": "2026-06-27T20:51:38.3337935Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "3e985ab3-9317-41ed-83d1-c50b68058b46",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "e7671689-d881-4c4b-8608-5f22d466021e",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "90d5db75-2cc9-4696-afc6-c22eb41939a8",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-06-27T20:51:38.3337935Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "82566769-0100-4411-b5d2-72636858aacb",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "adc00376-09c4-47aa-ad1e-d180cf52e618",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "2ac6707e-cc9f-47c5-8619-213f66971de2",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-27T20:51:38.3337935+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.