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-07-17T19:01:05.0446044Z",
"PublicationDate": "2026-07-17T19:01:05.0446044Z",
"DateCreated": "2026-07-17T19:01:05.0446044Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "cb5b6c73-9042-49aa-a319-cf585c6f9226",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "d9096bc1-f2d1-4ba4-84bf-edacc59ef45b",
"departmentaltargets": "75049590-3c7d-40db-b376-e7725779a57c",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-07-17T19:01:05.0446044Z",
"targetaudiences": "58079411-c9e0-49a8-810c-45c1b9244657",
"targets": "73f188a9-7d46-46f4-90ae-1c22f3733241",
"publishingoffices": "75c0d75c-19be-481b-b85d-a666b307391e",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "8ca1ebf0-a43b-4640-b0a2-a5daa971195f",
"events": "1040a1dc-819b-44fa-b69f-339ae56e08b5",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T19:01:05.0446044+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-07-17T19:01:05.0446044Z",
"PublicationDate": "2026-07-17T19:01:05.0446044Z",
"DateCreated": "2026-07-17T19:01:05.0446044Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "cb5b6c73-9042-49aa-a319-cf585c6f9226",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "d9096bc1-f2d1-4ba4-84bf-edacc59ef45b",
"departmentaltargets": "75049590-3c7d-40db-b376-e7725779a57c",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-07-17T19:01:05.0446044Z",
"targetaudiences": "58079411-c9e0-49a8-810c-45c1b9244657",
"targets": "73f188a9-7d46-46f4-90ae-1c22f3733241",
"publishingoffices": "75c0d75c-19be-481b-b85d-a666b307391e",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "8ca1ebf0-a43b-4640-b0a2-a5daa971195f",
"events": "1040a1dc-819b-44fa-b69f-339ae56e08b5",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T19:01:05.0446044+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-07-17T19:01:05.0446044Z",
"PublicationDate": "2026-07-17T19:01:05.0446044Z",
"DateCreated": "2026-07-17T19:01:05.0446044Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "c1ddf7ba-9195-4825-82db-6d3c3eabf53c",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "3554be75-8b6d-45a5-9731-26ccbdc8670f",
"departmentaltargets": "76375fe1-11b3-4ef6-a102-2a2aba5ea6de",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-07-17T19:01:05.0446044Z",
"targetaudiences": "f0cd04c7-399a-4e71-ae21-9054027fc1b9",
"targets": "77c8dacd-5e8d-4b31-b55c-dfe00cfb9fa3",
"publishingoffices": "83cb243f-5de8-47b9-92ec-2f2451634a1f",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "19610de4-3743-45a5-83da-429495de341e",
"events": "463d99d1-7858-49d6-9155-db4124971dad",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T19:01:05.0446044+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": "33fe2e6f-eaaf-4ff1-b4fd-d0d2f87ff8c5"
}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-07-17T19:01:05.0446044Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "ef778b01-483b-480b-9ea0-9ebe77308fe7",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "fb3c7820-88e9-4c22-8634-8598d9e1666e",
"departmentaltargets": "aff8fd90-00d2-4d5d-851d-99be102c937b",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-07-17T19:01:05.0446044Z",
"targetaudiences": "04d66098-5d49-493d-b066-49cab44807f5",
"targets": "83645466-20b7-4e31-9324-e226a8e72e47",
"publishingoffices": "97cba428-f289-4fe7-9504-745796ac5937",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "4e679142-2e1a-4569-941f-29eae77ea2d3",
"events": "c7671696-7249-4c26-8ab0-fa5858f69b52",
"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-07-17T19:01:05.0446044Z",
"PublicationDate": "2026-07-17T19:01:05.0446044Z",
"DateCreated": "2026-07-17T19:01:05.0446044Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "3a99b531-c369-4feb-b22f-75e687f7910b",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "adfc37cb-4d43-489d-b24d-d37eb87f0e78",
"departmentaltargets": "e650fe89-e94d-4f71-9ce0-9364658381a4",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-07-17T19:01:05.0446044Z",
"targetaudiences": "d4899e57-917f-415d-abed-1158dacb27d2",
"targets": "56cfe7c4-3aaa-4e3f-89c1-6b985b01375f",
"publishingoffices": "c3da3543-e89a-4b62-aa4b-a7ee28c9e642",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "23ab58e9-b000-41ad-8883-07b874402590",
"events": "af3ae338-d58e-4344-b4a4-82067a16e158",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T19:01:05.0446044+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-07-17T19:01:05.0446044Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "e7d575c7-5194-4824-904b-921d26d390db",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "92f6c2bc-b2f7-4611-9618-6555a46b95d0",
"departmentaltargets": "03f8ca65-8786-465e-a653-fc73ac21b425",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-07-17T19:01:05.0446044Z",
"targetaudiences": "e2e000af-3e2f-4175-9853-467ffbf94fb0",
"targets": "c36b5340-cd6b-41e2-8f23-ec6537dc85c5",
"publishingoffices": "e82bb1c1-ca06-4c28-a509-ed9f302a53d3",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "3683ec11-2f6c-4bfa-99b3-35ab9255e45f",
"events": "b8a0224d-c4a7-4a91-94ad-0278a9e89172",
"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-07-17T19:01:05.0446044Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "e4a4bd71-7c74-4f77-ab1f-5daf454cb974",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "4f7ea8a3-f3e6-4852-9142-82b298e03d2b",
"departmentaltargets": "e8e3689e-4ef5-4d46-b4d2-bec463cf531c",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-07-17T19:01:05.0446044Z",
"targetaudiences": "a60a80e4-5f69-42e2-aec4-eb0e7b7c30d8",
"targets": "48a2de0f-32e0-4c2b-b56c-7fe4d34d94b7",
"publishingoffices": "cb652da1-45db-4514-b249-1ee495a7a77f",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "b4d51798-dd53-48ce-bec2-46d6d3879b75",
"events": "08aa436d-a9f9-448d-82a2-83137d339039",
"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 | |
| JoomlaArticleId | System.String | 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-07-17T19:01:05.0446044Z",
"PublicationDate": "2026-07-17T19:01:05.0446044Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T19:01:05.0446044Z",
"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": "e9c85d8a-5b9f-449b-a83e-7f1501ff1820",
"publishingoffices": "ee838391-0e67-4dcf-8a0e-6b1468df0fb2",
"events": "59739227-156d-47eb-8c58-81b14282c4a2",
"targets": "0b0bf096-1c95-4825-a198-334a21f9b0d8",
"Category": "f54940c7-1bf4-4769-91f3-e9533c05c6f4",
"imagetypes": "c0c2508e-872a-44eb-b885-5db94faac05e",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "775d7785-fae3-4e8b-af4c-6441a1ad05d8",
"stakeholders": "13b8d0df-9e74-4713-a6d3-c0c215e1387a",
"Tags": "ea8964c3-8f40-4af7-9ba8-2b3999a214d0",
"healthtopics": "41026a82-5388-4fce-af6c-0db0d47e8491",
"targetaudiences": "b971f560-8ef6-455a-ac5c-09d27daa7c50",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "69c061ae-4222-4ceb-9917-683e5154b52c",
"ParentId": "18224a5f-a525-45bd-a570-6ab9133e21f7",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-07-17T19:01:05.0446044Z",
"PublicationDate": "2026-07-17T19:01:05.0446044Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T19:01:05.0446044Z",
"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": "e9c85d8a-5b9f-449b-a83e-7f1501ff1820",
"publishingoffices": "ee838391-0e67-4dcf-8a0e-6b1468df0fb2",
"events": "59739227-156d-47eb-8c58-81b14282c4a2",
"targets": "0b0bf096-1c95-4825-a198-334a21f9b0d8",
"Category": "f54940c7-1bf4-4769-91f3-e9533c05c6f4",
"imagetypes": "c0c2508e-872a-44eb-b885-5db94faac05e",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "775d7785-fae3-4e8b-af4c-6441a1ad05d8",
"stakeholders": "13b8d0df-9e74-4713-a6d3-c0c215e1387a",
"Tags": "ea8964c3-8f40-4af7-9ba8-2b3999a214d0",
"healthtopics": "41026a82-5388-4fce-af6c-0db0d47e8491",
"targetaudiences": "b971f560-8ef6-455a-ac5c-09d27daa7c50",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "69c061ae-4222-4ceb-9917-683e5154b52c",
"ParentId": "18224a5f-a525-45bd-a570-6ab9133e21f7",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"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 | |
| JoomlaArticleId | System.String | 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-07-17T19:01:05.0446044Z",
"PublicationDate": "2026-07-17T19:01:05.0446044Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T19:01:05.0446044Z",
"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": "df071548-e453-4ca6-862a-c9efc1f8bba4",
"publishingoffices": "c348e77f-4e83-4d75-9594-4fa9f20765b1",
"events": "cc43433c-df27-4269-bf93-8802576e74a6",
"targets": "6c4e5a8d-f704-452f-ae47-3c759216f709",
"Category": "e0c46948-44a3-4b0d-815b-6c05733fa81b",
"imagetypes": "334bc408-3f6f-4741-876e-64cd7bf4b554",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "bb8ff122-9fde-46b5-b120-cfa76f0f870c",
"stakeholders": "adcf833a-9e67-403c-9eda-4d0c91aa348e",
"Tags": "213ce578-ca18-457a-bba3-228b8efb211b",
"healthtopics": "b5451277-f7aa-471e-8529-ee5bb7efde9b",
"targetaudiences": "92967812-193f-47cd-ae32-9568d7861034",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "76843e56-19d3-4540-a8e3-c7968b251ee9",
"ParentId": "62dedf58-1554-4446-a613-24f505ff5f93",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-07-17T19:01:05.0446044Z",
"PublicationDate": "2026-07-17T19:01:05.0446044Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T19:01:05.0446044Z",
"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": "df071548-e453-4ca6-862a-c9efc1f8bba4",
"publishingoffices": "c348e77f-4e83-4d75-9594-4fa9f20765b1",
"events": "cc43433c-df27-4269-bf93-8802576e74a6",
"targets": "6c4e5a8d-f704-452f-ae47-3c759216f709",
"Category": "e0c46948-44a3-4b0d-815b-6c05733fa81b",
"imagetypes": "334bc408-3f6f-4741-876e-64cd7bf4b554",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "bb8ff122-9fde-46b5-b120-cfa76f0f870c",
"stakeholders": "adcf833a-9e67-403c-9eda-4d0c91aa348e",
"Tags": "213ce578-ca18-457a-bba3-228b8efb211b",
"healthtopics": "b5451277-f7aa-471e-8529-ee5bb7efde9b",
"targetaudiences": "92967812-193f-47cd-ae32-9568d7861034",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "76843e56-19d3-4540-a8e3-c7968b251ee9",
"ParentId": "62dedf58-1554-4446-a613-24f505ff5f93",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"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 | |
| JoomlaArticleId | System.String | 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-07-17T19:01:05.0446044Z",
"PublicationDate": "2026-07-17T19:01:05.0446044Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T19:01:05.0446044Z",
"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": "35534f09-cc1d-4093-b1b2-a57b90505b32",
"targets": "163fc8ef-39f8-4201-ae59-fb9fb7c130dc",
"regionscountries": "1826fd45-b079-4cfa-973e-068bf2b473a8",
"stakeholders": "f047d628-0093-4099-99cb-62bc8c6ae242",
"targetaudiences": "edba96ea-f162-40e9-9653-314342ae17b2",
"JoomlaArticleId": "sample string 20",
"Category": "6e1c2722-a4d5-4ebe-a578-44ecbb4db716",
"Tags": "805b0dc3-d4ef-49d4-ac34-f4a7ac37c314",
"departmentaltargets": "135b1a0b-57a2-4be0-a3fc-c5ecf50e707e",
"events": "a97f5023-248e-4901-b6df-d218ee3f1b1f",
"publishingoffices": "cefe7c32-041c-4234-a2a5-c88dd1570b72",
"Parts": "sample string 26",
"FolderId": "f8c0194c-ade8-431c-ae80-43e6fb837c25",
"ParentId": "116c5b93-d317-45c2-858e-b7fd9b9fa2a5",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"IsDamMedia": true
},
{
"LastModified": "2026-07-17T19:01:05.0446044Z",
"PublicationDate": "2026-07-17T19:01:05.0446044Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T19:01:05.0446044Z",
"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": "35534f09-cc1d-4093-b1b2-a57b90505b32",
"targets": "163fc8ef-39f8-4201-ae59-fb9fb7c130dc",
"regionscountries": "1826fd45-b079-4cfa-973e-068bf2b473a8",
"stakeholders": "f047d628-0093-4099-99cb-62bc8c6ae242",
"targetaudiences": "edba96ea-f162-40e9-9653-314342ae17b2",
"JoomlaArticleId": "sample string 20",
"Category": "6e1c2722-a4d5-4ebe-a578-44ecbb4db716",
"Tags": "805b0dc3-d4ef-49d4-ac34-f4a7ac37c314",
"departmentaltargets": "135b1a0b-57a2-4be0-a3fc-c5ecf50e707e",
"events": "a97f5023-248e-4901-b6df-d218ee3f1b1f",
"publishingoffices": "cefe7c32-041c-4234-a2a5-c88dd1570b72",
"Parts": "sample string 26",
"FolderId": "f8c0194c-ade8-431c-ae80-43e6fb837c25",
"ParentId": "116c5b93-d317-45c2-858e-b7fd9b9fa2a5",
"Provider": "sample string 29",
"Url": "sample string 30",
"ThumbnailUrl": "sample string 31",
"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-07-17T19:01:05.0446044Z",
"PublicationDate": "2026-07-17T19:01:05.0446044Z",
"DateCreated": "2026-07-17T19:01:05.0446044Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "73d1b5c3-82cb-4faf-8048-6a0cf6797414",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "2501f7c7-9594-436a-8b87-6c15453feac4",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "6b67aa5e-814d-4e8f-add4-00cb8d865c41",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-07-17T19:01:05.0446044Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "61129552-d7e6-4f6b-a4d2-9548830f1396",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "73ebda17-47ac-4bf9-b72c-4f4edd59d796",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "50433d0e-5fd9-48df-b6e2-8e869fe511cc",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T19:01:05.0446044+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-07-17T19:01:05.0446044Z",
"PublicationDate": "2026-07-17T19:01:05.0446044Z",
"DateCreated": "2026-07-17T19:01:05.0446044Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "73d1b5c3-82cb-4faf-8048-6a0cf6797414",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "2501f7c7-9594-436a-8b87-6c15453feac4",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "6b67aa5e-814d-4e8f-add4-00cb8d865c41",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-07-17T19:01:05.0446044Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "61129552-d7e6-4f6b-a4d2-9548830f1396",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "73ebda17-47ac-4bf9-b72c-4f4edd59d796",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "50433d0e-5fd9-48df-b6e2-8e869fe511cc",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T19:01:05.0446044+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.