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-03-26T19:36:09.002699Z",
"PublicationDate": "2026-03-26T19:36:09.002699Z",
"DateCreated": "2026-03-26T19:36:09.002699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "e6eab23c-e3fc-461c-a200-75a3860cb897",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "43a41ca7-da82-4e04-8703-93a639271b05",
"departmentaltargets": "2fd1d65d-244f-410d-834d-b8d994ae554d",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-26T19:36:09.002699Z",
"targetaudiences": "67070045-f4e7-4052-9489-07e641480297",
"targets": "5467ed0b-37b1-4d2b-829e-8818176ac72f",
"publishingoffices": "906673cc-a6f8-4191-ae44-100ca73d0488",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "c251b222-eb8e-4d1a-abbe-ed5800aa32b9",
"events": "bedabeb7-0bab-4de1-a8e2-2ef27ead5deb",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T19:36:09.002699+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-26T19:36:09.002699Z",
"PublicationDate": "2026-03-26T19:36:09.002699Z",
"DateCreated": "2026-03-26T19:36:09.002699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "e6eab23c-e3fc-461c-a200-75a3860cb897",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "43a41ca7-da82-4e04-8703-93a639271b05",
"departmentaltargets": "2fd1d65d-244f-410d-834d-b8d994ae554d",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-26T19:36:09.002699Z",
"targetaudiences": "67070045-f4e7-4052-9489-07e641480297",
"targets": "5467ed0b-37b1-4d2b-829e-8818176ac72f",
"publishingoffices": "906673cc-a6f8-4191-ae44-100ca73d0488",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "c251b222-eb8e-4d1a-abbe-ed5800aa32b9",
"events": "bedabeb7-0bab-4de1-a8e2-2ef27ead5deb",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T19:36:09.002699+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-03-26T19:36:09.002699Z",
"PublicationDate": "2026-03-26T19:36:09.002699Z",
"DateCreated": "2026-03-26T19:36:09.002699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "a198906e-edce-4f6f-b13d-3a5077aa9b19",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "ae18b925-3201-4a36-bd42-6e8f9a646d03",
"departmentaltargets": "a9b7d78e-0024-48b8-a748-d88187784060",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-26T19:36:09.002699Z",
"targetaudiences": "ebb3e1cf-0b9d-4f68-9a77-513c52ff8327",
"targets": "b1920aff-e7ae-4070-ac14-7e5944648462",
"publishingoffices": "b895ced7-8120-4c44-9cd1-7282a086d4ba",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "528cfb23-5c06-4b97-9819-ee197e410773",
"events": "020ad156-3458-4315-a039-220aa2aebecb",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T19:36:09.002699+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": "c7a3502b-ca66-4d46-b802-3a2b5ff2c131"
}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-03-26T19:36:09.002699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "f1987a89-347e-4d46-bdb8-52d997f03c06",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "d9e762d0-7fa0-41e9-b172-c49a24437c5c",
"departmentaltargets": "e1442141-c6ba-4177-9f6e-7b4d1418c1e1",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-03-26T19:36:09.002699Z",
"targetaudiences": "046c81e6-4f69-417d-90b6-82b33607b0b9",
"targets": "04b8421d-4114-4629-90c6-fcb7556ea6d6",
"publishingoffices": "3bf466a9-0c6f-4e17-8b9a-5ea4cb85a914",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "a3c1004a-1ab2-4891-93a6-d2b7864dea2a",
"events": "21c8fe82-89e8-482d-9278-954462707e6d",
"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-03-26T19:36:09.002699Z",
"PublicationDate": "2026-03-26T19:36:09.002699Z",
"DateCreated": "2026-03-26T19:36:09.002699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "2465cd51-ab40-401e-a822-8a4ae3a6b381",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "92fa3307-2346-430d-b837-d994e1deaff7",
"departmentaltargets": "3a90be1c-2933-4366-8699-1b8bce4aa465",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-26T19:36:09.002699Z",
"targetaudiences": "9d4ce3c2-7b7f-4675-bb19-d5c2e2b06352",
"targets": "3118905d-471e-45db-93f1-30e616ff5961",
"publishingoffices": "8d0365f0-b3a8-4d79-bcdc-84e00ad5e957",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "3a0b5577-b33b-466c-b592-78513a44afa5",
"events": "915299eb-3e03-4bdc-881a-715be136f318",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T19:36:09.002699+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-03-26T19:36:09.002699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "a102ba8a-c706-4a60-97ea-453528cd0be0",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "826a897b-7bb8-474c-9735-3940c85c6ab4",
"departmentaltargets": "bef4ecbb-4976-4b26-ab08-749e9e6b391b",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-03-26T19:36:09.002699Z",
"targetaudiences": "7d3ef3da-f44a-48bf-898b-5397ca74f75f",
"targets": "85c4d945-8535-434b-9d32-7b66feb22da0",
"publishingoffices": "288d44c8-6040-4f0e-a387-1ef8bdc8b9f5",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "b7d4ad97-9366-4c07-ae35-d09b0660048d",
"events": "21ec45d7-8eca-4f66-ae9c-3fc08a297139",
"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-03-26T19:36:09.002699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "c7d799cb-3293-49dd-b089-90fb70014db1",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "833af7b4-2b08-4d88-b8af-f95d9cad5d81",
"departmentaltargets": "e59adde9-fdf2-41d1-8f9b-24ce56f3ed18",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-03-26T19:36:09.002699Z",
"targetaudiences": "5f800624-0845-471f-a699-ee7bbcddbfc9",
"targets": "ffd9cbda-0be8-456f-9f65-79ca83fd5014",
"publishingoffices": "cda1759c-ef98-417c-ab6e-9394faaa93f6",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "97674b65-5962-4e1f-8738-12550952241d",
"events": "5a0e5056-507c-4849-aa1f-8b108ef80594",
"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-03-26T19:36:09.002699Z",
"PublicationDate": "2026-03-26T19:36:09.002699Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T19:36:09.002699Z",
"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": "743ee0f1-4d1a-48da-8c57-9284fd305a25",
"publishingoffices": "89381829-225c-4d35-8037-c44d90198ed0",
"events": "a99d69db-bde5-4ae4-9ccc-3dfc2f07e930",
"targets": "56aaf177-f819-4905-a3c7-9f7db2f4f3fd",
"Category": "caa6076f-d6b9-49b0-b4b0-2e8a65d01ee3",
"imagetypes": "4d976c77-1602-40d2-ba05-e77c56a36738",
"departmentaltargets": "e322825f-93d5-47ec-91a2-9cd6dbc306d4",
"stakeholders": "d8b6138f-bd6e-44da-8576-0ece1eb63e30",
"Tags": "37e48a3e-9cdd-4b5c-864f-1530c526205a",
"healthtopics": "d5a03cce-1e74-4225-a967-8b12b1b9391b",
"targetaudiences": "2573767d-b60b-4ded-9810-c6d8d510dbc2",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "ec24c1cd-43d7-488d-a52c-9bcf943941e6",
"ParentId": "37c8391d-9f19-4e40-831e-f03e799e2162",
"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-03-26T19:36:09.002699Z",
"PublicationDate": "2026-03-26T19:36:09.002699Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T19:36:09.002699Z",
"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": "743ee0f1-4d1a-48da-8c57-9284fd305a25",
"publishingoffices": "89381829-225c-4d35-8037-c44d90198ed0",
"events": "a99d69db-bde5-4ae4-9ccc-3dfc2f07e930",
"targets": "56aaf177-f819-4905-a3c7-9f7db2f4f3fd",
"Category": "caa6076f-d6b9-49b0-b4b0-2e8a65d01ee3",
"imagetypes": "4d976c77-1602-40d2-ba05-e77c56a36738",
"departmentaltargets": "e322825f-93d5-47ec-91a2-9cd6dbc306d4",
"stakeholders": "d8b6138f-bd6e-44da-8576-0ece1eb63e30",
"Tags": "37e48a3e-9cdd-4b5c-864f-1530c526205a",
"healthtopics": "d5a03cce-1e74-4225-a967-8b12b1b9391b",
"targetaudiences": "2573767d-b60b-4ded-9810-c6d8d510dbc2",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "ec24c1cd-43d7-488d-a52c-9bcf943941e6",
"ParentId": "37c8391d-9f19-4e40-831e-f03e799e2162",
"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-03-26T19:36:09.002699Z",
"PublicationDate": "2026-03-26T19:36:09.002699Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T19:36:09.002699Z",
"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": "6b65987b-3ce3-4c13-a224-83ef2b510f72",
"publishingoffices": "6cb3840f-8a1f-437c-bd5e-05a8f55b33cb",
"events": "e6f19a1c-3f9e-46a0-82ef-59ac87d3162b",
"targets": "0a67df81-591b-4d88-b5bb-09a9ca03d79e",
"Category": "3c6892d4-d210-49c9-95d0-96dfe0f610ef",
"imagetypes": "50a5ec40-71d7-4f01-8597-7d93fb6e0837",
"departmentaltargets": "8f0f852f-9787-4008-8901-513a0b03e292",
"stakeholders": "3a5e841c-0f86-4d4b-8b08-4dd717d8e7a6",
"Tags": "e63435c6-553f-479a-8caa-50686f420798",
"healthtopics": "cbfc8604-a204-4684-a8c4-8e7abb4b3f28",
"targetaudiences": "f7eb32a6-5aed-4495-8c02-edaefcb38129",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4fac9b41-c91f-4569-bd75-9eabcdf553e5",
"ParentId": "d01276f0-c068-4b71-adf7-73a104f4fd8c",
"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-03-26T19:36:09.002699Z",
"PublicationDate": "2026-03-26T19:36:09.002699Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T19:36:09.002699Z",
"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": "6b65987b-3ce3-4c13-a224-83ef2b510f72",
"publishingoffices": "6cb3840f-8a1f-437c-bd5e-05a8f55b33cb",
"events": "e6f19a1c-3f9e-46a0-82ef-59ac87d3162b",
"targets": "0a67df81-591b-4d88-b5bb-09a9ca03d79e",
"Category": "3c6892d4-d210-49c9-95d0-96dfe0f610ef",
"imagetypes": "50a5ec40-71d7-4f01-8597-7d93fb6e0837",
"departmentaltargets": "8f0f852f-9787-4008-8901-513a0b03e292",
"stakeholders": "3a5e841c-0f86-4d4b-8b08-4dd717d8e7a6",
"Tags": "e63435c6-553f-479a-8caa-50686f420798",
"healthtopics": "cbfc8604-a204-4684-a8c4-8e7abb4b3f28",
"targetaudiences": "f7eb32a6-5aed-4495-8c02-edaefcb38129",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4fac9b41-c91f-4569-bd75-9eabcdf553e5",
"ParentId": "d01276f0-c068-4b71-adf7-73a104f4fd8c",
"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-03-26T19:36:09.002699Z",
"PublicationDate": "2026-03-26T19:36:09.002699Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T19:36:09.002699Z",
"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": "85cad9a8-b487-49cc-b6fa-396aa0e1ebbe",
"targets": "8ba266d1-ef37-4190-bcc6-a68e5abe4cd4",
"regionscountries": "3d576b12-fbd0-43f6-aec3-59d95bb8591c",
"stakeholders": "948ed595-d43a-4fec-9575-4a85d989a78d",
"targetaudiences": "40381a3e-df00-40fa-bf39-8050305086d1",
"Category": "0a5499b1-a43e-44d4-9d49-04fa8cdd3ebb",
"Tags": "618372f8-c0bf-432e-bb3d-ad3232dde2ff",
"departmentaltargets": "468235fa-b37f-4682-b803-4ad07587c230",
"events": "84760022-52d5-4a4d-b9d6-1aa173b4c0fa",
"publishingoffices": "aa7705a9-0719-4600-aa09-c5c0029f33e3",
"Parts": "sample string 25",
"FolderId": "ed1b27f7-870e-4dda-a4c0-f6c46c57a027",
"ParentId": "c249b0c5-33b3-4bdb-abd0-9a538008a34a",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-26T19:36:09.002699Z",
"PublicationDate": "2026-03-26T19:36:09.002699Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T19:36:09.002699Z",
"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": "85cad9a8-b487-49cc-b6fa-396aa0e1ebbe",
"targets": "8ba266d1-ef37-4190-bcc6-a68e5abe4cd4",
"regionscountries": "3d576b12-fbd0-43f6-aec3-59d95bb8591c",
"stakeholders": "948ed595-d43a-4fec-9575-4a85d989a78d",
"targetaudiences": "40381a3e-df00-40fa-bf39-8050305086d1",
"Category": "0a5499b1-a43e-44d4-9d49-04fa8cdd3ebb",
"Tags": "618372f8-c0bf-432e-bb3d-ad3232dde2ff",
"departmentaltargets": "468235fa-b37f-4682-b803-4ad07587c230",
"events": "84760022-52d5-4a4d-b9d6-1aa173b4c0fa",
"publishingoffices": "aa7705a9-0719-4600-aa09-c5c0029f33e3",
"Parts": "sample string 25",
"FolderId": "ed1b27f7-870e-4dda-a4c0-f6c46c57a027",
"ParentId": "c249b0c5-33b3-4bdb-abd0-9a538008a34a",
"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-03-26T19:36:09.002699Z",
"PublicationDate": "2026-03-26T19:36:09.002699Z",
"DateCreated": "2026-03-26T19:36:09.002699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "54db40bf-4516-43a1-8049-9d20502670ac",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "a3800b77-f654-4162-a17a-8f0c5b8969fb",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "078d21f7-51c4-4cee-9912-e514423ffd58",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-03-26T19:36:09.002699Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "c1ce871e-44cb-4d4b-ac25-9ae8f11195b0",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "1ce39d64-a6ce-4e50-93e8-898ccbce9751",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "90545e38-2627-473d-ada4-6715fb026c1d",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T19:36:09.002699+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-26T19:36:09.002699Z",
"PublicationDate": "2026-03-26T19:36:09.002699Z",
"DateCreated": "2026-03-26T19:36:09.002699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "54db40bf-4516-43a1-8049-9d20502670ac",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "a3800b77-f654-4162-a17a-8f0c5b8969fb",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "078d21f7-51c4-4cee-9912-e514423ffd58",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-03-26T19:36:09.002699Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "c1ce871e-44cb-4d4b-ac25-9ae8f11195b0",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "1ce39d64-a6ce-4e50-93e8-898ccbce9751",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "90545e38-2627-473d-ada4-6715fb026c1d",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T19:36:09.002699+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.