Returns a set of data items of type multimedias.
GET /api/multimedias/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 | |
| FormattedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| ThumbnailAlternativeText | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-30T16:17:32.4965657Z",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "66feea08-c0d0-4bc6-9744-cceebdffda01",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "5746230a-fc67-490c-a5b2-e3901dbfcf9f",
"departmentaltargets": "95acb16b-72cc-4b64-bf28-65518deb6159",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-30T16:17:32.4965657Z",
"targetaudiences": "aa8664b2-8c85-4586-b7ba-a38406f1bcb2",
"targets": "88bc93fd-5156-4c9c-bfff-7eaa180ee95a",
"publishingoffices": "41097531-1544-45df-9e8a-fdcd5f30e2bc",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "263ab8b6-0331-48e5-a905-6d2938d57792",
"events": "494c897e-5a66-4743-9e70-8bfe99f6e7b9",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-30T16:17:32.4965657+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormattedDate": "sample string 26",
"ThumbnailUrl": "sample string 27",
"ThumbnailAlternativeText": "sample string 28"
},
{
"LastModified": "2026-03-30T16:17:32.4965657Z",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "66feea08-c0d0-4bc6-9744-cceebdffda01",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "5746230a-fc67-490c-a5b2-e3901dbfcf9f",
"departmentaltargets": "95acb16b-72cc-4b64-bf28-65518deb6159",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-30T16:17:32.4965657Z",
"targetaudiences": "aa8664b2-8c85-4586-b7ba-a38406f1bcb2",
"targets": "88bc93fd-5156-4c9c-bfff-7eaa180ee95a",
"publishingoffices": "41097531-1544-45df-9e8a-fdcd5f30e2bc",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "263ab8b6-0331-48e5-a905-6d2938d57792",
"events": "494c897e-5a66-4743-9e70-8bfe99f6e7b9",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-30T16:17:32.4965657+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormattedDate": "sample string 26",
"ThumbnailUrl": "sample string 27",
"ThumbnailAlternativeText": "sample string 28"
}
]Gets multimedias item by id.
GET /api/multimedias/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 | |
| FormattedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| ThumbnailAlternativeText | System.String | Read only: True |
application/json
{
"LastModified": "2026-03-30T16:17:32.4965657Z",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "93c6bd25-7367-4967-a7a4-57c3e462a697",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "5292ca58-993e-4760-9184-582570990c22",
"departmentaltargets": "b373b2ac-a111-4475-93a6-4cd5cbbab80d",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-30T16:17:32.4965657Z",
"targetaudiences": "a9f3d734-3a19-4712-94c0-b231ce50b51e",
"targets": "ed8f68d3-9e6e-4d76-881b-0cefdba13971",
"publishingoffices": "a82c0021-ee9f-400f-80e1-47c7f15cccbf",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "24d07578-7c8c-462d-a351-c18f54c9c4f0",
"events": "18af6160-21f6-453a-8c41-952a8f491d01",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-30T16:17:32.4965657+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormattedDate": "sample string 26",
"ThumbnailUrl": "sample string 27",
"ThumbnailAlternativeText": "sample string 28"
}Gets Id property from multimedias item.
GET /api/multimedias/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": "eb6f4cbe-6257-4fcd-bd13-af2165669741"
}Creates a multimedias item.
POST /api/multimedias/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 | |
| FormattedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| ThumbnailAlternativeText | System.String | Read only: True |
application/json
{
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "d35a8c4e-9016-4f35-9ccf-cd900198254b",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "64e3433c-2bad-4612-84ac-049db74a1e39",
"departmentaltargets": "f8655b12-7433-464a-9d3f-ffd396f22483",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-03-30T16:17:32.4965657Z",
"targetaudiences": "058b7718-5383-4bf9-a1c7-0c68fc850749",
"targets": "e22dd1fb-0b33-4c45-9c5a-d83e3c197fa8",
"publishingoffices": "643faee5-4877-43fe-8885-db1badabfcf5",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "c633e3ae-ddf7-4298-aa7e-a729ac328991",
"events": "0532405b-d23a-4b73-99c2-d8be446f39ce",
"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 | |
| FormattedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| ThumbnailAlternativeText | System.String | Read only: True |
application/json
{
"LastModified": "2026-03-30T16:17:32.4965657Z",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "33afe43d-77e3-4aa1-a4b6-7ba3376fad5a",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "4c1ab77b-2a35-49c3-89dd-70218ec09066",
"departmentaltargets": "95bc3235-335b-4a05-b5aa-51275e5c99fe",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-30T16:17:32.4965657Z",
"targetaudiences": "a3a39ba2-2aad-4502-8712-547448a8ea77",
"targets": "1503908e-66c8-4462-b003-c77c31decfa2",
"publishingoffices": "4187069a-eaa5-4fef-9b7f-1bb517c46f4a",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "87657ddc-3917-40f8-8a3d-08f75c20bf12",
"events": "e4703cef-c4c5-4fe0-8eae-e2bcfe02aaf4",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-30T16:17:32.4965657+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormattedDate": "sample string 26",
"ThumbnailUrl": "sample string 27",
"ThumbnailAlternativeText": "sample string 28"
}Partial update for multimedias item.
PATCH /api/multimedias/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 | |
| FormattedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| ThumbnailAlternativeText | System.String | Read only: True |
application/json
{
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "648e2096-073b-448b-ae17-0e4aad84b834",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "b5f4fbb7-09ec-4e82-b173-9a6cda9c7e48",
"departmentaltargets": "992d37d4-dda8-4bb8-b4e3-f71470bce20e",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-03-30T16:17:32.4965657Z",
"targetaudiences": "8c74b53f-4971-4031-9d54-c1a59bdecce4",
"targets": "40a6b504-6ea7-48d6-a682-60057401a11f",
"publishingoffices": "6920e0e1-c434-488d-b5c8-73d67c585fe8",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "057f4d92-bddc-4967-9027-acc20aceb82c",
"events": "94c2895d-3f09-45d0-9da3-ca26b922fdf4",
"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/multimedias/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 | |
| FormattedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| ThumbnailAlternativeText | System.String | Read only: True |
application/json
{
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "36bf5e91-30b4-42f8-9d10-1b0302e2f699",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "c03f2e50-a780-46df-8901-eb15b5bfa0cf",
"departmentaltargets": "4612b51a-2fdd-48c7-8e8d-f66e559e4daf",
"Title": "sample string 13",
"PublicationDateAndTime": "2026-03-30T16:17:32.4965657Z",
"targetaudiences": "264cde2c-2404-4670-900e-ce5f5339105d",
"targets": "b3b1ade1-cc14-4287-a875-9e30ade1d850",
"publishingoffices": "de987a37-56cf-4222-8c5e-c979c3c0333b",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "1c5fb784-c57e-4b41-bc67-89cba64860f1",
"events": "8ad6477d-8351-48e7-bbbd-4b4996bd6b36",
"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/multimedias/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/multimedias/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-03-30T16:17:32.4965657Z",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"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": "b3f04a6d-10e3-4824-a442-1246993f8de5",
"publishingoffices": "6479a7dc-425d-4f67-ad37-43e9b8d9a838",
"events": "e3b467d4-c12c-48ac-8e9e-cc2887b35936",
"targets": "7acd343d-35e8-4eca-9890-07858bfbd5d3",
"Category": "b0223dc3-9a44-4351-9c75-ceccbb5cd049",
"imagetypes": "6ea7e625-3993-497e-895b-16f0f1c3a30b",
"departmentaltargets": "ff4492a9-2d15-447b-8e09-50f5ec0516af",
"stakeholders": "aaa2048c-13ce-4315-bbb4-dce9289dc697",
"Tags": "eccc0551-3cbe-43f1-9d8a-f6c876a956ee",
"healthtopics": "2149a2e3-6340-47b0-a92e-b6a9180dacba",
"targetaudiences": "ea54d4c5-6daf-45b2-bb26-3326d085463b",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6d49bb19-3f58-4b5a-8cef-f781bf2b7ec1",
"ParentId": "a2ceba29-a455-4018-bc73-60210a9585c4",
"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-03-30T16:17:32.4965657Z",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"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": "b3f04a6d-10e3-4824-a442-1246993f8de5",
"publishingoffices": "6479a7dc-425d-4f67-ad37-43e9b8d9a838",
"events": "e3b467d4-c12c-48ac-8e9e-cc2887b35936",
"targets": "7acd343d-35e8-4eca-9890-07858bfbd5d3",
"Category": "b0223dc3-9a44-4351-9c75-ceccbb5cd049",
"imagetypes": "6ea7e625-3993-497e-895b-16f0f1c3a30b",
"departmentaltargets": "ff4492a9-2d15-447b-8e09-50f5ec0516af",
"stakeholders": "aaa2048c-13ce-4315-bbb4-dce9289dc697",
"Tags": "eccc0551-3cbe-43f1-9d8a-f6c876a956ee",
"healthtopics": "2149a2e3-6340-47b0-a92e-b6a9180dacba",
"targetaudiences": "ea54d4c5-6daf-45b2-bb26-3326d085463b",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6d49bb19-3f58-4b5a-8cef-f781bf2b7ec1",
"ParentId": "a2ceba29-a455-4018-bc73-60210a9585c4",
"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/multimedias/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/multimedias/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/multimedias/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-03-30T16:17:32.4965657Z",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"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": "3c07f918-fbcd-4dc6-a6a6-6d5410c7e15f",
"publishingoffices": "4baeb514-67f1-4fb1-b6b2-1b763eb07b39",
"events": "b9e4d728-45ed-4414-bb10-f8fb2b581a9d",
"targets": "530753fa-a219-4638-8e2a-8a306e95cddb",
"Category": "3fdcdbfd-4f47-4d0b-b5c8-f007c0e5c1ae",
"imagetypes": "0c2e3351-632e-4bf8-9792-a3905c18c136",
"departmentaltargets": "47e61b97-02be-46e8-a07d-258719a4674f",
"stakeholders": "5e02bfd4-d014-4951-9007-b99e88b5681e",
"Tags": "6a0c17c1-463d-49e5-8c10-4f9542521a3e",
"healthtopics": "6838d884-533f-4aa8-b696-5f2da4459878",
"targetaudiences": "43fec3c5-b9ec-4daa-b5d6-6afe00977e4e",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "710aded0-8123-46da-964e-f5a573d8b0c1",
"ParentId": "a7b2ad62-0448-4c26-9eac-f25054d751bc",
"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-03-30T16:17:32.4965657Z",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"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": "3c07f918-fbcd-4dc6-a6a6-6d5410c7e15f",
"publishingoffices": "4baeb514-67f1-4fb1-b6b2-1b763eb07b39",
"events": "b9e4d728-45ed-4414-bb10-f8fb2b581a9d",
"targets": "530753fa-a219-4638-8e2a-8a306e95cddb",
"Category": "3fdcdbfd-4f47-4d0b-b5c8-f007c0e5c1ae",
"imagetypes": "0c2e3351-632e-4bf8-9792-a3905c18c136",
"departmentaltargets": "47e61b97-02be-46e8-a07d-258719a4674f",
"stakeholders": "5e02bfd4-d014-4951-9007-b99e88b5681e",
"Tags": "6a0c17c1-463d-49e5-8c10-4f9542521a3e",
"healthtopics": "6838d884-533f-4aa8-b696-5f2da4459878",
"targetaudiences": "43fec3c5-b9ec-4daa-b5d6-6afe00977e4e",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "710aded0-8123-46da-964e-f5a573d8b0c1",
"ParentId": "a7b2ad62-0448-4c26-9eac-f25054d751bc",
"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/multimedias/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/multimedias/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/multimedias/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-03-30T16:17:32.4965657Z",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"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": "5c6eb5de-f2b1-4528-bd92-a45362562cf1",
"targets": "3c8c5d47-4f29-43b5-ad13-22f474b991fc",
"regionscountries": "73f561ac-87e8-46c5-ad10-9a4635b97063",
"stakeholders": "8253c527-14e4-4c0e-88e0-78fa3e0b1192",
"targetaudiences": "5517aeb8-e1d4-4818-a05f-f356045c14a2",
"Category": "93e2a610-bdfe-49eb-b5d8-bd6fc5f62ebf",
"Tags": "3a57c4c1-de76-4fa6-8c38-4faad53ba259",
"departmentaltargets": "901f2bb0-291c-4fc4-9526-60b51dac38b5",
"events": "706e41d8-180e-475f-8012-c3a043de74db",
"publishingoffices": "3f7b4975-78f3-4f07-9f88-8af4c5e92d05",
"Parts": "sample string 25",
"FolderId": "43e81956-1886-449d-88ab-b5224ef6d615",
"ParentId": "088d5e23-6ca6-4cf5-aaf3-de1b266a4a01",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2026-03-30T16:17:32.4965657Z",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"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": "5c6eb5de-f2b1-4528-bd92-a45362562cf1",
"targets": "3c8c5d47-4f29-43b5-ad13-22f474b991fc",
"regionscountries": "73f561ac-87e8-46c5-ad10-9a4635b97063",
"stakeholders": "8253c527-14e4-4c0e-88e0-78fa3e0b1192",
"targetaudiences": "5517aeb8-e1d4-4818-a05f-f356045c14a2",
"Category": "93e2a610-bdfe-49eb-b5d8-bd6fc5f62ebf",
"Tags": "3a57c4c1-de76-4fa6-8c38-4faad53ba259",
"departmentaltargets": "901f2bb0-291c-4fc4-9526-60b51dac38b5",
"events": "706e41d8-180e-475f-8012-c3a043de74db",
"publishingoffices": "3f7b4975-78f3-4f07-9f88-8af4c5e92d05",
"Parts": "sample string 25",
"FolderId": "43e81956-1886-449d-88ab-b5224ef6d615",
"ParentId": "088d5e23-6ca6-4cf5-aaf3-de1b266a4a01",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
}
]Add RelatedDocument relation to multimedias item.
POST /api/multimedias/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/multimedias/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 RelatedPage from multimedias item.
GET /api/multimedias/multimedias({key})/RelatedPage
| 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 | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-03-30T16:17:32.4965657Z",
"UrlName": "sample string 2",
"organizations": "5a0b3c5a-7e65-4376-9a79-b0aa8b0f5bc2",
"regionscountries": "eba7d617-27de-4df5-9463-ee616037efea",
"sustainabledevelopmentgoals": "c908bb7d-75eb-4ecf-8e04-4ac726a55182",
"departmentaltargets": "e45bb9a4-373a-468f-82a0-e2f5c2b27958",
"healthtopics": "798a3367-15b2-4b99-8bcd-a3258cd3df09",
"events": "686f0f22-6854-43a1-be9f-ef260adcff2c",
"publishingoffices": "75fc3e53-60e8-4509-8937-a1b23d58fdfa",
"WebPageType": "sample string 10",
"targetaudiences": "987d6495-e5a1-4b2d-a345-2dd1b1fb1c27",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"ShowInNavigation": true,
"ParentId": "87a90faa-5dfd-4560-b399-1553694a93b9",
"RootId": "53e6e599-cab3-4cef-a9f7-d6f4b1a24372",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "fcc7145e-abef-4d63-9ed5-52a1049df0ee",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-30T16:17:32.4965657Z",
"UrlName": "sample string 2",
"organizations": "5a0b3c5a-7e65-4376-9a79-b0aa8b0f5bc2",
"regionscountries": "eba7d617-27de-4df5-9463-ee616037efea",
"sustainabledevelopmentgoals": "c908bb7d-75eb-4ecf-8e04-4ac726a55182",
"departmentaltargets": "e45bb9a4-373a-468f-82a0-e2f5c2b27958",
"healthtopics": "798a3367-15b2-4b99-8bcd-a3258cd3df09",
"events": "686f0f22-6854-43a1-be9f-ef260adcff2c",
"publishingoffices": "75fc3e53-60e8-4509-8937-a1b23d58fdfa",
"WebPageType": "sample string 10",
"targetaudiences": "987d6495-e5a1-4b2d-a345-2dd1b1fb1c27",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"ShowInNavigation": true,
"ParentId": "87a90faa-5dfd-4560-b399-1553694a93b9",
"RootId": "53e6e599-cab3-4cef-a9f7-d6f4b1a24372",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "fcc7145e-abef-4d63-9ed5-52a1049df0ee",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add RelatedPage relation to multimedias item.
POST /api/multimedias/multimedias({key})/RelatedPage/$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 RelatedPage from multimedias item.
DELETE /api/multimedias/multimedias({key})/RelatedPage/$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/multimedias/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-03-30T16:17:32.4965657Z",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "f9b1eef1-061b-4446-8bb2-1a6ee4aca094",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "8928cbaf-38c7-4d34-813a-9094c36885ef",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "7a7c2812-f892-4517-8f99-2c980233ce19",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-03-30T16:17:32.4965657Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "463b26c3-12ab-4311-a719-865aa85f70a8",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "79ea8b01-196c-47a3-a512-5ec4c53bef23",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "3232607b-3d17-4cec-a6e0-5d2895dac40f",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-30T16:17:32.4965657+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-30T16:17:32.4965657Z",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "f9b1eef1-061b-4446-8bb2-1a6ee4aca094",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "8928cbaf-38c7-4d34-813a-9094c36885ef",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "7a7c2812-f892-4517-8f99-2c980233ce19",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2026-03-30T16:17:32.4965657Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "463b26c3-12ab-4311-a719-865aa85f70a8",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "79ea8b01-196c-47a3-a512-5ec4c53bef23",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "3232607b-3d17-4cec-a6e0-5d2895dac40f",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-30T16:17:32.4965657+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedPhotoStory relation to multimedias item.
POST /api/multimedias/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/multimedias/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.
Returns a set of related items of type RelatedMeetingReport from multimedias item.
GET /api/multimedias/multimedias({key})/RelatedMeetingReport
| 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 | |
| Overview | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| ISBN | System.String | Read only: False | |
| Subtitle | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Links | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| SourceKey | System.String | Read only: False | |
| Editors | System.String | Read only: False | |
| Copyright | System.String | Read only: False | |
| meetingreporttypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Highlight | System.String | Read only: False | |
| NumberOfPagesField | System.Decimal | Read only: False | |
| WHOReferenceNumber | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-03-30T16:17:32.4965657Z",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "302107db-3a70-4fda-808c-abb3c3d0508a",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "508bf7a3-aa15-4701-b397-b5ab6b26e378",
"departmentaltargets": "19feae26-fceb-4b45-a14e-fd36ac22d137",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2026-03-30T16:17:32.4965657Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "fa61cbab-87f2-4ac9-84bf-eba568ef3486",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "8ca547e4-7dd8-4d6b-99f6-4cdec4e28b85",
"events": "b623ab99-b4ec-4676-987f-36f3a95c72a8",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "76aa4a71-dfd4-4ae8-890e-862073d05d02",
"publishingoffices": "03fd88dc-8270-40a0-ab94-4489f4028e7c",
"OpenGraphTitle": "sample string 34",
"FeatureStoryNumberOfAdditionalItems": 35.0,
"Highlight": "sample string 36",
"NumberOfPagesField": 37.0,
"WHOReferenceNumber": "sample string 38",
"MetaTitle": "sample string 39",
"Title": "sample string 40",
"MetaDescription": "sample string 41",
"Provider": "sample string 42",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-30T16:17:32.4965657+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-30T16:17:32.4965657Z",
"PublicationDate": "2026-03-30T16:17:32.4965657Z",
"DateCreated": "2026-03-30T16:17:32.4965657Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "302107db-3a70-4fda-808c-abb3c3d0508a",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "508bf7a3-aa15-4701-b397-b5ab6b26e378",
"departmentaltargets": "19feae26-fceb-4b45-a14e-fd36ac22d137",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2026-03-30T16:17:32.4965657Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "fa61cbab-87f2-4ac9-84bf-eba568ef3486",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "8ca547e4-7dd8-4d6b-99f6-4cdec4e28b85",
"events": "b623ab99-b4ec-4676-987f-36f3a95c72a8",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "76aa4a71-dfd4-4ae8-890e-862073d05d02",
"publishingoffices": "03fd88dc-8270-40a0-ab94-4489f4028e7c",
"OpenGraphTitle": "sample string 34",
"FeatureStoryNumberOfAdditionalItems": 35.0,
"Highlight": "sample string 36",
"NumberOfPagesField": 37.0,
"WHOReferenceNumber": "sample string 38",
"MetaTitle": "sample string 39",
"Title": "sample string 40",
"MetaDescription": "sample string 41",
"Provider": "sample string 42",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-30T16:17:32.4965657+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedMeetingReport relation to multimedias item.
POST /api/multimedias/multimedias({key})/RelatedMeetingReport/$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 RelatedMeetingReport from multimedias item.
DELETE /api/multimedias/multimedias({key})/RelatedMeetingReport/$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.