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-01-09T06:09:11.0113069Z",
"PublicationDate": "2026-01-09T06:09:11.0113069Z",
"DateCreated": "2026-01-09T06:09:11.0113069Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "af1f3188-7ff6-4c2f-998c-be9637dd4743",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "5da0106c-f01f-4110-ad3e-4f11f74760eb",
"departmentaltargets": "fc5d01bb-ce8f-47f9-a241-3bcea7728306",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-01-09T06:09:11.0113069Z",
"targetaudiences": "767dca34-3122-423d-97e2-87b5b879cee9",
"targets": "7935c7a7-5617-4e32-a54b-0a70c923bc30",
"publishingoffices": "77f410ce-4a66-44c8-a654-923d7fc80301",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "52951209-57dc-4a13-9149-d30626c5fc91",
"events": "0511b670-c82f-4c42-8b01-2e81fc01b07f",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T06:09:11.0113069+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-09T06:09:11.0113069Z",
"PublicationDate": "2026-01-09T06:09:11.0113069Z",
"DateCreated": "2026-01-09T06:09:11.0113069Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "af1f3188-7ff6-4c2f-998c-be9637dd4743",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "5da0106c-f01f-4110-ad3e-4f11f74760eb",
"departmentaltargets": "fc5d01bb-ce8f-47f9-a241-3bcea7728306",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-01-09T06:09:11.0113069Z",
"targetaudiences": "767dca34-3122-423d-97e2-87b5b879cee9",
"targets": "7935c7a7-5617-4e32-a54b-0a70c923bc30",
"publishingoffices": "77f410ce-4a66-44c8-a654-923d7fc80301",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "52951209-57dc-4a13-9149-d30626c5fc91",
"events": "0511b670-c82f-4c42-8b01-2e81fc01b07f",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T06:09:11.0113069+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-01-09T06:09:11.0113069Z",
"PublicationDate": "2026-01-09T06:09:11.0113069Z",
"DateCreated": "2026-01-09T06:09:11.0113069Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "b755c257-df73-4ba7-bd2c-cf3398f6cab7",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "5368dab5-dbd5-48b5-a8f6-31990748c97c",
"departmentaltargets": "9d4edb1e-5d9d-4ba8-a556-3a885ef7ebcc",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-01-09T06:09:11.0113069Z",
"targetaudiences": "14cdf488-4cb3-4b44-aaa5-2caafe7cb82e",
"targets": "80ecb16b-649c-41f8-b0eb-877811babdeb",
"publishingoffices": "fe48b097-cd4d-42f8-a4b4-1c4aa6ae12a0",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "c4055566-2735-4eb1-a87c-836f5d00056e",
"events": "056f6e84-dee0-4c73-9090-a3f000b61f7d",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T06:09:11.0113069+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": "d0866e4b-251e-407a-89a6-36c7e372f0c2"
}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-01-09T06:09:11.0113069Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "8214b76f-ad76-4681-b0de-1b79f8f8c3ff",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "557cc2c8-4b9c-400e-9c31-e2b725a28cc2",
"departmentaltargets": "befe9b75-b99d-467d-ac8f-1487d8acf793",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-01-09T06:09:11.0113069Z",
"targetaudiences": "f143cc35-7200-4dce-bac7-2429fc7b5e2d",
"targets": "4a2c9f1f-ac9d-4a3b-aead-f05be320104d",
"publishingoffices": "dd774fc2-5f22-4a24-9879-3f1864e81819",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "314f576e-1fe4-40c6-baa3-dd918f2cb248",
"events": "9a1f2294-49b6-44f0-8bdb-519e0a0be85a",
"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-01-09T06:09:11.0113069Z",
"PublicationDate": "2026-01-09T06:09:11.0113069Z",
"DateCreated": "2026-01-09T06:09:11.0113069Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "4e74289d-9383-4742-98bf-4e0c0d092026",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "8f311abd-1c5c-4509-ae9e-7ad5bc434059",
"departmentaltargets": "58779267-8ac6-412b-ab19-87acec0ba23f",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-01-09T06:09:11.0113069Z",
"targetaudiences": "b177bd0f-0b32-44e8-922f-f063823988ed",
"targets": "53b6e1a4-de75-44a5-b4a0-3a1d7b3b74ad",
"publishingoffices": "4f46b390-b36d-4064-b02c-58e2dbe1fb51",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "be9d77f2-b798-4d93-b863-de83b16f67cb",
"events": "3cf850a5-9580-4159-945d-21fb0680d6bd",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T06:09:11.0113069+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-01-09T06:09:11.0113069Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "6fdbf742-eae6-4c8c-83d1-ae6e810d418f",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "c08c3ddd-e997-4b69-adc6-675f0833084d",
"departmentaltargets": "43a2d65c-a0cb-45ab-9895-3386a25fdf90",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-01-09T06:09:11.0113069Z",
"targetaudiences": "9380360e-bf2c-45d2-9b70-c500327a698b",
"targets": "e193401c-92f2-413b-997a-76b4f57a3ae8",
"publishingoffices": "0811facc-eb4f-4a37-ba66-d78383bb6b3b",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "bb7cd96f-4588-4608-9da6-eb941bfac78c",
"events": "74aebc85-8211-4956-aa95-03fa88d873a5",
"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-01-09T06:09:11.0113069Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "58e38bfe-1b16-4e11-a0d7-0710866bba13",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "13080388-b66f-46bf-9ce3-87fecf48bf91",
"departmentaltargets": "a21a714e-c839-431d-b3e0-9994b04e0812",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-01-09T06:09:11.0113069Z",
"targetaudiences": "2858ae95-d888-4349-9f3b-3ef01d441ab1",
"targets": "aa6db2d6-a642-4b88-9f95-37b3f790b4d7",
"publishingoffices": "54e4d975-673d-4b11-8433-04e2ceec1ace",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "e14a93d8-7864-4866-bcb3-79a0b3486037",
"events": "55b2f5f8-c19a-462d-8ce1-27dec5e8342e",
"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-01-09T06:09:11.0113069Z",
"PublicationDate": "2026-01-09T06:09:11.0113069Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:11.0113069Z",
"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": "602e76db-6887-4555-bbf6-d7c142d4a9c6",
"publishingoffices": "b4e9cdc1-226b-4456-b391-7b9fe21c6e6c",
"events": "82e1aa02-13c5-415c-a2c3-fa413ad1aef3",
"targets": "e08100f4-706a-4e57-921f-21d415dd6f65",
"Category": "a1266cea-8f4b-48cf-a7b8-503fd885f4f9",
"imagetypes": "b44b846e-965c-4e1d-b488-36a2bdd4ec98",
"departmentaltargets": "7cee25d3-144c-497e-bd9c-2617836fbb44",
"stakeholders": "fec92e9b-be3b-42df-ab44-5adc84472e61",
"Tags": "c9972def-6186-4ed1-9901-282a169218f2",
"healthtopics": "c580b4cd-3a3b-4ee1-8082-b5fcf1daf7e3",
"targetaudiences": "01f75aef-a61a-49ab-bc6b-51b23d103a76",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "f3ef521d-ccf6-4297-8ae2-9cc1b7ded7b9",
"ParentId": "fc605180-bdd2-4378-aec9-c790ec02fb31",
"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-01-09T06:09:11.0113069Z",
"PublicationDate": "2026-01-09T06:09:11.0113069Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:11.0113069Z",
"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": "602e76db-6887-4555-bbf6-d7c142d4a9c6",
"publishingoffices": "b4e9cdc1-226b-4456-b391-7b9fe21c6e6c",
"events": "82e1aa02-13c5-415c-a2c3-fa413ad1aef3",
"targets": "e08100f4-706a-4e57-921f-21d415dd6f65",
"Category": "a1266cea-8f4b-48cf-a7b8-503fd885f4f9",
"imagetypes": "b44b846e-965c-4e1d-b488-36a2bdd4ec98",
"departmentaltargets": "7cee25d3-144c-497e-bd9c-2617836fbb44",
"stakeholders": "fec92e9b-be3b-42df-ab44-5adc84472e61",
"Tags": "c9972def-6186-4ed1-9901-282a169218f2",
"healthtopics": "c580b4cd-3a3b-4ee1-8082-b5fcf1daf7e3",
"targetaudiences": "01f75aef-a61a-49ab-bc6b-51b23d103a76",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "f3ef521d-ccf6-4297-8ae2-9cc1b7ded7b9",
"ParentId": "fc605180-bdd2-4378-aec9-c790ec02fb31",
"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-01-09T06:09:11.0113069Z",
"PublicationDate": "2026-01-09T06:09:11.0113069Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:11.0113069Z",
"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": "6d871f7a-9394-43e4-b045-1504163b9d4c",
"publishingoffices": "d2612ef4-e518-492c-b7a5-601ca67e691b",
"events": "7849f6df-08fb-4cff-a26c-b8e249059bfe",
"targets": "063173ba-06e9-4df4-a089-28fbf3ef10f3",
"Category": "5fb70cc5-e106-44d8-b68b-0f4e286c6919",
"imagetypes": "69100c37-624e-40b3-b036-0db1aea54a1b",
"departmentaltargets": "905bd95a-60db-42ca-ac79-de30a75341aa",
"stakeholders": "62ce19cb-ee61-4609-90a3-0b043af38936",
"Tags": "267dc0ef-e9df-4f6b-8996-bc99084bc792",
"healthtopics": "a3ad8477-27c1-4bac-9d32-221e05376565",
"targetaudiences": "589d78e9-b9e4-4281-87a4-f8589c2f0ca6",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "f1f9f142-8326-4f99-9074-c150a9873c28",
"ParentId": "6e1b2cfc-48c7-46be-ae3a-ebdf14a9eb63",
"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-01-09T06:09:11.0113069Z",
"PublicationDate": "2026-01-09T06:09:11.0113069Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:11.0113069Z",
"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": "6d871f7a-9394-43e4-b045-1504163b9d4c",
"publishingoffices": "d2612ef4-e518-492c-b7a5-601ca67e691b",
"events": "7849f6df-08fb-4cff-a26c-b8e249059bfe",
"targets": "063173ba-06e9-4df4-a089-28fbf3ef10f3",
"Category": "5fb70cc5-e106-44d8-b68b-0f4e286c6919",
"imagetypes": "69100c37-624e-40b3-b036-0db1aea54a1b",
"departmentaltargets": "905bd95a-60db-42ca-ac79-de30a75341aa",
"stakeholders": "62ce19cb-ee61-4609-90a3-0b043af38936",
"Tags": "267dc0ef-e9df-4f6b-8996-bc99084bc792",
"healthtopics": "a3ad8477-27c1-4bac-9d32-221e05376565",
"targetaudiences": "589d78e9-b9e4-4281-87a4-f8589c2f0ca6",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "f1f9f142-8326-4f99-9074-c150a9873c28",
"ParentId": "6e1b2cfc-48c7-46be-ae3a-ebdf14a9eb63",
"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-01-09T06:09:11.0113069Z",
"PublicationDate": "2026-01-09T06:09:11.0113069Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:11.0113069Z",
"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": "da598d87-301e-4ff6-a5fb-3fac82ff4606",
"targets": "01513b4f-bfdd-4841-9668-2e7da04fd9de",
"regionscountries": "bd653729-7a95-41be-b6f5-75af7bffeeaf",
"stakeholders": "c5aecb5f-e3cd-4b02-8301-39a7c90554f5",
"targetaudiences": "08085f70-1c52-40e0-a16b-440d9341e39c",
"Category": "b5978353-be85-4e92-bf99-35b354e89bd4",
"Tags": "728c7c7b-4e65-450b-91ef-641405dfb7f8",
"departmentaltargets": "9f82d958-6826-4c6f-985e-1d58ff003676",
"events": "7748e238-24e3-4568-9be2-2d66b485fdf3",
"publishingoffices": "66c6476e-7b3d-4222-ab80-7258309ea952",
"Parts": "sample string 25",
"FolderId": "82c39f10-9278-4b95-a284-2a09c16e830f",
"ParentId": "7ec87006-9087-4949-a04c-458bd4e9b0cb",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-01-09T06:09:11.0113069Z",
"PublicationDate": "2026-01-09T06:09:11.0113069Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T06:09:11.0113069Z",
"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": "da598d87-301e-4ff6-a5fb-3fac82ff4606",
"targets": "01513b4f-bfdd-4841-9668-2e7da04fd9de",
"regionscountries": "bd653729-7a95-41be-b6f5-75af7bffeeaf",
"stakeholders": "c5aecb5f-e3cd-4b02-8301-39a7c90554f5",
"targetaudiences": "08085f70-1c52-40e0-a16b-440d9341e39c",
"Category": "b5978353-be85-4e92-bf99-35b354e89bd4",
"Tags": "728c7c7b-4e65-450b-91ef-641405dfb7f8",
"departmentaltargets": "9f82d958-6826-4c6f-985e-1d58ff003676",
"events": "7748e238-24e3-4568-9be2-2d66b485fdf3",
"publishingoffices": "66c6476e-7b3d-4222-ab80-7258309ea952",
"Parts": "sample string 25",
"FolderId": "82c39f10-9278-4b95-a284-2a09c16e830f",
"ParentId": "7ec87006-9087-4949-a04c-458bd4e9b0cb",
"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-01-09T06:09:11.0113069Z",
"PublicationDate": "2026-01-09T06:09:11.0113069Z",
"DateCreated": "2026-01-09T06:09:11.0113069Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "876996d5-ff7b-4a67-af33-a646bcaba521",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "ea4f15a9-f079-4034-9ea7-75e54e8acc08",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "cf893b2a-4e4b-4b8d-bd15-e36929767b02",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-01-09T06:09:11.0113069Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "db5c7e10-8188-4866-b482-d849e16ee5ed",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "4e2a2934-1869-42a7-a8f5-ca03da1981e5",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "8e15f5e4-779a-40eb-af19-3302f801eba2",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T06:09:11.0113069+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-09T06:09:11.0113069Z",
"PublicationDate": "2026-01-09T06:09:11.0113069Z",
"DateCreated": "2026-01-09T06:09:11.0113069Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "876996d5-ff7b-4a67-af33-a646bcaba521",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "ea4f15a9-f079-4034-9ea7-75e54e8acc08",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "cf893b2a-4e4b-4b8d-bd15-e36929767b02",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-01-09T06:09:11.0113069Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "db5c7e10-8188-4866-b482-d849e16ee5ed",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "4e2a2934-1869-42a7-a8f5-ca03da1981e5",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "8e15f5e4-779a-40eb-af19-3302f801eba2",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T06:09:11.0113069+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.