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-04-16T16:41:44.8074834Z",
"PublicationDate": "2026-04-16T16:41:44.8074834Z",
"DateCreated": "2026-04-16T16:41:44.8074834Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "71bbb443-c083-45be-af48-edd4727a3ece",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "a1d12893-f067-422e-b0a9-eb9c3b687e22",
"departmentaltargets": "05e31ed5-f39d-45b9-8f0e-e59e27ea8c8f",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-04-16T16:41:44.8074834Z",
"targetaudiences": "0cfdbfb9-2e50-42e2-8f8f-fd5f69fc4cb3",
"targets": "ca8fcbe1-de98-4a0b-80cb-21cbc9873e68",
"publishingoffices": "ab6f267f-e4a8-46fe-897f-9c35b85716cc",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "6683485d-6461-4310-8987-8edb2e11d7cd",
"events": "5c40b44b-c505-41eb-83a8-7a2e438cd106",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-16T16:41:44.8074834+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-04-16T16:41:44.8074834Z",
"PublicationDate": "2026-04-16T16:41:44.8074834Z",
"DateCreated": "2026-04-16T16:41:44.8074834Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "71bbb443-c083-45be-af48-edd4727a3ece",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "a1d12893-f067-422e-b0a9-eb9c3b687e22",
"departmentaltargets": "05e31ed5-f39d-45b9-8f0e-e59e27ea8c8f",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-04-16T16:41:44.8074834Z",
"targetaudiences": "0cfdbfb9-2e50-42e2-8f8f-fd5f69fc4cb3",
"targets": "ca8fcbe1-de98-4a0b-80cb-21cbc9873e68",
"publishingoffices": "ab6f267f-e4a8-46fe-897f-9c35b85716cc",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "6683485d-6461-4310-8987-8edb2e11d7cd",
"events": "5c40b44b-c505-41eb-83a8-7a2e438cd106",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-16T16:41:44.8074834+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-04-16T16:41:44.8074834Z",
"PublicationDate": "2026-04-16T16:41:44.8074834Z",
"DateCreated": "2026-04-16T16:41:44.8074834Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "784b5718-f5f6-4867-9f75-404ac83463aa",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "8593fe35-52a5-4ea2-a891-4aa8f6639893",
"departmentaltargets": "1863b47a-0750-4424-b162-1bf4e6a84fd5",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-04-16T16:41:44.8074834Z",
"targetaudiences": "66a15e6a-61d6-4978-aef7-5aaa1c63e056",
"targets": "a120c52c-92c3-4069-a50b-65291c821a50",
"publishingoffices": "4a8553f9-dad3-4dc5-badb-57ee9e6ff448",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "8149b4be-0ccf-41e5-9ace-5f72462a58f4",
"events": "8875013f-1d21-47cf-8a99-4930a2b49004",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-16T16:41:44.8074834+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": "e86df146-0095-4b1c-b5d7-6af517f214d0"
}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-04-16T16:41:44.8074834Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "9b6db6f4-329b-48fd-9d1b-729fa491ba39",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "8d0034a5-d219-48b0-b65c-1d5b756fcc0d",
"departmentaltargets": "107933fe-aed5-4d8f-aeb7-d50253b44f59",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-04-16T16:41:44.8074834Z",
"targetaudiences": "bb1813e3-e7c2-4675-b5a6-b2cee8537e67",
"targets": "244eb8db-d361-49b2-9b41-c297a2adf2a8",
"publishingoffices": "da5b20d2-06c8-4035-b837-78f9c057d2c9",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "508112ee-e067-4bfc-8552-da54e2624d93",
"events": "3f358a1a-7e0f-4861-bede-7e4760444797",
"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-04-16T16:41:44.8074834Z",
"PublicationDate": "2026-04-16T16:41:44.8074834Z",
"DateCreated": "2026-04-16T16:41:44.8074834Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "107eaec1-05a1-4a10-b970-fb3fc4296724",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "f8be3bc0-3836-4031-a852-9070b226c249",
"departmentaltargets": "6b90989d-3b58-4453-8110-eecaf3b6f460",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-04-16T16:41:44.8074834Z",
"targetaudiences": "6f842672-4964-4284-9f20-1b8bde4a17fa",
"targets": "41ee217a-b574-4a97-8b35-96c24975fe60",
"publishingoffices": "97c50b80-a24a-4bbd-a1d3-dfafcd22f881",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "ecafe12d-24e6-4ec5-b2d9-394452d06bee",
"events": "05a2e5c0-dc1e-459c-b20b-47d184422b6f",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-16T16:41:44.8074834+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-04-16T16:41:44.8074834Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "e2304c8b-dbea-4f63-95d7-e5abf095cfbd",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "f6185394-3dd6-4d94-a690-9a7dd4fdd233",
"departmentaltargets": "6daecf8b-5cee-4892-8d48-754effb42355",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-04-16T16:41:44.8074834Z",
"targetaudiences": "a5deb982-1aaf-4b47-b9a9-0c809707b24d",
"targets": "33c51570-3748-47c1-b88d-ea0ff307559b",
"publishingoffices": "414a13c7-a419-4c0a-97cd-0e0f106f5a68",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "685ce2d9-055a-4fbd-b0c5-1b975769fb36",
"events": "7f90fbfc-4fe4-4222-9097-8a5f45f929d1",
"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-04-16T16:41:44.8074834Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "102af855-64bc-4678-bb5d-3fd778da317b",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "de8a9ff3-3825-4493-a013-fe66dc491765",
"departmentaltargets": "3215654d-99da-44e4-9221-5b96e0693a37",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-04-16T16:41:44.8074834Z",
"targetaudiences": "bd9ff038-28a7-444d-8293-5a4d72847ff2",
"targets": "8f6f57f5-d7ac-4af5-a038-a9dda461196c",
"publishingoffices": "1166e94d-e23c-461b-884c-bb5df099a1ce",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "3b1e9660-1065-41d5-9119-73c1b2fa1818",
"events": "5a7fe915-6185-4048-a0e1-976b7c233cdd",
"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-04-16T16:41:44.8074834Z",
"PublicationDate": "2026-04-16T16:41:44.8074834Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-16T16:41:44.8074834Z",
"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": "94c6a107-a0c0-4938-9203-ea4e0259581a",
"publishingoffices": "8609ed2e-6ce6-46e9-994b-ed64f50b9e78",
"events": "c9ace37d-b409-4418-8cc2-119a7677d271",
"targets": "40510f3c-fd68-4ef2-ae26-6a6044caa562",
"Category": "6fd54c76-a382-4a35-a0fa-cbb60f851ed3",
"imagetypes": "d2c70495-171f-44a9-94a2-18004cb47039",
"departmentaltargets": "c64029de-2270-4846-afe5-d7d57bdb8779",
"stakeholders": "3212c08c-5fc0-4a76-986d-cb651cdc1a8e",
"Tags": "8129feb3-72e9-4ba2-970e-288ebdbc441e",
"healthtopics": "39ae2442-2a34-400d-9312-023fcd73f3c4",
"targetaudiences": "6e973677-8d8c-4316-bf82-1f4678f1b98f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "3b87d248-db66-4304-a8ed-d95e486b572c",
"ParentId": "6ed61fad-b188-41da-bc18-343127691253",
"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-04-16T16:41:44.8074834Z",
"PublicationDate": "2026-04-16T16:41:44.8074834Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-16T16:41:44.8074834Z",
"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": "94c6a107-a0c0-4938-9203-ea4e0259581a",
"publishingoffices": "8609ed2e-6ce6-46e9-994b-ed64f50b9e78",
"events": "c9ace37d-b409-4418-8cc2-119a7677d271",
"targets": "40510f3c-fd68-4ef2-ae26-6a6044caa562",
"Category": "6fd54c76-a382-4a35-a0fa-cbb60f851ed3",
"imagetypes": "d2c70495-171f-44a9-94a2-18004cb47039",
"departmentaltargets": "c64029de-2270-4846-afe5-d7d57bdb8779",
"stakeholders": "3212c08c-5fc0-4a76-986d-cb651cdc1a8e",
"Tags": "8129feb3-72e9-4ba2-970e-288ebdbc441e",
"healthtopics": "39ae2442-2a34-400d-9312-023fcd73f3c4",
"targetaudiences": "6e973677-8d8c-4316-bf82-1f4678f1b98f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "3b87d248-db66-4304-a8ed-d95e486b572c",
"ParentId": "6ed61fad-b188-41da-bc18-343127691253",
"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-04-16T16:41:44.8074834Z",
"PublicationDate": "2026-04-16T16:41:44.8074834Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-16T16:41:44.8074834Z",
"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": "bb51450e-f832-45dd-91f5-2b0f29074744",
"publishingoffices": "3e586c37-7b7d-4b2d-ba5a-bf0f5b45e822",
"events": "6a7a80fd-a204-44c0-b07c-cc307eb97669",
"targets": "300cdff1-e5a3-422f-a201-bacd80a4e76c",
"Category": "c316128c-e303-4421-aade-93e54337ea63",
"imagetypes": "2d2119ef-77cb-4140-a0db-7d4e5eff9281",
"departmentaltargets": "cd7c947d-4ae8-4e46-aa69-b7195af926bf",
"stakeholders": "12643d24-cf53-405f-87d6-5aa9a47d8f6a",
"Tags": "cf0b6f3f-68fb-4cd5-b0a0-158c78238ec4",
"healthtopics": "af768c6a-0ab9-4152-adc5-992eff1714e1",
"targetaudiences": "d72ea8f9-a921-405b-aaa8-36803e946f02",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "bacff519-0854-4bfa-9510-f30f5ef9503a",
"ParentId": "6878c243-89e5-455c-94c9-e6057a66cdab",
"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-04-16T16:41:44.8074834Z",
"PublicationDate": "2026-04-16T16:41:44.8074834Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-16T16:41:44.8074834Z",
"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": "bb51450e-f832-45dd-91f5-2b0f29074744",
"publishingoffices": "3e586c37-7b7d-4b2d-ba5a-bf0f5b45e822",
"events": "6a7a80fd-a204-44c0-b07c-cc307eb97669",
"targets": "300cdff1-e5a3-422f-a201-bacd80a4e76c",
"Category": "c316128c-e303-4421-aade-93e54337ea63",
"imagetypes": "2d2119ef-77cb-4140-a0db-7d4e5eff9281",
"departmentaltargets": "cd7c947d-4ae8-4e46-aa69-b7195af926bf",
"stakeholders": "12643d24-cf53-405f-87d6-5aa9a47d8f6a",
"Tags": "cf0b6f3f-68fb-4cd5-b0a0-158c78238ec4",
"healthtopics": "af768c6a-0ab9-4152-adc5-992eff1714e1",
"targetaudiences": "d72ea8f9-a921-405b-aaa8-36803e946f02",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "bacff519-0854-4bfa-9510-f30f5ef9503a",
"ParentId": "6878c243-89e5-455c-94c9-e6057a66cdab",
"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-04-16T16:41:44.8074834Z",
"PublicationDate": "2026-04-16T16:41:44.8074834Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-16T16:41:44.8074834Z",
"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": "afa8e672-e44e-4af5-bc12-6d7258dc3a92",
"targets": "f2d0ffa8-aade-4920-9ae0-8c5ebbebbde3",
"regionscountries": "8c191f64-d737-4794-ae79-57fa3e940c4d",
"stakeholders": "d2d67669-8388-4dbf-afa7-331975ab71bb",
"targetaudiences": "413df169-449e-4eb9-a144-ea57fd272fee",
"Category": "46de64ea-3c16-447b-ac16-71c7437235a6",
"Tags": "5d46d660-c313-46d4-bc19-ff80ec8d9805",
"departmentaltargets": "db5246d9-2082-43b7-977c-90659a1cc0ea",
"events": "df7e3e9b-1177-4a35-b9d4-b808ff93f955",
"publishingoffices": "f53cdcfa-78cb-48f8-97ef-27f580be933a",
"Parts": "sample string 25",
"FolderId": "35b8dc9b-7b7c-464b-961b-9245d2a7de32",
"ParentId": "74022ffb-76a2-417e-935a-4605c54d9b53",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-04-16T16:41:44.8074834Z",
"PublicationDate": "2026-04-16T16:41:44.8074834Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-16T16:41:44.8074834Z",
"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": "afa8e672-e44e-4af5-bc12-6d7258dc3a92",
"targets": "f2d0ffa8-aade-4920-9ae0-8c5ebbebbde3",
"regionscountries": "8c191f64-d737-4794-ae79-57fa3e940c4d",
"stakeholders": "d2d67669-8388-4dbf-afa7-331975ab71bb",
"targetaudiences": "413df169-449e-4eb9-a144-ea57fd272fee",
"Category": "46de64ea-3c16-447b-ac16-71c7437235a6",
"Tags": "5d46d660-c313-46d4-bc19-ff80ec8d9805",
"departmentaltargets": "db5246d9-2082-43b7-977c-90659a1cc0ea",
"events": "df7e3e9b-1177-4a35-b9d4-b808ff93f955",
"publishingoffices": "f53cdcfa-78cb-48f8-97ef-27f580be933a",
"Parts": "sample string 25",
"FolderId": "35b8dc9b-7b7c-464b-961b-9245d2a7de32",
"ParentId": "74022ffb-76a2-417e-935a-4605c54d9b53",
"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-04-16T16:41:44.8074834Z",
"PublicationDate": "2026-04-16T16:41:44.8074834Z",
"DateCreated": "2026-04-16T16:41:44.8074834Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "cd149f10-a259-41a2-82cf-e8514e61dcb6",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "50ad930a-afcc-4f18-9dc1-0f6f538d845d",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "fb247e8a-dd3e-4866-92e3-5055063fa71e",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-04-16T16:41:44.8074834Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "9fee3ecd-9db1-4a40-85bf-5416214ad8e6",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "adb8a0b7-dea4-4a5a-b8bd-421240bdda3d",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "a7357ba9-f0c7-475f-b7e1-b1ffd840206a",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-16T16:41:44.8074834+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-04-16T16:41:44.8074834Z",
"PublicationDate": "2026-04-16T16:41:44.8074834Z",
"DateCreated": "2026-04-16T16:41:44.8074834Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "cd149f10-a259-41a2-82cf-e8514e61dcb6",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "50ad930a-afcc-4f18-9dc1-0f6f538d845d",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "fb247e8a-dd3e-4866-92e3-5055063fa71e",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-04-16T16:41:44.8074834Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "9fee3ecd-9db1-4a40-85bf-5416214ad8e6",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "adb8a0b7-dea4-4a5a-b8bd-421240bdda3d",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "a7357ba9-f0c7-475f-b7e1-b1ffd840206a",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-16T16:41:44.8074834+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.