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-02-07T06:14:09.0934863Z",
"PublicationDate": "2026-02-07T06:14:09.0934863Z",
"DateCreated": "2026-02-07T06:14:09.0934863Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "a590b12f-5ca0-4c4c-b711-41342474e485",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "baa4d746-54e8-4fa8-b98e-83fb2c886ce7",
"departmentaltargets": "3e34d717-baa7-4bdc-9ddb-74949337c0b2",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-02-07T06:14:09.0934863Z",
"targetaudiences": "685f8234-1933-44de-94eb-0cf6d655d3ad",
"targets": "c71d8906-9779-42b2-b0d3-f064054ed7d9",
"publishingoffices": "e70d158e-e248-453f-8d50-fe1ded8e7818",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "9fbe19f7-429a-4da4-b4f4-5478d589c62c",
"events": "4b03bc9f-3c30-4ced-9885-e21c45ce0882",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T06:14:09.0934863+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T06:14:09.0934863Z",
"PublicationDate": "2026-02-07T06:14:09.0934863Z",
"DateCreated": "2026-02-07T06:14:09.0934863Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "a590b12f-5ca0-4c4c-b711-41342474e485",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "baa4d746-54e8-4fa8-b98e-83fb2c886ce7",
"departmentaltargets": "3e34d717-baa7-4bdc-9ddb-74949337c0b2",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-02-07T06:14:09.0934863Z",
"targetaudiences": "685f8234-1933-44de-94eb-0cf6d655d3ad",
"targets": "c71d8906-9779-42b2-b0d3-f064054ed7d9",
"publishingoffices": "e70d158e-e248-453f-8d50-fe1ded8e7818",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "9fbe19f7-429a-4da4-b4f4-5478d589c62c",
"events": "4b03bc9f-3c30-4ced-9885-e21c45ce0882",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T06:14:09.0934863+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-02-07T06:14:09.0934863Z",
"PublicationDate": "2026-02-07T06:14:09.0934863Z",
"DateCreated": "2026-02-07T06:14:09.0934863Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "df576644-fb23-4294-80a9-d365579ce9a9",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "046f9ed3-6ca8-457a-a3f9-e21092f5ec7c",
"departmentaltargets": "523b4dcf-0bda-4feb-a864-ba4a9bb4a917",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-02-07T06:14:09.0934863Z",
"targetaudiences": "64d1f419-844c-45ee-adb7-4856976a5276",
"targets": "5bed883f-0670-4248-9efc-81c32610aa14",
"publishingoffices": "70eba1a4-9184-40fb-9905-5a0385bd79c9",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "bc9433b8-87bd-4136-bd6e-22f765d32931",
"events": "11e48516-4312-4ab5-96a3-2bda155453a6",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T06:14:09.0934863+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": "d60513da-ec8a-4a80-9c7e-3fdc7795f00e"
}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-02-07T06:14:09.0934863Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "3b20bd7c-d621-49a2-9894-8de1a87498ca",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "53755a62-b038-4e54-9777-29e8f5318590",
"departmentaltargets": "3698b32a-0ce4-4ce6-baea-276680c9e31e",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-02-07T06:14:09.0934863Z",
"targetaudiences": "83a76ffe-b0e4-442a-8294-84f3f183ffc8",
"targets": "55e4e3d4-3283-4c09-ba09-6e0a98c1fff1",
"publishingoffices": "bd1fd554-3854-4781-987f-adf3ba038a98",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "cd9cb4d9-7c82-4016-8093-4be72c540e0b",
"events": "ff5b6f8d-84cb-4bd3-b9fb-ca87b8b361a2",
"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-02-07T06:14:09.0934863Z",
"PublicationDate": "2026-02-07T06:14:09.0934863Z",
"DateCreated": "2026-02-07T06:14:09.0934863Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "d6d9f5c6-cc76-479b-9bd5-ae3cd07fff55",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "8637139a-68f7-46e2-8771-738cbea88101",
"departmentaltargets": "94826205-edf3-404c-9ae3-52538c8b0ef5",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-02-07T06:14:09.0934863Z",
"targetaudiences": "d53c1289-14f2-45b4-bb55-1ee6786ad513",
"targets": "f1b85aab-904b-4117-ba04-78e63ad9dd26",
"publishingoffices": "6420ef32-7f88-4803-8958-2391f100b7e8",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "815f6654-08a0-4695-8d6f-dbd5549730a8",
"events": "25a473cb-c181-438e-9ec3-6869ad4327b1",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T06:14:09.0934863+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-02-07T06:14:09.0934863Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "f416eb89-5ea8-4169-a3de-7d5119cc692a",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "2240426b-3f93-4a9d-853c-f3a4589710b8",
"departmentaltargets": "b15f54fe-f3b4-4502-9f77-a60699ecd605",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-02-07T06:14:09.0934863Z",
"targetaudiences": "621b95f1-c288-4ebb-9399-1c80657e770c",
"targets": "e00fbd57-c733-4791-b3c0-50d5925adfa4",
"publishingoffices": "3993bddf-8ba2-4ddb-87ba-a4406ec8818c",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "89a7c8b9-5039-41c3-be28-861548c0fd54",
"events": "6b152439-ece6-4018-9044-648ef3b1195f",
"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-02-07T06:14:09.0934863Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "c63405a2-f72b-4fa9-9917-83bc10116514",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "9fc40726-0ceb-4064-9f39-213318155e18",
"departmentaltargets": "0599bbda-b1ac-4cb3-9399-b58bc642c3c5",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-02-07T06:14:09.0934863Z",
"targetaudiences": "d4b58a9e-ccd7-490c-a3d5-921dbc489577",
"targets": "3a6a51b0-2907-4ad0-bc4c-163f3563b8d5",
"publishingoffices": "a2bad864-cabd-42bf-acbe-40ea626c3b27",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "73419d25-bbc4-411f-a6fe-e29be697cb5f",
"events": "912dfdbf-ddc8-46e5-a01b-4287714bf92b",
"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-02-07T06:14:09.0934863Z",
"PublicationDate": "2026-02-07T06:14:09.0934863Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T06:14:09.0934863Z",
"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": "cd63e85b-87e1-492d-b6f8-273c31b3517d",
"publishingoffices": "54c11713-8c5d-40b7-a9b9-5f20a6ea0ee8",
"events": "7632baa8-ab30-48b0-83db-ca20452b1e6a",
"targets": "22a02207-aa84-49bc-bf1a-83945fa35e22",
"Category": "3992069a-455f-4db0-a9a3-8aff1afc1551",
"imagetypes": "ca4c4a8f-8235-43af-a952-75ef19ab6040",
"departmentaltargets": "d3caa20c-7729-463c-88a8-764f6f0e123d",
"stakeholders": "c3c8e821-caa2-4c53-8d52-ea4442f51df0",
"Tags": "e6203922-14ab-4492-b80e-7598fe21205f",
"healthtopics": "213ba8a7-02e9-445e-8930-905a1c736da3",
"targetaudiences": "97e4c7bd-f003-463e-8c25-6ac498476468",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "e5840590-a23f-4af9-beb6-1b3eadcc9058",
"ParentId": "0e5b89f7-1bba-4418-beaf-ae789a19ce30",
"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-02-07T06:14:09.0934863Z",
"PublicationDate": "2026-02-07T06:14:09.0934863Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T06:14:09.0934863Z",
"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": "cd63e85b-87e1-492d-b6f8-273c31b3517d",
"publishingoffices": "54c11713-8c5d-40b7-a9b9-5f20a6ea0ee8",
"events": "7632baa8-ab30-48b0-83db-ca20452b1e6a",
"targets": "22a02207-aa84-49bc-bf1a-83945fa35e22",
"Category": "3992069a-455f-4db0-a9a3-8aff1afc1551",
"imagetypes": "ca4c4a8f-8235-43af-a952-75ef19ab6040",
"departmentaltargets": "d3caa20c-7729-463c-88a8-764f6f0e123d",
"stakeholders": "c3c8e821-caa2-4c53-8d52-ea4442f51df0",
"Tags": "e6203922-14ab-4492-b80e-7598fe21205f",
"healthtopics": "213ba8a7-02e9-445e-8930-905a1c736da3",
"targetaudiences": "97e4c7bd-f003-463e-8c25-6ac498476468",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "e5840590-a23f-4af9-beb6-1b3eadcc9058",
"ParentId": "0e5b89f7-1bba-4418-beaf-ae789a19ce30",
"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-02-07T06:14:09.0934863Z",
"PublicationDate": "2026-02-07T06:14:09.0934863Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T06:14:09.0934863Z",
"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": "3994b9ec-cffa-406a-9da9-15d0e036cbff",
"publishingoffices": "561c6ea7-8b5c-437a-a7f7-81720e5e26bb",
"events": "c6d34bdc-bea7-4c7b-854a-dd60e78e7104",
"targets": "6a717d79-194a-434e-a5ba-3060ac6380c0",
"Category": "fd11116e-39b2-4f86-8c4e-fd47797ab29b",
"imagetypes": "130a0c4a-aa67-49ca-ba25-4478577aa2a5",
"departmentaltargets": "13cab9ba-6acd-45c5-a067-a2437973b44f",
"stakeholders": "06c787a4-45d6-44b8-ab28-ad7579ac9048",
"Tags": "e5e73709-2a45-46bf-a608-71a7435f3c32",
"healthtopics": "3d15a323-e2b5-40a1-89fc-154126a9261a",
"targetaudiences": "b5890ba3-c0b2-46cd-b448-9ea55bee8a68",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "ab318a7e-7431-48b4-ad5b-5add6f828865",
"ParentId": "b7fa3e69-8b09-4ba1-a693-54fb0f4644ff",
"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-02-07T06:14:09.0934863Z",
"PublicationDate": "2026-02-07T06:14:09.0934863Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T06:14:09.0934863Z",
"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": "3994b9ec-cffa-406a-9da9-15d0e036cbff",
"publishingoffices": "561c6ea7-8b5c-437a-a7f7-81720e5e26bb",
"events": "c6d34bdc-bea7-4c7b-854a-dd60e78e7104",
"targets": "6a717d79-194a-434e-a5ba-3060ac6380c0",
"Category": "fd11116e-39b2-4f86-8c4e-fd47797ab29b",
"imagetypes": "130a0c4a-aa67-49ca-ba25-4478577aa2a5",
"departmentaltargets": "13cab9ba-6acd-45c5-a067-a2437973b44f",
"stakeholders": "06c787a4-45d6-44b8-ab28-ad7579ac9048",
"Tags": "e5e73709-2a45-46bf-a608-71a7435f3c32",
"healthtopics": "3d15a323-e2b5-40a1-89fc-154126a9261a",
"targetaudiences": "b5890ba3-c0b2-46cd-b448-9ea55bee8a68",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "ab318a7e-7431-48b4-ad5b-5add6f828865",
"ParentId": "b7fa3e69-8b09-4ba1-a693-54fb0f4644ff",
"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-02-07T06:14:09.0934863Z",
"PublicationDate": "2026-02-07T06:14:09.0934863Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T06:14:09.0934863Z",
"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": "1a437f7b-8d22-4453-8dc3-9028c901dce7",
"targets": "985f5158-28da-4c54-b6d5-ebeb85065788",
"regionscountries": "dea1bf86-b7fb-43f4-92a3-c39675e17a4b",
"stakeholders": "82965875-7e65-4995-909b-5c122ff174a5",
"targetaudiences": "7779656e-8cd0-4e9d-8ba8-fe1433fdc9ff",
"Category": "8266db11-26ab-47f8-b1ed-1d8868405eb4",
"Tags": "0a861121-3bf4-4060-bfcb-7aa075b89999",
"departmentaltargets": "aa551a5a-73c5-4125-97d4-1bfc2d98a177",
"events": "7ed83844-adec-46ec-9d18-6096ffb4c764",
"publishingoffices": "da1c654e-233f-4bce-9d4c-e2197c7c3605",
"Parts": "sample string 25",
"FolderId": "4b17fc68-6e01-4988-ae72-5dda6edad244",
"ParentId": "0cf4e1e0-6b46-4ddf-ac4c-47a992013058",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-02-07T06:14:09.0934863Z",
"PublicationDate": "2026-02-07T06:14:09.0934863Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T06:14:09.0934863Z",
"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": "1a437f7b-8d22-4453-8dc3-9028c901dce7",
"targets": "985f5158-28da-4c54-b6d5-ebeb85065788",
"regionscountries": "dea1bf86-b7fb-43f4-92a3-c39675e17a4b",
"stakeholders": "82965875-7e65-4995-909b-5c122ff174a5",
"targetaudiences": "7779656e-8cd0-4e9d-8ba8-fe1433fdc9ff",
"Category": "8266db11-26ab-47f8-b1ed-1d8868405eb4",
"Tags": "0a861121-3bf4-4060-bfcb-7aa075b89999",
"departmentaltargets": "aa551a5a-73c5-4125-97d4-1bfc2d98a177",
"events": "7ed83844-adec-46ec-9d18-6096ffb4c764",
"publishingoffices": "da1c654e-233f-4bce-9d4c-e2197c7c3605",
"Parts": "sample string 25",
"FolderId": "4b17fc68-6e01-4988-ae72-5dda6edad244",
"ParentId": "0cf4e1e0-6b46-4ddf-ac4c-47a992013058",
"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-02-07T06:14:09.1091111Z",
"PublicationDate": "2026-02-07T06:14:09.1091111Z",
"DateCreated": "2026-02-07T06:14:09.1091111Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "92c70756-a437-40a3-8e49-3aa357faed1a",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "057884ec-0e75-4a94-9038-24f27dd7ab8f",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "9f07def8-26b4-4b8b-be50-eb5a281d1c82",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-02-07T06:14:09.1091111Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "ad153a89-58fd-42ec-87b2-79cf016260d2",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "7feb2cc9-ac77-40ed-bb2d-ba13b55dc62b",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "7e69fae6-c772-4baa-9f34-08f91717732f",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T06:14:09.1091111+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T06:14:09.1091111Z",
"PublicationDate": "2026-02-07T06:14:09.1091111Z",
"DateCreated": "2026-02-07T06:14:09.1091111Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "92c70756-a437-40a3-8e49-3aa357faed1a",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "057884ec-0e75-4a94-9038-24f27dd7ab8f",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "9f07def8-26b4-4b8b-be50-eb5a281d1c82",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-02-07T06:14:09.1091111Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "ad153a89-58fd-42ec-87b2-79cf016260d2",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "7feb2cc9-ac77-40ed-bb2d-ba13b55dc62b",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "7e69fae6-c772-4baa-9f34-08f91717732f",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T06:14:09.1091111+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.