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-05-07T13:10:11.4408853Z",
"PublicationDate": "2026-05-07T13:10:11.4408853Z",
"DateCreated": "2026-05-07T13:10:11.4408853Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "f21843cd-d268-426c-8a35-68268870d1f4",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "34de6bbe-fa40-4efc-9fe4-58eb76e2ab84",
"departmentaltargets": "178d930b-cb00-4b0f-ab36-bd8ee964e096",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-05-07T13:10:11.4408853Z",
"targetaudiences": "d7fa98c8-d452-4bf9-8972-65641c72caf0",
"targets": "d6c6d8a6-43b5-485b-b6b3-5dc21c556e5b",
"publishingoffices": "8726a74a-6797-4668-b259-a52be1f8a807",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "43b2c664-7c93-43c7-b55e-e87db4834a22",
"events": "636db4df-12fd-4e7b-926a-1faa2af5e89d",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T13:10:11.4408853+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-05-07T13:10:11.4408853Z",
"PublicationDate": "2026-05-07T13:10:11.4408853Z",
"DateCreated": "2026-05-07T13:10:11.4408853Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "f21843cd-d268-426c-8a35-68268870d1f4",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "34de6bbe-fa40-4efc-9fe4-58eb76e2ab84",
"departmentaltargets": "178d930b-cb00-4b0f-ab36-bd8ee964e096",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-05-07T13:10:11.4408853Z",
"targetaudiences": "d7fa98c8-d452-4bf9-8972-65641c72caf0",
"targets": "d6c6d8a6-43b5-485b-b6b3-5dc21c556e5b",
"publishingoffices": "8726a74a-6797-4668-b259-a52be1f8a807",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "43b2c664-7c93-43c7-b55e-e87db4834a22",
"events": "636db4df-12fd-4e7b-926a-1faa2af5e89d",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T13:10:11.4408853+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-05-07T13:10:11.4408853Z",
"PublicationDate": "2026-05-07T13:10:11.4408853Z",
"DateCreated": "2026-05-07T13:10:11.4408853Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "bd59a743-5d29-4ae8-a805-b8818e43991d",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "a132a9d7-78f7-42a1-9e4d-3b52fcda5c87",
"departmentaltargets": "c79030f5-8964-4f85-8f9f-99044d4b48bf",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-05-07T13:10:11.4408853Z",
"targetaudiences": "e3f566a1-0459-46bf-861d-04ad9160c3e0",
"targets": "6360173d-c7cb-4b21-b948-238e839ba031",
"publishingoffices": "2dec2639-cf8f-4385-bfc7-e6f84f383138",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "e59f3c37-feab-4582-9836-c8f92050a3c6",
"events": "18991801-6de2-48d5-a9fb-adf94485522b",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T13:10:11.4408853+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": "1ae706b0-c116-45bc-8469-11d623efb076"
}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-05-07T13:10:11.4408853Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "5cd63115-204e-478d-a704-fa3009e5f0ba",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "d5285c49-324c-465f-a6c6-dfb15044095e",
"departmentaltargets": "4ed61078-4d10-426f-9e11-3af8b8cf5796",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-05-07T13:10:11.4408853Z",
"targetaudiences": "7424bd19-ae5d-46d7-899c-42ed64a9e30e",
"targets": "30dc2aa3-2683-4ad8-b638-cd0018732054",
"publishingoffices": "c1884afd-5ae4-4c21-9392-2d44bd7bdeef",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "2bf4c360-d177-43e7-849b-d35779fb4316",
"events": "eebd19aa-3b48-46f3-9697-a9648f338aea",
"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-05-07T13:10:11.4408853Z",
"PublicationDate": "2026-05-07T13:10:11.4408853Z",
"DateCreated": "2026-05-07T13:10:11.4408853Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "5712a870-0dd3-4ef4-94db-52fc3c9869aa",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "fae7757c-8517-449d-9630-d92246b5714d",
"departmentaltargets": "a3053d30-2f20-475b-89d1-47db85acdedf",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-05-07T13:10:11.4408853Z",
"targetaudiences": "94c86c02-9dc8-49f5-9274-b5abd72be0ff",
"targets": "40bdd033-c9b3-4093-bd79-ab6efa50d99c",
"publishingoffices": "5a3fb19b-a816-4689-be8f-d068da713036",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "c66d2b98-3f59-4f77-b97d-429216b23e13",
"events": "79334987-ba18-4ce9-8da7-34fd678002f0",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T13:10:11.4408853+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-05-07T13:10:11.4408853Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "6b84fbef-2457-4c24-b770-7dc983a6c12b",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "872fc52a-b5a8-4d8a-b320-64af3453bb2c",
"departmentaltargets": "21ccc30b-4573-4027-a600-9c4a2bab1966",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-05-07T13:10:11.4408853Z",
"targetaudiences": "0bccdec9-0491-40c8-bb94-a96a3a9723cd",
"targets": "f3c6a9a1-df5d-4949-ad86-f229ec0526b5",
"publishingoffices": "00c93063-0882-4042-8b4d-5c53facaf474",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "297b3a23-aacb-475c-ab6c-fe7809554298",
"events": "c9ebdc91-b226-492d-82cc-4fa7841c454f",
"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-05-07T13:10:11.4408853Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "6b26cd09-4ec1-41fc-bcc1-6deca66c455b",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "53305d00-04e6-4a2e-8cf9-27792c64f698",
"departmentaltargets": "e37b9678-6361-4b0b-a426-35bcaa2ce381",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-05-07T13:10:11.4408853Z",
"targetaudiences": "ae7cce45-ca54-4890-87ab-a542491fe160",
"targets": "6af04705-5fa7-4aff-a473-95f0bb810c06",
"publishingoffices": "3af5c745-8936-48b0-88d0-ade52a678c1d",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "d66bb05e-5dac-483b-b4d2-b5a856f0e5c5",
"events": "86b2ebf9-35aa-442d-b9db-fba9126d557d",
"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-05-07T13:10:11.4408853Z",
"PublicationDate": "2026-05-07T13:10:11.4408853Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T13:10:11.4408853Z",
"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": "04ef2550-8747-4644-bc53-71564b3a99c3",
"publishingoffices": "7a54a02c-63dc-4548-858c-0eb5f9f5821f",
"events": "0324d353-0ef7-4316-a1a5-c0965357f1b5",
"targets": "b3305582-f195-4d56-b635-a6efb98275ce",
"Category": "44684ed8-6983-4ee3-9912-951d55797d33",
"imagetypes": "e3bf8d33-b70c-4fc6-9d17-e85bbca5d259",
"departmentaltargets": "4bbc182b-1474-4ce9-ba85-5eb8dfe970d2",
"stakeholders": "e4f33456-1a32-4f25-82ce-ba8fcae10ba8",
"Tags": "5ae1664a-cb48-47e1-a116-4126d2673a6d",
"healthtopics": "7f27f2b4-3936-4834-aa42-29bb243582ea",
"targetaudiences": "0eeb4b19-c288-473b-8dc4-da764d0491fb",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "52609f85-e0eb-4134-918a-3a5c726480e4",
"ParentId": "26b525e4-8ee0-4289-8fcc-69ef4a91f7ab",
"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-05-07T13:10:11.4408853Z",
"PublicationDate": "2026-05-07T13:10:11.4408853Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T13:10:11.4408853Z",
"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": "04ef2550-8747-4644-bc53-71564b3a99c3",
"publishingoffices": "7a54a02c-63dc-4548-858c-0eb5f9f5821f",
"events": "0324d353-0ef7-4316-a1a5-c0965357f1b5",
"targets": "b3305582-f195-4d56-b635-a6efb98275ce",
"Category": "44684ed8-6983-4ee3-9912-951d55797d33",
"imagetypes": "e3bf8d33-b70c-4fc6-9d17-e85bbca5d259",
"departmentaltargets": "4bbc182b-1474-4ce9-ba85-5eb8dfe970d2",
"stakeholders": "e4f33456-1a32-4f25-82ce-ba8fcae10ba8",
"Tags": "5ae1664a-cb48-47e1-a116-4126d2673a6d",
"healthtopics": "7f27f2b4-3936-4834-aa42-29bb243582ea",
"targetaudiences": "0eeb4b19-c288-473b-8dc4-da764d0491fb",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "52609f85-e0eb-4134-918a-3a5c726480e4",
"ParentId": "26b525e4-8ee0-4289-8fcc-69ef4a91f7ab",
"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-05-07T13:10:11.4408853Z",
"PublicationDate": "2026-05-07T13:10:11.4408853Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T13:10:11.4408853Z",
"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": "62441af5-eba7-425b-90af-80d99a0afa0f",
"publishingoffices": "287b7a10-6d0b-4e82-aa61-238acde5b613",
"events": "f174bcb1-c29d-4b18-bce6-042fdc8c90b6",
"targets": "e0cfae6b-fbf7-4de1-8e76-b1b69df1d6c7",
"Category": "5e45f51a-9f88-41dc-8946-f18f2728f050",
"imagetypes": "f8fa86cb-3109-422e-a098-f4e01c4e5296",
"departmentaltargets": "320785ca-2742-4407-a03a-b211c037f652",
"stakeholders": "04b207e1-d7e8-4612-aff0-03855afdd140",
"Tags": "e818e152-651d-44c5-b5ef-ce28d8efd563",
"healthtopics": "d8a118e1-779d-42b9-8647-9e6ec24d15eb",
"targetaudiences": "f14bae0d-369f-4850-a661-71a534297b83",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "fe7f856e-e6f2-4228-a139-4ca606b7db38",
"ParentId": "47bec558-5658-436c-88b9-66bfbcc04355",
"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-05-07T13:10:11.4408853Z",
"PublicationDate": "2026-05-07T13:10:11.4408853Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T13:10:11.4408853Z",
"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": "62441af5-eba7-425b-90af-80d99a0afa0f",
"publishingoffices": "287b7a10-6d0b-4e82-aa61-238acde5b613",
"events": "f174bcb1-c29d-4b18-bce6-042fdc8c90b6",
"targets": "e0cfae6b-fbf7-4de1-8e76-b1b69df1d6c7",
"Category": "5e45f51a-9f88-41dc-8946-f18f2728f050",
"imagetypes": "f8fa86cb-3109-422e-a098-f4e01c4e5296",
"departmentaltargets": "320785ca-2742-4407-a03a-b211c037f652",
"stakeholders": "04b207e1-d7e8-4612-aff0-03855afdd140",
"Tags": "e818e152-651d-44c5-b5ef-ce28d8efd563",
"healthtopics": "d8a118e1-779d-42b9-8647-9e6ec24d15eb",
"targetaudiences": "f14bae0d-369f-4850-a661-71a534297b83",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "fe7f856e-e6f2-4228-a139-4ca606b7db38",
"ParentId": "47bec558-5658-436c-88b9-66bfbcc04355",
"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-05-07T13:10:11.4408853Z",
"PublicationDate": "2026-05-07T13:10:11.4408853Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T13:10:11.4408853Z",
"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": "c5fecc95-efff-4b1f-b577-2a16d7db371d",
"targets": "375a4578-9469-4d74-b9c2-e16fca9e1688",
"regionscountries": "55349dfc-84b0-421e-a915-bf4a06d54d3f",
"stakeholders": "934e3c17-33df-49e1-8320-6f72e921a154",
"targetaudiences": "f3965a2b-3ca9-4bf0-9a52-64459ba4cbd6",
"Category": "b1f52cc9-4ffd-4047-bdd0-ea2de99d9d48",
"Tags": "a6fa7e96-7943-4fed-9882-75d61852c960",
"departmentaltargets": "bd1badec-7769-4a9b-a515-eba22265342f",
"events": "9825bd5f-2077-43bf-898f-75ba9dd5b79e",
"publishingoffices": "187b51f9-8324-428a-a0c4-249020b01e5b",
"Parts": "sample string 25",
"FolderId": "f8111dde-9303-4371-a777-d6f820e38f19",
"ParentId": "bf28b11c-edee-4020-ad3b-dee8da48e2b6",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-05-07T13:10:11.4408853Z",
"PublicationDate": "2026-05-07T13:10:11.4408853Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-05-07T13:10:11.4408853Z",
"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": "c5fecc95-efff-4b1f-b577-2a16d7db371d",
"targets": "375a4578-9469-4d74-b9c2-e16fca9e1688",
"regionscountries": "55349dfc-84b0-421e-a915-bf4a06d54d3f",
"stakeholders": "934e3c17-33df-49e1-8320-6f72e921a154",
"targetaudiences": "f3965a2b-3ca9-4bf0-9a52-64459ba4cbd6",
"Category": "b1f52cc9-4ffd-4047-bdd0-ea2de99d9d48",
"Tags": "a6fa7e96-7943-4fed-9882-75d61852c960",
"departmentaltargets": "bd1badec-7769-4a9b-a515-eba22265342f",
"events": "9825bd5f-2077-43bf-898f-75ba9dd5b79e",
"publishingoffices": "187b51f9-8324-428a-a0c4-249020b01e5b",
"Parts": "sample string 25",
"FolderId": "f8111dde-9303-4371-a777-d6f820e38f19",
"ParentId": "bf28b11c-edee-4020-ad3b-dee8da48e2b6",
"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-05-07T13:10:11.4408853Z",
"PublicationDate": "2026-05-07T13:10:11.4408853Z",
"DateCreated": "2026-05-07T13:10:11.4408853Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "59769d4c-6727-46c6-ac0c-5dfd473e8adb",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "fb91d337-7307-4926-9d9a-9333291faf4d",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "5feeb415-7d06-4a8b-b609-0bb88be38d03",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-05-07T13:10:11.4408853Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "2c997f95-1df9-4e03-9bbc-9bc77a91ee07",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "b0d4573c-e599-4760-bf49-71bce19a5fc5",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "733c5150-1cb5-4e2c-876a-c28dc90650ce",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T13:10:11.4408853+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-05-07T13:10:11.4408853Z",
"PublicationDate": "2026-05-07T13:10:11.4408853Z",
"DateCreated": "2026-05-07T13:10:11.4408853Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "59769d4c-6727-46c6-ac0c-5dfd473e8adb",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "fb91d337-7307-4926-9d9a-9333291faf4d",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "5feeb415-7d06-4a8b-b609-0bb88be38d03",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-05-07T13:10:11.4408853Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "2c997f95-1df9-4e03-9bbc-9bc77a91ee07",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "b0d4573c-e599-4760-bf49-71bce19a5fc5",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "733c5150-1cb5-4e2c-876a-c28dc90650ce",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T13:10:11.4408853+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.