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-06-01T17:53:28.4683878Z",
"PublicationDate": "2026-06-01T17:53:28.4683878Z",
"DateCreated": "2026-06-01T17:53:28.4683878Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "b6c8e394-ad55-4272-ad39-d3a05351641e",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "a19b13cd-eca8-4780-8d5a-f2f26c46e99b",
"departmentaltargets": "570c109a-b247-4502-ab5f-12de1b0f1b86",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-06-01T17:53:28.4683878Z",
"targetaudiences": "c2ecb208-580a-4db8-9611-b4ec5371183b",
"targets": "a343b2fe-dc1d-4cc6-b23a-354b3c304f6a",
"publishingoffices": "743b2b61-979f-4ed0-8e6f-8a56cfd6a8e6",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "a4a97ff3-abc5-4aa1-a8ea-011c3ccffc00",
"events": "8d2282cd-276a-4ee9-8dd9-928b969f86c8",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T17:53:28.4683878+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-06-01T17:53:28.4683878Z",
"PublicationDate": "2026-06-01T17:53:28.4683878Z",
"DateCreated": "2026-06-01T17:53:28.4683878Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "b6c8e394-ad55-4272-ad39-d3a05351641e",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "a19b13cd-eca8-4780-8d5a-f2f26c46e99b",
"departmentaltargets": "570c109a-b247-4502-ab5f-12de1b0f1b86",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-06-01T17:53:28.4683878Z",
"targetaudiences": "c2ecb208-580a-4db8-9611-b4ec5371183b",
"targets": "a343b2fe-dc1d-4cc6-b23a-354b3c304f6a",
"publishingoffices": "743b2b61-979f-4ed0-8e6f-8a56cfd6a8e6",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "a4a97ff3-abc5-4aa1-a8ea-011c3ccffc00",
"events": "8d2282cd-276a-4ee9-8dd9-928b969f86c8",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T17:53:28.4683878+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-06-01T17:53:28.4683878Z",
"PublicationDate": "2026-06-01T17:53:28.4683878Z",
"DateCreated": "2026-06-01T17:53:28.4683878Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "fc2414cb-7858-41b8-93fb-84cac2d6a1b9",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "7fb53c95-e227-4af2-b27b-bf03621cdda3",
"departmentaltargets": "fa91e25e-a0ad-40ce-90e9-9fc92c61a7b2",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-06-01T17:53:28.4683878Z",
"targetaudiences": "bcc592bd-e85a-40d6-91c2-5a29f4655122",
"targets": "fc63ad55-e135-4dff-a70f-e9d0d67fe3d6",
"publishingoffices": "2c0b7432-1f4b-4ee7-bff5-68cbea7319ee",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "6fc65e09-8fc4-4d5f-9eb0-d6000cbc088b",
"events": "5e5e842a-3631-455a-9a56-5304be41211d",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T17:53:28.4683878+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": "39dcd256-902b-4d0d-8fb6-f2d10f82b1cd"
}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-06-01T17:53:28.4683878Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "479d0c22-7992-434e-9b13-0a097b2e89bf",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "f0ca4581-75e0-4612-8e3f-5745f6b3dbee",
"departmentaltargets": "b21c2a98-d50c-4566-b722-d37c20d3e3e8",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-06-01T17:53:28.4683878Z",
"targetaudiences": "296c1263-221e-46db-9ff5-843c405f7974",
"targets": "32ae02cf-b50a-418c-a399-41b5387cf092",
"publishingoffices": "d6aedaed-ced2-461c-a909-3852f0d55a62",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "70c04e06-29a4-4903-9216-679dfff1879d",
"events": "b2e2a128-04b0-4f81-8ee0-7dd3b0757f62",
"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-06-01T17:53:28.4683878Z",
"PublicationDate": "2026-06-01T17:53:28.4683878Z",
"DateCreated": "2026-06-01T17:53:28.4683878Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "36d7920d-e0fd-4985-b047-a3da02a16d97",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "0f0e5756-0c8c-45bc-b051-a6db553083c0",
"departmentaltargets": "c7a7601d-0287-4bae-9b92-1df717287406",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-06-01T17:53:28.4683878Z",
"targetaudiences": "3c076e7e-932b-44ea-b9b4-0db5f3fd5492",
"targets": "b76e3e93-a507-424c-9370-5e9b1e06a82a",
"publishingoffices": "07569570-cf86-495a-84f5-65c377f54de1",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "3b1d6679-bdcd-458f-a384-6797d40aeacb",
"events": "075390be-61bd-4f0a-ab44-a2330c2cb981",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T17:53:28.4683878+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-06-01T17:53:28.4683878Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "bbeb81b2-81fd-4e36-8b17-822a3c0322ae",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "754e2904-28e7-47f3-84b7-c1f1978dd2e9",
"departmentaltargets": "33bb28ec-209e-41e6-8e55-5d39f1556a61",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-06-01T17:53:28.4683878Z",
"targetaudiences": "0a305548-2fa4-4748-bfc2-e9a0d5048589",
"targets": "a64b77e8-4e69-4162-9dbf-bc769721993f",
"publishingoffices": "34fae9fe-c537-4eb5-b8da-6a28a10f98bf",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "ed45170b-43b8-480a-bbcd-f005996e0e7c",
"events": "4facc729-88c3-40a1-af81-f0f95c0558ef",
"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-06-01T17:53:28.4683878Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "9b581917-658d-4215-93df-cffd1ba87c12",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "fd7ebb79-59d7-4229-9c1f-432d7cff4666",
"departmentaltargets": "c5f1157c-5fbc-4966-a674-871ae6ef761b",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-06-01T17:53:28.4683878Z",
"targetaudiences": "c7de032b-c8b2-431d-b271-addad8c9313c",
"targets": "ad3c5473-d1a0-4d56-83d5-af961845f82a",
"publishingoffices": "2733aa7a-4db7-49a8-b7c7-cab699f91c17",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "362be507-1e3d-44c3-8ce4-73a8b3db6d21",
"events": "237f966a-483f-4bf9-ba6f-8700916039b0",
"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-06-01T17:53:28.4683878Z",
"PublicationDate": "2026-06-01T17:53:28.4683878Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T17:53:28.4683878Z",
"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": "2a98113c-afc2-4ea6-a1c0-f239b29d7c60",
"publishingoffices": "dd3d7b8e-7004-45ea-ab8b-f0dda7054db8",
"events": "a44bcb34-3db6-45e7-bdf9-2a9c76f0e90e",
"targets": "ddac97ea-4c26-46b1-9c5a-29d8eccf6a13",
"Category": "92c11a05-975b-4c75-ad78-93075d89ed3d",
"imagetypes": "4a14062c-81df-47ed-ae45-a11e68c6d5d6",
"departmentaltargets": "56ca8376-28dd-4591-8bed-0820d72f66c9",
"stakeholders": "4d97b4c6-7732-4703-87cb-be5de3979b24",
"Tags": "62efd816-30f1-4a3f-a239-995a27fb0bc7",
"healthtopics": "3807ef3a-e065-4914-a243-cea1b1f29c87",
"targetaudiences": "fd71ffd9-7585-421d-9fa9-e2e8ca8b869c",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b2162614-01a1-4cd6-9bf5-68cf66de2c36",
"ParentId": "47bebe20-4730-4e5f-b74d-90fe90a92a9a",
"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-06-01T17:53:28.4683878Z",
"PublicationDate": "2026-06-01T17:53:28.4683878Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T17:53:28.4683878Z",
"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": "2a98113c-afc2-4ea6-a1c0-f239b29d7c60",
"publishingoffices": "dd3d7b8e-7004-45ea-ab8b-f0dda7054db8",
"events": "a44bcb34-3db6-45e7-bdf9-2a9c76f0e90e",
"targets": "ddac97ea-4c26-46b1-9c5a-29d8eccf6a13",
"Category": "92c11a05-975b-4c75-ad78-93075d89ed3d",
"imagetypes": "4a14062c-81df-47ed-ae45-a11e68c6d5d6",
"departmentaltargets": "56ca8376-28dd-4591-8bed-0820d72f66c9",
"stakeholders": "4d97b4c6-7732-4703-87cb-be5de3979b24",
"Tags": "62efd816-30f1-4a3f-a239-995a27fb0bc7",
"healthtopics": "3807ef3a-e065-4914-a243-cea1b1f29c87",
"targetaudiences": "fd71ffd9-7585-421d-9fa9-e2e8ca8b869c",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b2162614-01a1-4cd6-9bf5-68cf66de2c36",
"ParentId": "47bebe20-4730-4e5f-b74d-90fe90a92a9a",
"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-06-01T17:53:28.4683878Z",
"PublicationDate": "2026-06-01T17:53:28.4683878Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T17:53:28.4683878Z",
"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": "429f8247-890c-456f-8b45-155dd0963da5",
"publishingoffices": "e94b8f43-5563-4876-a3e9-2f422ecfd584",
"events": "3928ce99-ed52-446b-9e9f-bbc360b25912",
"targets": "7c7f55fe-f61d-4786-bc10-989815158675",
"Category": "f688705b-d2f1-4687-8dbc-934749ddbec5",
"imagetypes": "2a19c7e4-dd62-4273-b0f2-3aafbfc70dae",
"departmentaltargets": "9b60e5ee-f657-46e0-92e9-be36a072f2de",
"stakeholders": "14dc2099-e5f4-421f-96a1-cc68467e7b2e",
"Tags": "f9f87a3a-c77a-4059-b2f7-7d33d8a4a4ab",
"healthtopics": "f6731bb8-ff0c-420d-9d6f-6c84f6365f19",
"targetaudiences": "07d848aa-9000-4496-9e88-28b2ad3001e7",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "916739e4-247e-48f1-9dcc-7945ecc9c646",
"ParentId": "aa64cb3a-a5a9-47e2-9e3e-667861918545",
"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-06-01T17:53:28.4683878Z",
"PublicationDate": "2026-06-01T17:53:28.4683878Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T17:53:28.4683878Z",
"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": "429f8247-890c-456f-8b45-155dd0963da5",
"publishingoffices": "e94b8f43-5563-4876-a3e9-2f422ecfd584",
"events": "3928ce99-ed52-446b-9e9f-bbc360b25912",
"targets": "7c7f55fe-f61d-4786-bc10-989815158675",
"Category": "f688705b-d2f1-4687-8dbc-934749ddbec5",
"imagetypes": "2a19c7e4-dd62-4273-b0f2-3aafbfc70dae",
"departmentaltargets": "9b60e5ee-f657-46e0-92e9-be36a072f2de",
"stakeholders": "14dc2099-e5f4-421f-96a1-cc68467e7b2e",
"Tags": "f9f87a3a-c77a-4059-b2f7-7d33d8a4a4ab",
"healthtopics": "f6731bb8-ff0c-420d-9d6f-6c84f6365f19",
"targetaudiences": "07d848aa-9000-4496-9e88-28b2ad3001e7",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "916739e4-247e-48f1-9dcc-7945ecc9c646",
"ParentId": "aa64cb3a-a5a9-47e2-9e3e-667861918545",
"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-06-01T17:53:28.4683878Z",
"PublicationDate": "2026-06-01T17:53:28.4683878Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T17:53:28.4683878Z",
"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": "6e1e8871-9847-47b1-841d-f378c599061b",
"targets": "0221049d-5a22-4167-82d6-6f77113ce0d8",
"regionscountries": "8c8b7dad-5f76-40ac-b84f-d431d8da49aa",
"stakeholders": "591f5a18-bb34-4a70-84ad-1c1cedabc84d",
"targetaudiences": "f9a7a5b7-c848-4f4a-a00c-9e152289dff5",
"Category": "d4839601-5592-47d0-af80-3ed6889d0fe2",
"Tags": "e1be3107-7e22-4ecf-bfd4-8ac21c712b34",
"departmentaltargets": "de93dd87-674f-4394-a24e-8f9bdc6ec939",
"events": "d7b08526-bde9-486f-94bf-b3fc2d98bd42",
"publishingoffices": "d47cdca3-405f-445b-9dd3-dd062fecb904",
"Parts": "sample string 25",
"FolderId": "807fa91b-6026-4181-9b6f-273acfbcbdc2",
"ParentId": "d5fdc6af-1240-4e3c-84ff-c582620ec2e4",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-06-01T17:53:28.4683878Z",
"PublicationDate": "2026-06-01T17:53:28.4683878Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-06-01T17:53:28.4683878Z",
"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": "6e1e8871-9847-47b1-841d-f378c599061b",
"targets": "0221049d-5a22-4167-82d6-6f77113ce0d8",
"regionscountries": "8c8b7dad-5f76-40ac-b84f-d431d8da49aa",
"stakeholders": "591f5a18-bb34-4a70-84ad-1c1cedabc84d",
"targetaudiences": "f9a7a5b7-c848-4f4a-a00c-9e152289dff5",
"Category": "d4839601-5592-47d0-af80-3ed6889d0fe2",
"Tags": "e1be3107-7e22-4ecf-bfd4-8ac21c712b34",
"departmentaltargets": "de93dd87-674f-4394-a24e-8f9bdc6ec939",
"events": "d7b08526-bde9-486f-94bf-b3fc2d98bd42",
"publishingoffices": "d47cdca3-405f-445b-9dd3-dd062fecb904",
"Parts": "sample string 25",
"FolderId": "807fa91b-6026-4181-9b6f-273acfbcbdc2",
"ParentId": "d5fdc6af-1240-4e3c-84ff-c582620ec2e4",
"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-06-01T17:53:28.4683878Z",
"PublicationDate": "2026-06-01T17:53:28.4683878Z",
"DateCreated": "2026-06-01T17:53:28.4683878Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "8cb752a8-0b4b-4df4-a218-94cd28db03e8",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "2017ec6f-49f8-4731-a94f-e844784474e8",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "42e2e5df-46e5-45ad-98ef-c918734f72f1",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-06-01T17:53:28.4683878Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "7eb2c56f-0bf5-4274-b65d-b6169c53a7dd",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "8e8ca19e-6573-4a89-a990-35fe03ab205a",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "2afe1f1d-d789-453c-81ec-07f2433aee9a",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T17:53:28.4683878+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-06-01T17:53:28.4683878Z",
"PublicationDate": "2026-06-01T17:53:28.4683878Z",
"DateCreated": "2026-06-01T17:53:28.4683878Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "8cb752a8-0b4b-4df4-a218-94cd28db03e8",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "2017ec6f-49f8-4731-a94f-e844784474e8",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "42e2e5df-46e5-45ad-98ef-c918734f72f1",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-06-01T17:53:28.4683878Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "7eb2c56f-0bf5-4274-b65d-b6169c53a7dd",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "8e8ca19e-6573-4a89-a990-35fe03ab205a",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "2afe1f1d-d789-453c-81ec-07f2433aee9a",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-06-01T17:53:28.4683878+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.