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": "2025-09-12T10:40:25.4704739Z",
"PublicationDate": "2025-09-12T10:40:25.4704739Z",
"DateCreated": "2025-09-12T10:40:25.4704739Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "ccc5ce13-6a7d-45c5-84d4-a63f96ec4c4c",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "e1c9a9e5-a698-4f36-b6d0-507c5932bf40",
"departmentaltargets": "62d8f5d7-ec72-4c59-91ef-bfe0230258b8",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-09-12T10:40:25.4704739Z",
"targetaudiences": "9bb86018-c377-4cc2-a636-2210063e0f40",
"targets": "a4fded6b-134b-44e0-b387-7f31f95dc102",
"publishingoffices": "0b4bedb3-5651-4ea7-8163-12febcdba696",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "e14db3b7-73d1-41e4-9654-198ffa5094a5",
"events": "bb1ea4af-1999-4276-9970-3b64af9bb236",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T10:40:25.4704739+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T10:40:25.4704739Z",
"PublicationDate": "2025-09-12T10:40:25.4704739Z",
"DateCreated": "2025-09-12T10:40:25.4704739Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "ccc5ce13-6a7d-45c5-84d4-a63f96ec4c4c",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "e1c9a9e5-a698-4f36-b6d0-507c5932bf40",
"departmentaltargets": "62d8f5d7-ec72-4c59-91ef-bfe0230258b8",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-09-12T10:40:25.4704739Z",
"targetaudiences": "9bb86018-c377-4cc2-a636-2210063e0f40",
"targets": "a4fded6b-134b-44e0-b387-7f31f95dc102",
"publishingoffices": "0b4bedb3-5651-4ea7-8163-12febcdba696",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "e14db3b7-73d1-41e4-9654-198ffa5094a5",
"events": "bb1ea4af-1999-4276-9970-3b64af9bb236",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T10:40:25.4704739+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": "2025-09-12T10:40:25.4704739Z",
"PublicationDate": "2025-09-12T10:40:25.4704739Z",
"DateCreated": "2025-09-12T10:40:25.4704739Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "f161162e-55bb-48c8-a255-758705052bc1",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "6d58da22-f66e-4375-95ce-b0daa61bcc41",
"departmentaltargets": "72d2a6f4-7d46-49b3-ad04-e5a245223c8b",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-09-12T10:40:25.4704739Z",
"targetaudiences": "9ebbcbe3-7cde-4394-8d7f-d08922f162d6",
"targets": "63152104-0edc-4f22-8797-c313efaabe07",
"publishingoffices": "768e44e0-7587-4697-889e-d55cf7309ad5",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "1a95d17f-a9ef-413b-9bd9-1b30cacff297",
"events": "454ce9c3-764d-4878-a311-640a42bec30f",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T10:40:25.4704739+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": "340f1213-2655-490c-9af8-02e074c1e450"
}
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": "2025-09-12T10:40:25.4704739Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "79042326-be6d-434c-8469-992c2bfef354",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "8932a474-3b78-483b-b981-e40717f0dd27",
"departmentaltargets": "7aa78fb5-03eb-49c8-9927-47ae1931d4a2",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-09-12T10:40:25.4704739Z",
"targetaudiences": "a02cd5f1-d0fa-42e9-9e3f-278cd9142563",
"targets": "9933e2b6-b64d-4edc-8222-a81cfc2e88bf",
"publishingoffices": "a91c17d3-fffc-4c65-b80c-26a24d0ffc0e",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "0ff172f6-8ee9-4d73-aed7-7fbe64af943a",
"events": "0554f1b3-2d33-4a93-bb25-320079c78931",
"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": "2025-09-12T10:40:25.4704739Z",
"PublicationDate": "2025-09-12T10:40:25.4704739Z",
"DateCreated": "2025-09-12T10:40:25.4704739Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "c50e4b84-9b18-42ba-90b4-9495e01d4965",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "f6413913-8c0a-41c5-8965-961631512953",
"departmentaltargets": "f6b1f124-ca0e-455f-b80a-814aa67d621c",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-09-12T10:40:25.4704739Z",
"targetaudiences": "8fd8c2b7-cf0e-49cd-beda-ce9b5f80c05f",
"targets": "c1402ad7-fb35-4705-9a3a-fd42efa3f2bf",
"publishingoffices": "6ff7a388-dafe-4075-bdb8-a65a1f7cbb03",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "c5aacc9f-1437-4dfe-8c7a-8a9be48422c9",
"events": "49c1bf10-d91e-47dc-833c-f03dd7e76e15",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T10:40:25.4704739+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": "2025-09-12T10:40:25.4704739Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "d17d1f2a-4339-4161-98ce-77c06f8315ec",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "3a775be8-0711-42f5-a4a8-a7f77937a071",
"departmentaltargets": "e4e7deaa-b413-46d3-82ae-caaad96b7d40",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-09-12T10:40:25.4704739Z",
"targetaudiences": "21e3608f-9839-4a13-824a-8fab590cf9c1",
"targets": "14c1b400-a19b-4cc0-9428-6faa67e7088d",
"publishingoffices": "a0cfe1b1-cf93-4507-9e4b-4fcfb3c152c6",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "039a01f4-28c9-4c37-9696-dea2b1cea4f9",
"events": "cfc428c5-1489-4ceb-91f3-ce68d8316568",
"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": "2025-09-12T10:40:25.4704739Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "bcea89be-f1f6-49b3-9ef8-9198514defa0",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "7ecec30f-b9e7-4146-80ca-3f8594f4af87",
"departmentaltargets": "c094767b-e809-4b1e-93f4-bb7449cf65ad",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-09-12T10:40:25.4704739Z",
"targetaudiences": "9fb5586e-d998-4010-ab8e-69b6a2545dd8",
"targets": "68b4e570-778f-4795-8037-81cdcf6ac009",
"publishingoffices": "e96e6076-79c3-4cf2-8713-d11cc3a77227",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "39407ce6-3169-436c-a5f6-5fdd4a248234",
"events": "e785b2e0-46d7-4f6b-bec9-7b9a117a9fb2",
"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": "2025-09-12T10:40:25.4704739Z",
"PublicationDate": "2025-09-12T10:40:25.4704739Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T10:40:25.4704739Z",
"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": "09e928f1-69a5-4901-aac8-cb3947082271",
"publishingoffices": "3a33612e-eb81-4a60-a203-86fd2b9e48b9",
"events": "5f570b52-e9c8-4203-90c8-dcc92be39e12",
"targets": "2cbde962-fb67-4904-a2cd-924933bb1b12",
"Category": "55e4b4bc-5419-436b-9747-f040059cf12d",
"imagetypes": "0ed5aae7-a442-4cf2-bea4-bdcf1e570f3e",
"departmentaltargets": "9a9d0183-511a-4fe5-a231-d32bb7c574fc",
"stakeholders": "6eaa8568-4b4f-482f-8cab-aad60658e2a0",
"Tags": "ebdf0398-c1cf-4f93-b92e-b9c068460dff",
"healthtopics": "354d602f-9004-4271-9eae-8e963e90d0d5",
"targetaudiences": "5e5f6dce-57d1-4d7c-a423-f9e9e353d21d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6fc03652-810d-4192-9d1e-e87e56513512",
"ParentId": "135b0dd8-9de9-42dc-9b4a-3f330b50cee4",
"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": "2025-09-12T10:40:25.4704739Z",
"PublicationDate": "2025-09-12T10:40:25.4704739Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T10:40:25.4704739Z",
"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": "09e928f1-69a5-4901-aac8-cb3947082271",
"publishingoffices": "3a33612e-eb81-4a60-a203-86fd2b9e48b9",
"events": "5f570b52-e9c8-4203-90c8-dcc92be39e12",
"targets": "2cbde962-fb67-4904-a2cd-924933bb1b12",
"Category": "55e4b4bc-5419-436b-9747-f040059cf12d",
"imagetypes": "0ed5aae7-a442-4cf2-bea4-bdcf1e570f3e",
"departmentaltargets": "9a9d0183-511a-4fe5-a231-d32bb7c574fc",
"stakeholders": "6eaa8568-4b4f-482f-8cab-aad60658e2a0",
"Tags": "ebdf0398-c1cf-4f93-b92e-b9c068460dff",
"healthtopics": "354d602f-9004-4271-9eae-8e963e90d0d5",
"targetaudiences": "5e5f6dce-57d1-4d7c-a423-f9e9e353d21d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6fc03652-810d-4192-9d1e-e87e56513512",
"ParentId": "135b0dd8-9de9-42dc-9b4a-3f330b50cee4",
"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": "2025-09-12T10:40:25.4704739Z",
"PublicationDate": "2025-09-12T10:40:25.4704739Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T10:40:25.4704739Z",
"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": "fe1bda20-f349-48fd-9584-dcc130f6156d",
"publishingoffices": "15f21c57-2cfd-48ec-a37c-af3ba6c217c6",
"events": "144cf076-9a94-4307-9dbb-6be5998acbb6",
"targets": "9784f68b-e7c9-4a98-b178-8d4eeabd7ef3",
"Category": "1de76457-6b1e-404b-bbda-9772762b89c6",
"imagetypes": "0f7496a4-bc2c-48ac-a48b-f8079d5ab8d0",
"departmentaltargets": "834b8dbd-5e43-4950-b9cc-c8fa20fc0c3b",
"stakeholders": "074faa2b-3c56-46bc-8a40-eeb02b72983f",
"Tags": "258b1e5b-93b0-4003-8280-f07299eb3afd",
"healthtopics": "9633b9f1-dc31-4385-895b-d27f301c6a54",
"targetaudiences": "f84d1c37-fa98-4dbf-8cda-2c2cf16f1a5a",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "1494fe86-6626-41e0-83d0-26936493abbc",
"ParentId": "a773e3e9-f74d-43a3-9ef3-fc498c506fb8",
"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": "2025-09-12T10:40:25.4704739Z",
"PublicationDate": "2025-09-12T10:40:25.4704739Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T10:40:25.4704739Z",
"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": "fe1bda20-f349-48fd-9584-dcc130f6156d",
"publishingoffices": "15f21c57-2cfd-48ec-a37c-af3ba6c217c6",
"events": "144cf076-9a94-4307-9dbb-6be5998acbb6",
"targets": "9784f68b-e7c9-4a98-b178-8d4eeabd7ef3",
"Category": "1de76457-6b1e-404b-bbda-9772762b89c6",
"imagetypes": "0f7496a4-bc2c-48ac-a48b-f8079d5ab8d0",
"departmentaltargets": "834b8dbd-5e43-4950-b9cc-c8fa20fc0c3b",
"stakeholders": "074faa2b-3c56-46bc-8a40-eeb02b72983f",
"Tags": "258b1e5b-93b0-4003-8280-f07299eb3afd",
"healthtopics": "9633b9f1-dc31-4385-895b-d27f301c6a54",
"targetaudiences": "f84d1c37-fa98-4dbf-8cda-2c2cf16f1a5a",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "1494fe86-6626-41e0-83d0-26936493abbc",
"ParentId": "a773e3e9-f74d-43a3-9ef3-fc498c506fb8",
"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": "2025-09-12T10:40:25.4704739Z",
"PublicationDate": "2025-09-12T10:40:25.4704739Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T10:40:25.4704739Z",
"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": "192df743-6a12-4306-ba3b-fb8cc133348b",
"targets": "a30588d9-425c-4bd9-a0ce-a3538e4214ee",
"regionscountries": "f10e086f-aa13-4a15-8ed6-4b4cc38b3399",
"stakeholders": "3691ceae-210e-46cc-803f-420de128de19",
"targetaudiences": "582b3abb-7279-4881-8918-fcb98ebda5c1",
"Category": "824cf55f-b0a4-41e3-bc61-51245c7da4fe",
"Tags": "7a458b4f-82b7-48b2-a46c-9566448ad756",
"departmentaltargets": "baff0952-50fe-42af-ba83-9073c02f0013",
"events": "eb5c33e5-88ca-42cf-b881-e5158bf2f761",
"publishingoffices": "c6b496b8-0476-4336-818d-bde96574bbdd",
"Parts": "sample string 25",
"FolderId": "9d7474dc-aa58-41dc-b54a-9e3fb628ecc4",
"ParentId": "f7a8abf2-7c19-4a6c-af81-3ed1d4519040",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-09-12T10:40:25.4704739Z",
"PublicationDate": "2025-09-12T10:40:25.4704739Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T10:40:25.4704739Z",
"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": "192df743-6a12-4306-ba3b-fb8cc133348b",
"targets": "a30588d9-425c-4bd9-a0ce-a3538e4214ee",
"regionscountries": "f10e086f-aa13-4a15-8ed6-4b4cc38b3399",
"stakeholders": "3691ceae-210e-46cc-803f-420de128de19",
"targetaudiences": "582b3abb-7279-4881-8918-fcb98ebda5c1",
"Category": "824cf55f-b0a4-41e3-bc61-51245c7da4fe",
"Tags": "7a458b4f-82b7-48b2-a46c-9566448ad756",
"departmentaltargets": "baff0952-50fe-42af-ba83-9073c02f0013",
"events": "eb5c33e5-88ca-42cf-b881-e5158bf2f761",
"publishingoffices": "c6b496b8-0476-4336-818d-bde96574bbdd",
"Parts": "sample string 25",
"FolderId": "9d7474dc-aa58-41dc-b54a-9e3fb628ecc4",
"ParentId": "f7a8abf2-7c19-4a6c-af81-3ed1d4519040",
"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": "2025-09-12T10:40:25.4704739Z",
"PublicationDate": "2025-09-12T10:40:25.4704739Z",
"DateCreated": "2025-09-12T10:40:25.4704739Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "3a718657-1233-4ef1-9357-5fd06fb9c4ce",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "d71377c7-beb0-4d27-9fec-f046e513daf8",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "9ba285f0-019e-445c-ac07-241042d73d58",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2025-09-12T10:40:25.4704739Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "6bb8f34e-7d44-43a4-b492-f9f1b53fb496",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "c9f7677c-7916-4d41-9aa5-94f5b933e63c",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "e8d3f07d-321d-4c62-809e-1d6ec7a6159b",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T10:40:25.4704739+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T10:40:25.4704739Z",
"PublicationDate": "2025-09-12T10:40:25.4704739Z",
"DateCreated": "2025-09-12T10:40:25.4704739Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "3a718657-1233-4ef1-9357-5fd06fb9c4ce",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "d71377c7-beb0-4d27-9fec-f046e513daf8",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "9ba285f0-019e-445c-ac07-241042d73d58",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2025-09-12T10:40:25.4704739Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "6bb8f34e-7d44-43a4-b492-f9f1b53fb496",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "c9f7677c-7916-4d41-9aa5-94f5b933e63c",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "e8d3f07d-321d-4c62-809e-1d6ec7a6159b",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T10:40:25.4704739+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.