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-10T14:36:26.7932259Z",
"PublicationDate": "2026-02-10T14:36:26.7932259Z",
"DateCreated": "2026-02-10T14:36:26.7932259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "3a0bb8f4-44d2-42fa-b694-3d0f555665bf",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "c8c07522-4941-41fa-88bc-9619271269ab",
"departmentaltargets": "348d37bb-c40d-46c3-8692-fdc193589718",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-02-10T14:36:26.7932259Z",
"targetaudiences": "4cd1b8cb-f774-41db-bb72-5bb020b36376",
"targets": "a3f96cd3-2268-4b32-a86d-c23258ea7f08",
"publishingoffices": "7ae4ef7a-819a-4ce5-8813-2a71811c5b83",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "8ed859f0-8570-4ab8-b5ff-06a5ffed841c",
"events": "ba0f1bff-6e64-439c-a309-ebd63386bb96",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T14:36:26.7932259+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-10T14:36:26.7932259Z",
"PublicationDate": "2026-02-10T14:36:26.7932259Z",
"DateCreated": "2026-02-10T14:36:26.7932259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "3a0bb8f4-44d2-42fa-b694-3d0f555665bf",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "c8c07522-4941-41fa-88bc-9619271269ab",
"departmentaltargets": "348d37bb-c40d-46c3-8692-fdc193589718",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-02-10T14:36:26.7932259Z",
"targetaudiences": "4cd1b8cb-f774-41db-bb72-5bb020b36376",
"targets": "a3f96cd3-2268-4b32-a86d-c23258ea7f08",
"publishingoffices": "7ae4ef7a-819a-4ce5-8813-2a71811c5b83",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "8ed859f0-8570-4ab8-b5ff-06a5ffed841c",
"events": "ba0f1bff-6e64-439c-a309-ebd63386bb96",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T14:36:26.7932259+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-10T14:36:26.7932259Z",
"PublicationDate": "2026-02-10T14:36:26.7932259Z",
"DateCreated": "2026-02-10T14:36:26.7932259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "3c1381a6-d6e7-4898-9c42-df9ad5f9c083",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "db4f938a-a249-48d1-ad8f-52f3b0217eb1",
"departmentaltargets": "62a79ed3-2dcd-474a-8eaa-4707399a44c9",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-02-10T14:36:26.7932259Z",
"targetaudiences": "cbadbfe9-9faf-4315-aa97-b9414b22126d",
"targets": "2432911b-71dd-463c-a0ae-fbe035c149d0",
"publishingoffices": "61187a99-dc24-49cf-a00a-bb305388c5bc",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "4c520c9a-f4ae-4489-8079-02ee530dd92a",
"events": "9f566c18-61db-4147-bebf-5523eb874b1c",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T14:36:26.7932259+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": "f94fd02a-2dca-4417-a6dd-159532492652"
}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-10T14:36:26.7932259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "d00905ce-72cf-474e-a443-8480dbf8d689",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "47498a32-0e90-4442-a7e4-98c66bd8445d",
"departmentaltargets": "9cd8bfbb-20f2-4dca-9f0c-b5c5b1791b8a",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-02-10T14:36:26.7932259Z",
"targetaudiences": "53438ebd-159f-4660-a782-d07c759d3f60",
"targets": "fd5fcc84-84e3-45d2-b448-2fa6cfe31197",
"publishingoffices": "18bd3e67-27c8-49bd-ba12-87549e2d5b59",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "f70324a7-1490-4c82-8596-0e22f12cfcc1",
"events": "152ba948-a867-41d9-a3e4-b3e9b0dac3a6",
"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-10T14:36:26.7932259Z",
"PublicationDate": "2026-02-10T14:36:26.7932259Z",
"DateCreated": "2026-02-10T14:36:26.7932259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "127bdcd0-7c01-4ef0-b994-9166b8499e72",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "2ab3b1df-c931-4804-95fb-c8a356252654",
"departmentaltargets": "3607774b-fcd3-49c3-8074-07f0a8c329cb",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-02-10T14:36:26.7932259Z",
"targetaudiences": "09cc5cba-91d4-4f4a-b22b-96a874568d82",
"targets": "8d1d16d0-e500-4a52-9247-92bd9465d239",
"publishingoffices": "9c486fa8-7cb8-4eff-bedd-6e5f01a16119",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "12dd81bb-fecf-4072-be72-4f9da23676a0",
"events": "369479e5-b6f7-4078-b12e-e83ab7355d66",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T14:36:26.7932259+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-10T14:36:26.7932259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "ae98f1db-b30a-4475-beff-baac12160ee9",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "192467bd-5c79-485e-8216-e6c9f382a904",
"departmentaltargets": "03bec897-186e-4bac-a0d9-021a646a744f",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-02-10T14:36:26.7932259Z",
"targetaudiences": "8b32c14f-f2a9-449c-86fb-e2867fc739d2",
"targets": "f66f45fc-45ff-42da-bc9b-48d35752eff5",
"publishingoffices": "9707fc5d-27e5-478e-a3d3-616fc09fdc81",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "5a0984e8-9674-457d-af4d-976c7c09cf07",
"events": "78baecf1-ce78-4ffa-af84-dbe6e5b35dab",
"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-10T14:36:26.7932259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "22e9653e-8e4b-4986-af73-689026d2c169",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "e8cc1496-5cc1-4d86-9372-d373421a051f",
"departmentaltargets": "f8d70398-5796-45b6-bfcb-6c035cf29845",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-02-10T14:36:26.7932259Z",
"targetaudiences": "c8e42199-8027-4cd2-828f-9b759bf3c495",
"targets": "2f0346f0-db7e-41bd-948a-f2212708a9af",
"publishingoffices": "b19e4e16-6732-48e6-bace-12ea367039c3",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "f0c5ad06-88f5-48d0-b92c-623251b55913",
"events": "ea279a4f-ef0a-4f5a-a087-0d38306ad528",
"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-10T14:36:26.7932259Z",
"PublicationDate": "2026-02-10T14:36:26.7932259Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T14:36:26.7932259Z",
"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": "610e962e-d45c-4d1d-8bc1-528e24560ae8",
"publishingoffices": "13c29bc2-479f-485e-aa0d-a5b29bef2930",
"events": "f05d76e8-295e-46d2-bb75-f8cda7bf7679",
"targets": "83e400c2-2d1f-413a-924f-c20891c3d9b9",
"Category": "ee605d79-d776-4675-af10-0ef0da25e9b8",
"imagetypes": "05035a34-1ac6-480a-bdbc-7cc1436103cd",
"departmentaltargets": "0b9238ab-d2e5-4035-bc21-cb2ce801a23a",
"stakeholders": "b05d4aac-db34-47f9-8f59-41951f8dacc2",
"Tags": "bddb3c92-2039-4269-a0f8-e4b71af4b89d",
"healthtopics": "60530a91-c2c8-44ca-bbc7-50b3b2e37be9",
"targetaudiences": "4b9493a0-81a1-4d51-b757-acdddc272f71",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "327b60d2-52d9-441a-8880-04abd79af314",
"ParentId": "a93441b1-0b0a-42e6-a957-50a24c88bfca",
"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-10T14:36:26.7932259Z",
"PublicationDate": "2026-02-10T14:36:26.7932259Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T14:36:26.7932259Z",
"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": "610e962e-d45c-4d1d-8bc1-528e24560ae8",
"publishingoffices": "13c29bc2-479f-485e-aa0d-a5b29bef2930",
"events": "f05d76e8-295e-46d2-bb75-f8cda7bf7679",
"targets": "83e400c2-2d1f-413a-924f-c20891c3d9b9",
"Category": "ee605d79-d776-4675-af10-0ef0da25e9b8",
"imagetypes": "05035a34-1ac6-480a-bdbc-7cc1436103cd",
"departmentaltargets": "0b9238ab-d2e5-4035-bc21-cb2ce801a23a",
"stakeholders": "b05d4aac-db34-47f9-8f59-41951f8dacc2",
"Tags": "bddb3c92-2039-4269-a0f8-e4b71af4b89d",
"healthtopics": "60530a91-c2c8-44ca-bbc7-50b3b2e37be9",
"targetaudiences": "4b9493a0-81a1-4d51-b757-acdddc272f71",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "327b60d2-52d9-441a-8880-04abd79af314",
"ParentId": "a93441b1-0b0a-42e6-a957-50a24c88bfca",
"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-10T14:36:26.7932259Z",
"PublicationDate": "2026-02-10T14:36:26.7932259Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T14:36:26.7932259Z",
"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": "4999c248-b058-46e2-b85a-c12de0d308bd",
"publishingoffices": "e9c9ce0d-b59b-422e-82eb-f6d82e849c36",
"events": "14de6323-8cc9-4c02-91c0-5515e1bc5fc5",
"targets": "d507a214-b103-4bae-b613-18f697dd1f07",
"Category": "aacf5e96-127a-482d-bde7-b312d88a6c54",
"imagetypes": "c66a881e-d74e-445c-be50-067f12771035",
"departmentaltargets": "57fb6897-721b-4161-bc85-37f6fac078ae",
"stakeholders": "457a2638-0aa9-426a-85a9-74f063176e0a",
"Tags": "8ea19522-e03a-44c2-9b1f-298f278d3974",
"healthtopics": "a28a5ded-102e-40d8-a10f-aec0418a8271",
"targetaudiences": "f97ad16e-473e-4d15-8a14-829fc4af724f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6fba2f15-27ae-47fa-81e8-9657b27b9e62",
"ParentId": "0d04f956-2821-42f3-8ce2-b87d79ce687f",
"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-10T14:36:26.7932259Z",
"PublicationDate": "2026-02-10T14:36:26.7932259Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T14:36:26.7932259Z",
"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": "4999c248-b058-46e2-b85a-c12de0d308bd",
"publishingoffices": "e9c9ce0d-b59b-422e-82eb-f6d82e849c36",
"events": "14de6323-8cc9-4c02-91c0-5515e1bc5fc5",
"targets": "d507a214-b103-4bae-b613-18f697dd1f07",
"Category": "aacf5e96-127a-482d-bde7-b312d88a6c54",
"imagetypes": "c66a881e-d74e-445c-be50-067f12771035",
"departmentaltargets": "57fb6897-721b-4161-bc85-37f6fac078ae",
"stakeholders": "457a2638-0aa9-426a-85a9-74f063176e0a",
"Tags": "8ea19522-e03a-44c2-9b1f-298f278d3974",
"healthtopics": "a28a5ded-102e-40d8-a10f-aec0418a8271",
"targetaudiences": "f97ad16e-473e-4d15-8a14-829fc4af724f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6fba2f15-27ae-47fa-81e8-9657b27b9e62",
"ParentId": "0d04f956-2821-42f3-8ce2-b87d79ce687f",
"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-10T14:36:26.7932259Z",
"PublicationDate": "2026-02-10T14:36:26.7932259Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T14:36:26.7932259Z",
"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": "83df9b28-1cd1-4b34-bac5-24f026450a7b",
"targets": "4b9fa202-6e69-4c07-b314-fcd31cd61b9c",
"regionscountries": "74528e5c-fda4-4caf-b2dd-be380b4df549",
"stakeholders": "6f082290-5f69-4e16-bbc6-c2ad38ec7884",
"targetaudiences": "6981e86a-cec8-48e6-905b-4a1136d576d1",
"Category": "08b81a1a-c928-411d-aefb-a6e40244d064",
"Tags": "8b994b74-07e4-4243-9e59-fba93702844c",
"departmentaltargets": "eb928f03-e905-4801-a3f1-5ee3e1c2382c",
"events": "ef84ada4-5543-4441-8601-1d6cfbcce346",
"publishingoffices": "c3d3b637-25f7-4369-8983-0455b2cd99b7",
"Parts": "sample string 25",
"FolderId": "6c862ad2-0821-4688-94f4-ba610a70b17d",
"ParentId": "1dff65f7-e837-4db0-a100-ad0bdfd1f7ec",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-02-10T14:36:26.7932259Z",
"PublicationDate": "2026-02-10T14:36:26.7932259Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-10T14:36:26.7932259Z",
"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": "83df9b28-1cd1-4b34-bac5-24f026450a7b",
"targets": "4b9fa202-6e69-4c07-b314-fcd31cd61b9c",
"regionscountries": "74528e5c-fda4-4caf-b2dd-be380b4df549",
"stakeholders": "6f082290-5f69-4e16-bbc6-c2ad38ec7884",
"targetaudiences": "6981e86a-cec8-48e6-905b-4a1136d576d1",
"Category": "08b81a1a-c928-411d-aefb-a6e40244d064",
"Tags": "8b994b74-07e4-4243-9e59-fba93702844c",
"departmentaltargets": "eb928f03-e905-4801-a3f1-5ee3e1c2382c",
"events": "ef84ada4-5543-4441-8601-1d6cfbcce346",
"publishingoffices": "c3d3b637-25f7-4369-8983-0455b2cd99b7",
"Parts": "sample string 25",
"FolderId": "6c862ad2-0821-4688-94f4-ba610a70b17d",
"ParentId": "1dff65f7-e837-4db0-a100-ad0bdfd1f7ec",
"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-10T14:36:26.7932259Z",
"PublicationDate": "2026-02-10T14:36:26.7932259Z",
"DateCreated": "2026-02-10T14:36:26.7932259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "780d43a1-4f33-4bfb-bdff-472c083a3e94",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "6ba48ee6-4d37-4e11-b3b7-add0dca442fe",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "e9ef689f-f3fb-4c99-9c95-ef9f77adcb82",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-02-10T14:36:26.7932259Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "0259d6c1-9765-43a6-8c6f-b7fbe880b414",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "1bba8924-c227-4e67-91f6-0e22408eb02a",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "75b82892-dbb8-4e64-89e5-8c4db4f0873c",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T14:36:26.7932259+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-10T14:36:26.7932259Z",
"PublicationDate": "2026-02-10T14:36:26.7932259Z",
"DateCreated": "2026-02-10T14:36:26.7932259Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "780d43a1-4f33-4bfb-bdff-472c083a3e94",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "6ba48ee6-4d37-4e11-b3b7-add0dca442fe",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "e9ef689f-f3fb-4c99-9c95-ef9f77adcb82",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-02-10T14:36:26.7932259Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "0259d6c1-9765-43a6-8c6f-b7fbe880b414",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "1bba8924-c227-4e67-91f6-0e22408eb02a",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "75b82892-dbb8-4e64-89e5-8c4db4f0873c",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-10T14:36:26.7932259+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.