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-04T03:15:06.6315403Z",
"PublicationDate": "2026-03-04T03:15:06.6315403Z",
"DateCreated": "2026-03-04T03:15:06.6315403Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "28d193bc-9ae8-49b8-b434-afc9a38b2dc6",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "b8fbe2dc-3bf9-4034-afc3-d91182d7054f",
"departmentaltargets": "ef03aca1-a3b8-45d1-aab1-4f7659bde4ef",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-04T03:15:06.6315403Z",
"targetaudiences": "51442227-1715-4bbe-8e62-008802d29b97",
"targets": "1816ea30-a29f-4c92-a429-08724b2c1b05",
"publishingoffices": "ebf7070b-ce20-4467-8707-87d2f1e0c643",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "cae49890-4d20-4ee5-801d-f6188d30ae05",
"events": "0b3cb617-a1aa-477b-bcc9-32a2617c3717",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T03:15:06.6315403+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-04T03:15:06.6315403Z",
"PublicationDate": "2026-03-04T03:15:06.6315403Z",
"DateCreated": "2026-03-04T03:15:06.6315403Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "28d193bc-9ae8-49b8-b434-afc9a38b2dc6",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "b8fbe2dc-3bf9-4034-afc3-d91182d7054f",
"departmentaltargets": "ef03aca1-a3b8-45d1-aab1-4f7659bde4ef",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-04T03:15:06.6315403Z",
"targetaudiences": "51442227-1715-4bbe-8e62-008802d29b97",
"targets": "1816ea30-a29f-4c92-a429-08724b2c1b05",
"publishingoffices": "ebf7070b-ce20-4467-8707-87d2f1e0c643",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "cae49890-4d20-4ee5-801d-f6188d30ae05",
"events": "0b3cb617-a1aa-477b-bcc9-32a2617c3717",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T03:15:06.6315403+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-04T03:15:06.6315403Z",
"PublicationDate": "2026-03-04T03:15:06.6315403Z",
"DateCreated": "2026-03-04T03:15:06.6315403Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "69e6b1d8-a598-4ce8-87fe-e9eff6f6a0cd",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "d82c8023-be4a-4579-b1c3-23ad1387a552",
"departmentaltargets": "72ebe806-dfe3-4fd4-972c-49e646a0599f",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-04T03:15:06.6315403Z",
"targetaudiences": "97b8dd93-b2b5-4088-a54e-6cfbdc00c586",
"targets": "1fe6c405-466e-478e-90fb-7b419fad9742",
"publishingoffices": "52d0b972-856b-4db7-abf1-6a85ac251301",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "e789bd47-cd42-423c-ad9f-3ab7860482da",
"events": "813e7954-7c27-4139-98ff-2ecd7f51a8a9",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T03:15:06.6315403+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": "965a993b-f572-4f42-bcf5-c882f52ac7c9"
}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-04T03:15:06.6315403Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "fd7c9d94-3269-40d7-be8e-bab99e312128",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "3f6c923d-45e2-4ea8-a955-445326318bc9",
"departmentaltargets": "1ce34f97-59d7-434d-8095-b01db9301814",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-03-04T03:15:06.6315403Z",
"targetaudiences": "d446e914-b125-4e4b-a08b-93e00d667b70",
"targets": "07843b9e-9031-4c7c-9c1f-29b9c683817f",
"publishingoffices": "02ba7a7b-7394-4f94-88a9-b32bfa0d40e4",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "16db75b2-64de-4524-a6aa-61ecd4fec797",
"events": "4b5a58a2-d822-4271-bf0b-9c16c54e4183",
"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-04T03:15:06.6315403Z",
"PublicationDate": "2026-03-04T03:15:06.6315403Z",
"DateCreated": "2026-03-04T03:15:06.6315403Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "df5c40e1-4d04-4873-85f2-b5215bcb86ca",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "1ff21b73-e356-4638-beff-51fe99b09c88",
"departmentaltargets": "48ebfcba-4ecd-4903-8310-2fc0587891d6",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-04T03:15:06.6315403Z",
"targetaudiences": "4750c9a0-7522-49e9-a9d1-4688fa482172",
"targets": "51437ac2-6652-4201-b7a3-5432c396a90b",
"publishingoffices": "54daf1d3-6841-4b0d-b940-c4b8f83bc10f",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "6e806408-6b52-490d-93fc-7c90f1bddece",
"events": "96deec20-6527-4c43-881d-f00016442924",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T03:15:06.6315403+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-04T03:15:06.6315403Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "d870579f-659b-4532-af8a-b168fe24bd30",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "10467c94-e7a3-4a05-97f2-d729db676434",
"departmentaltargets": "13e0702f-d326-40be-b9e6-bfc8e2baeafe",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-03-04T03:15:06.6315403Z",
"targetaudiences": "cdac5875-ea8c-4d92-857b-2725af7cd0f4",
"targets": "748fe8d1-12bb-44ea-bb4e-b3f22a093b32",
"publishingoffices": "794be2a3-6c3d-4898-884e-c32ee276e74b",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "deaa64a5-2279-4440-a12c-9a9721b5d4f8",
"events": "36a7f528-4473-4672-83ca-e7abdb0c1811",
"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-04T03:15:06.6315403Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "8e385719-869a-47b0-97cf-7b231cd39530",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "1dfcab93-044f-4f23-ada2-4e7e40c2e4e0",
"departmentaltargets": "feeba0e7-e558-4173-9a87-f4a827722370",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-03-04T03:15:06.6315403Z",
"targetaudiences": "b75366f0-d577-489b-9672-2677c2949269",
"targets": "99ae903d-6b50-46a9-903d-8f3150ddd4f7",
"publishingoffices": "efd7f07b-58e1-4f19-afea-8ce84247d250",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "c9fd2eef-b040-417b-93da-82071e3fa315",
"events": "78cb60a3-67c6-4114-b001-3a492b51f584",
"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-04T03:15:06.6315403Z",
"PublicationDate": "2026-03-04T03:15:06.6315403Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-04T03:15:06.6315403Z",
"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": "9fe40cf0-d42a-4dd2-9137-6cc499d3efc0",
"publishingoffices": "6cf76be0-89f7-49cc-a462-66370defa6b7",
"events": "efee4134-27a5-45ad-8953-f533a029ffbb",
"targets": "c34ec7fa-af93-4c4b-9073-dfbb1ab683b1",
"Category": "64f262b5-4b91-4cf1-93ec-ff276e55a331",
"imagetypes": "61d92f83-45b2-43a0-b346-79e3e8c18cd9",
"departmentaltargets": "1f035e8f-a7a8-4a91-aff0-662a62b76f61",
"stakeholders": "d1bf388f-fb62-4441-9cc2-10dbf25dae3a",
"Tags": "febdb534-06c8-44ed-ae43-9f5618974528",
"healthtopics": "21ea5e0c-53ba-47f0-a0d1-dc3500e39ba7",
"targetaudiences": "2dfe85e4-def3-4e57-b6d7-27b4a91ac561",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b2c73d23-2662-458a-bfb4-ed9e735d58e2",
"ParentId": "789c79de-a0d8-491f-bb10-23be22ce66f9",
"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-04T03:15:06.6315403Z",
"PublicationDate": "2026-03-04T03:15:06.6315403Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-04T03:15:06.6315403Z",
"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": "9fe40cf0-d42a-4dd2-9137-6cc499d3efc0",
"publishingoffices": "6cf76be0-89f7-49cc-a462-66370defa6b7",
"events": "efee4134-27a5-45ad-8953-f533a029ffbb",
"targets": "c34ec7fa-af93-4c4b-9073-dfbb1ab683b1",
"Category": "64f262b5-4b91-4cf1-93ec-ff276e55a331",
"imagetypes": "61d92f83-45b2-43a0-b346-79e3e8c18cd9",
"departmentaltargets": "1f035e8f-a7a8-4a91-aff0-662a62b76f61",
"stakeholders": "d1bf388f-fb62-4441-9cc2-10dbf25dae3a",
"Tags": "febdb534-06c8-44ed-ae43-9f5618974528",
"healthtopics": "21ea5e0c-53ba-47f0-a0d1-dc3500e39ba7",
"targetaudiences": "2dfe85e4-def3-4e57-b6d7-27b4a91ac561",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b2c73d23-2662-458a-bfb4-ed9e735d58e2",
"ParentId": "789c79de-a0d8-491f-bb10-23be22ce66f9",
"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-04T03:15:06.6315403Z",
"PublicationDate": "2026-03-04T03:15:06.6315403Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-04T03:15:06.6315403Z",
"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": "e0ac6026-4dd8-446a-ab3a-53b139475272",
"publishingoffices": "1b5a048c-4126-4821-8630-ac2d3c0cd241",
"events": "15ae59e6-6712-4454-8c27-d1e80d94e4ba",
"targets": "2af09f55-4f68-4dfb-b614-43e1e12606dd",
"Category": "49bac2c7-d4d1-4936-bf68-d0ba86cfb42f",
"imagetypes": "1597ae9b-4c9a-48e0-ac67-38efa51e3a2a",
"departmentaltargets": "d8e352c6-13ef-440e-82b2-5a8c88aeaeed",
"stakeholders": "aeb7dbdd-5e28-47ac-8c4c-0de64ba67c3a",
"Tags": "baeb2036-1895-4047-86ae-208923b82b1d",
"healthtopics": "ba1f0975-1205-4efe-9073-b6cc35a40c27",
"targetaudiences": "b2f70fb2-54c5-42b2-89cb-39daa45453a0",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "06cfb79f-3ca1-46c5-a6a8-d96666b76b7c",
"ParentId": "ab2fc11f-5e4a-4a92-8366-1be007ee3530",
"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-04T03:15:06.6315403Z",
"PublicationDate": "2026-03-04T03:15:06.6315403Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-04T03:15:06.6315403Z",
"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": "e0ac6026-4dd8-446a-ab3a-53b139475272",
"publishingoffices": "1b5a048c-4126-4821-8630-ac2d3c0cd241",
"events": "15ae59e6-6712-4454-8c27-d1e80d94e4ba",
"targets": "2af09f55-4f68-4dfb-b614-43e1e12606dd",
"Category": "49bac2c7-d4d1-4936-bf68-d0ba86cfb42f",
"imagetypes": "1597ae9b-4c9a-48e0-ac67-38efa51e3a2a",
"departmentaltargets": "d8e352c6-13ef-440e-82b2-5a8c88aeaeed",
"stakeholders": "aeb7dbdd-5e28-47ac-8c4c-0de64ba67c3a",
"Tags": "baeb2036-1895-4047-86ae-208923b82b1d",
"healthtopics": "ba1f0975-1205-4efe-9073-b6cc35a40c27",
"targetaudiences": "b2f70fb2-54c5-42b2-89cb-39daa45453a0",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "06cfb79f-3ca1-46c5-a6a8-d96666b76b7c",
"ParentId": "ab2fc11f-5e4a-4a92-8366-1be007ee3530",
"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-04T03:15:06.6315403Z",
"PublicationDate": "2026-03-04T03:15:06.6315403Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-04T03:15:06.6315403Z",
"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": "57d9d61c-81e5-4727-976d-8b6b3950e41c",
"targets": "b0289d2a-c97d-4f61-b91d-ecb8b8592a8f",
"regionscountries": "612fca8f-489d-4c1f-9a96-fe34a4b5affe",
"stakeholders": "46d4a59a-014a-4453-bf35-813435cdeb5d",
"targetaudiences": "724da61d-3ea0-4c82-b185-9c8ec38fc499",
"Category": "f753f962-8383-4b9e-9ff9-7f61f6c8bc5a",
"Tags": "ece70cc7-410c-484b-8186-e2191dfb2a6d",
"departmentaltargets": "8cd2d9e8-1d13-48f7-a56a-740ad65d2c15",
"events": "64805c7c-2368-426c-84a9-52c358dc4e95",
"publishingoffices": "dd349490-8ad0-4722-9491-a9c6054c6fb6",
"Parts": "sample string 25",
"FolderId": "27c65b47-ce20-4df3-bc91-895b8b42f14c",
"ParentId": "0d15efdd-0f94-4ac7-a6bb-00116f32ee62",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-04T03:15:06.6315403Z",
"PublicationDate": "2026-03-04T03:15:06.6315403Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-04T03:15:06.6315403Z",
"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": "57d9d61c-81e5-4727-976d-8b6b3950e41c",
"targets": "b0289d2a-c97d-4f61-b91d-ecb8b8592a8f",
"regionscountries": "612fca8f-489d-4c1f-9a96-fe34a4b5affe",
"stakeholders": "46d4a59a-014a-4453-bf35-813435cdeb5d",
"targetaudiences": "724da61d-3ea0-4c82-b185-9c8ec38fc499",
"Category": "f753f962-8383-4b9e-9ff9-7f61f6c8bc5a",
"Tags": "ece70cc7-410c-484b-8186-e2191dfb2a6d",
"departmentaltargets": "8cd2d9e8-1d13-48f7-a56a-740ad65d2c15",
"events": "64805c7c-2368-426c-84a9-52c358dc4e95",
"publishingoffices": "dd349490-8ad0-4722-9491-a9c6054c6fb6",
"Parts": "sample string 25",
"FolderId": "27c65b47-ce20-4df3-bc91-895b8b42f14c",
"ParentId": "0d15efdd-0f94-4ac7-a6bb-00116f32ee62",
"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-04T03:15:06.6315403Z",
"PublicationDate": "2026-03-04T03:15:06.6315403Z",
"DateCreated": "2026-03-04T03:15:06.6315403Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "044c3c01-3ba8-48b9-ab8e-00b7bfabeff3",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "58d5f068-1321-4637-8bd0-1542e5d361a1",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "277b0649-f7e1-460e-990b-731806fe208a",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-03-04T03:15:06.6315403Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "0e2b1ba6-6951-434a-aaae-c016f8507de4",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "fb408e54-8dfa-47e2-a612-021ad920235c",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "c92a5fd8-bcd7-4413-9644-741290f59d96",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T03:15:06.6315403+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-04T03:15:06.6315403Z",
"PublicationDate": "2026-03-04T03:15:06.6315403Z",
"DateCreated": "2026-03-04T03:15:06.6315403Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "044c3c01-3ba8-48b9-ab8e-00b7bfabeff3",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "58d5f068-1321-4637-8bd0-1542e5d361a1",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "277b0649-f7e1-460e-990b-731806fe208a",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-03-04T03:15:06.6315403Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "0e2b1ba6-6951-434a-aaae-c016f8507de4",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "fb408e54-8dfa-47e2-a612-021ad920235c",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "c92a5fd8-bcd7-4413-9644-741290f59d96",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T03:15:06.6315403+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.