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": "2025-10-30T08:56:42.3007721Z",
"PublicationDate": "2025-10-30T08:56:42.3007721Z",
"DateCreated": "2025-10-30T08:56:42.3007721Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "8121fb4c-1c85-4eb0-aeaa-35e7120ac7cc",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "47651f37-a173-4d4c-ad1c-19489d2ef4a4",
"departmentaltargets": "3f23df7d-5fcb-4d1e-8ab7-63cb23bfc506",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-10-30T08:56:42.3007721Z",
"targetaudiences": "77b69091-f7b8-46b3-9198-4068e5fd53b5",
"targets": "6c1e53d9-aa6f-40e5-b12d-bce6610dcef4",
"publishingoffices": "4dc4ee33-e2de-4153-bf8f-f32d1011e2a3",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "5a82ccc4-5771-44d8-a99f-1d2704d71b6a",
"events": "dc5556f2-b882-4e7f-830d-26f2b0339593",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-30T08:56:42.3007721+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormattedDate": "sample string 26",
"ThumbnailUrl": "sample string 27",
"ThumbnailAlternativeText": "sample string 28"
},
{
"LastModified": "2025-10-30T08:56:42.3007721Z",
"PublicationDate": "2025-10-30T08:56:42.3007721Z",
"DateCreated": "2025-10-30T08:56:42.3007721Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "8121fb4c-1c85-4eb0-aeaa-35e7120ac7cc",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "47651f37-a173-4d4c-ad1c-19489d2ef4a4",
"departmentaltargets": "3f23df7d-5fcb-4d1e-8ab7-63cb23bfc506",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-10-30T08:56:42.3007721Z",
"targetaudiences": "77b69091-f7b8-46b3-9198-4068e5fd53b5",
"targets": "6c1e53d9-aa6f-40e5-b12d-bce6610dcef4",
"publishingoffices": "4dc4ee33-e2de-4153-bf8f-f32d1011e2a3",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "5a82ccc4-5771-44d8-a99f-1d2704d71b6a",
"events": "dc5556f2-b882-4e7f-830d-26f2b0339593",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-30T08:56:42.3007721+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": "2025-10-30T08:56:42.3007721Z",
"PublicationDate": "2025-10-30T08:56:42.3007721Z",
"DateCreated": "2025-10-30T08:56:42.3007721Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "83749ebc-b4f7-49f6-bd81-d5105f8b7464",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "ceb946c4-986a-45f4-b9c4-781203aca405",
"departmentaltargets": "e30bb474-cd67-45c1-af2c-6ee031a38b2e",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-10-30T08:56:42.3007721Z",
"targetaudiences": "1cb7c449-33a7-4c28-acac-e27b0a2aca5d",
"targets": "d9c616ce-b56a-4b70-9260-266c6fe522d0",
"publishingoffices": "9fcda572-e42d-410c-b69f-8d1dd300ec73",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "c72fdd22-63e1-4634-b4ee-0f594a40e098",
"events": "23ceae04-ae09-4816-b4ad-6b106d1d7fff",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-30T08:56:42.3007721+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": "323c4912-8353-4738-8b3c-cbaba90aaad9"
}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": "2025-10-30T08:56:42.3007721Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "40a96158-9da4-4da6-b517-fbb796310964",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "20ecf44c-182b-4702-8ef2-86f2596c1fc1",
"departmentaltargets": "41ee4d68-aa72-45ac-a666-8f6f65ff7e7d",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-10-30T08:56:42.3007721Z",
"targetaudiences": "949b8c3c-5d6b-4272-a275-050bec9eb301",
"targets": "cc01a436-427b-40c3-86ce-2082dadbcb24",
"publishingoffices": "9f454b70-6585-459d-89c0-d6ee2794354e",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "8a4aab66-a158-4646-baf0-6b9502e9349e",
"events": "05b930ff-b64b-41f1-be46-0e7307393b43",
"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": "2025-10-30T08:56:42.3007721Z",
"PublicationDate": "2025-10-30T08:56:42.3007721Z",
"DateCreated": "2025-10-30T08:56:42.3007721Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "97a7f912-48eb-40c4-b8dc-a02aeafe0122",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "cf71c609-023a-4705-b977-b3a3a01bda8c",
"departmentaltargets": "28a2df3f-5b03-43bd-89cc-b66692c279b3",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-10-30T08:56:42.3007721Z",
"targetaudiences": "5502a4a6-46a9-468b-a7c5-c3775b0a25ff",
"targets": "4730beed-d9df-42e4-b868-63f9ba680221",
"publishingoffices": "cdcef6dd-b7ba-4327-af22-4773c2af42c7",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "2d66185f-4519-42e6-b9b7-0ed77d924174",
"events": "2c23e6e6-472b-429a-8158-05b5d110ade8",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-30T08:56:42.3007721+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": "2025-10-30T08:56:42.3007721Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "ce13f125-9eee-4b78-8ba3-a0e644d5e9e4",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "31e00818-7b13-472a-bb0f-8f5ec78bc38a",
"departmentaltargets": "042cd537-a60d-4edb-af0f-53d3ae155100",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-10-30T08:56:42.3007721Z",
"targetaudiences": "dc69b4f4-03ea-417b-a932-c4915cdcb416",
"targets": "6dd11a27-c599-4493-b3fe-eb577cd53055",
"publishingoffices": "a1029131-4034-4f61-ae83-cc3646d1f483",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "3eb886ae-5411-43fc-860e-33255269aeae",
"events": "6b744db7-9d9d-4dd7-9236-ce6bcb483ac9",
"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": "2025-10-30T08:56:42.3007721Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TerranceAudioUrl": "sample string 5",
"VimeoVideo": "sample string 6",
"multimediatypes": "083554fb-3252-4f83-8378-9ec0d98aa1ee",
"YoutubeVideo": "sample string 8",
"Duration": "sample string 9",
"Summary": "sample string 10",
"regionscountries": "fba83b35-555e-4302-85d7-3c845cffdc44",
"departmentaltargets": "9ffdb46b-e8dd-4c79-8fe8-c593d1707d59",
"Title": "sample string 13",
"PublicationDateAndTime": "2025-10-30T08:56:42.3007721Z",
"targetaudiences": "72df9a65-059f-479b-b5b9-bb0362bf0dd5",
"targets": "1b1cca89-7da5-4a7e-8007-965230e11248",
"publishingoffices": "e0fb9b48-8a2c-4528-b66d-96c26fbf1791",
"TerranceVideoUrl": "sample string 18",
"healthtopics": "56077445-c334-4aec-8b70-22b7a258e04f",
"events": "447e9e1e-2061-45c0-b4cc-0633a6f7378d",
"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": "2025-10-30T08:56:42.3007721Z",
"PublicationDate": "2025-10-30T08:56:42.3007721Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-30T08:56:42.3007721Z",
"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": "5b02c118-84f4-45ff-b6cd-89648d5b3d62",
"publishingoffices": "c2063686-d34b-43c4-86b4-13bcba9e098b",
"events": "c05b2ea5-bced-4875-b914-a430a3dfbb85",
"targets": "de39eddf-d871-4e5d-9e57-555db7f22fc5",
"Category": "8f370416-6a42-4027-85ae-692173ab9bcd",
"imagetypes": "e7500c8e-7f16-4dca-85f5-820478669d35",
"departmentaltargets": "96083547-5b67-410b-9dfa-99285c2223a8",
"stakeholders": "05fac5d7-f33e-41e5-adcf-91ff6762e0d2",
"Tags": "2ae4caf6-0f6b-43b0-bc69-d7d916ae18b6",
"healthtopics": "ad41b32e-1916-4023-9636-740b48665001",
"targetaudiences": "ac46ac43-7150-4adc-863f-ad52e3e2d12f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "60bf30d8-9d01-4ea4-8cdc-a7514f9873f0",
"ParentId": "6c31eb27-529f-4973-ac59-a45b6c44ee67",
"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-10-30T08:56:42.3007721Z",
"PublicationDate": "2025-10-30T08:56:42.3007721Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-30T08:56:42.3007721Z",
"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": "5b02c118-84f4-45ff-b6cd-89648d5b3d62",
"publishingoffices": "c2063686-d34b-43c4-86b4-13bcba9e098b",
"events": "c05b2ea5-bced-4875-b914-a430a3dfbb85",
"targets": "de39eddf-d871-4e5d-9e57-555db7f22fc5",
"Category": "8f370416-6a42-4027-85ae-692173ab9bcd",
"imagetypes": "e7500c8e-7f16-4dca-85f5-820478669d35",
"departmentaltargets": "96083547-5b67-410b-9dfa-99285c2223a8",
"stakeholders": "05fac5d7-f33e-41e5-adcf-91ff6762e0d2",
"Tags": "2ae4caf6-0f6b-43b0-bc69-d7d916ae18b6",
"healthtopics": "ad41b32e-1916-4023-9636-740b48665001",
"targetaudiences": "ac46ac43-7150-4adc-863f-ad52e3e2d12f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "60bf30d8-9d01-4ea4-8cdc-a7514f9873f0",
"ParentId": "6c31eb27-529f-4973-ac59-a45b6c44ee67",
"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": "2025-10-30T08:56:42.3007721Z",
"PublicationDate": "2025-10-30T08:56:42.3007721Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-30T08:56:42.3007721Z",
"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": "af918c8d-d47b-4f90-8761-06f2ccdace0a",
"publishingoffices": "2d1dd497-ed11-41c4-a866-436b03f5d734",
"events": "001b363d-7851-49d4-b6e4-cc687f6bedb1",
"targets": "57e44b81-f23a-40fe-a4ec-b1d0c06365cb",
"Category": "061d7a57-2100-4986-ad0f-fb5e0389fa9f",
"imagetypes": "fc08be98-6437-4f13-ba5e-89a7379bb935",
"departmentaltargets": "fd46ecdc-6269-403b-97f9-2ba71c79bc05",
"stakeholders": "05d92133-2841-4d5f-aef3-576b10502126",
"Tags": "610a8b53-9473-4423-a54c-e5c93b271f55",
"healthtopics": "1497ba45-a0f5-4eda-968d-a9cb02ff8d0a",
"targetaudiences": "02683563-167c-4cdc-9305-1ed56c49c51d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b444b859-16a3-4e52-be3f-1bff22066b07",
"ParentId": "1b711338-bf6d-4479-87ff-7423848cda55",
"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-10-30T08:56:42.3007721Z",
"PublicationDate": "2025-10-30T08:56:42.3007721Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-30T08:56:42.3007721Z",
"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": "af918c8d-d47b-4f90-8761-06f2ccdace0a",
"publishingoffices": "2d1dd497-ed11-41c4-a866-436b03f5d734",
"events": "001b363d-7851-49d4-b6e4-cc687f6bedb1",
"targets": "57e44b81-f23a-40fe-a4ec-b1d0c06365cb",
"Category": "061d7a57-2100-4986-ad0f-fb5e0389fa9f",
"imagetypes": "fc08be98-6437-4f13-ba5e-89a7379bb935",
"departmentaltargets": "fd46ecdc-6269-403b-97f9-2ba71c79bc05",
"stakeholders": "05d92133-2841-4d5f-aef3-576b10502126",
"Tags": "610a8b53-9473-4423-a54c-e5c93b271f55",
"healthtopics": "1497ba45-a0f5-4eda-968d-a9cb02ff8d0a",
"targetaudiences": "02683563-167c-4cdc-9305-1ed56c49c51d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b444b859-16a3-4e52-be3f-1bff22066b07",
"ParentId": "1b711338-bf6d-4479-87ff-7423848cda55",
"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": "2025-10-30T08:56:42.3007721Z",
"PublicationDate": "2025-10-30T08:56:42.3007721Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-30T08:56:42.3007721Z",
"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": "deb4895e-38c4-4154-8308-4f3997d2284f",
"targets": "4e727c2b-daf2-4dd4-8f04-dc712a765675",
"regionscountries": "c4fb9142-17df-41cc-be0f-645c287b2b02",
"stakeholders": "92241634-7e35-4b75-ac07-11e8716af084",
"targetaudiences": "9b4c3455-df9d-480b-a051-5cbd46bbce87",
"Category": "b8d572ef-8127-4a58-ae97-b5554270cd1e",
"Tags": "4d379678-ed1b-4f5e-b8eb-6de71f1daa23",
"departmentaltargets": "b2ae1b97-3161-4fb0-a113-b534d27df417",
"events": "7014d86b-a88b-4c88-9a96-81a64c89b7a9",
"publishingoffices": "ec81ade8-8951-4630-8766-5db476b31ab7",
"Parts": "sample string 25",
"FolderId": "9ed66b3d-b33b-49eb-8c47-357217138ffb",
"ParentId": "f415409e-b2fe-4d76-b2be-8682da2583d3",
"Provider": "sample string 28",
"Url": "sample string 29",
"ThumbnailUrl": "sample string 30",
"IsDamMedia": true
},
{
"LastModified": "2025-10-30T08:56:42.3007721Z",
"PublicationDate": "2025-10-30T08:56:42.3007721Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-30T08:56:42.3007721Z",
"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": "deb4895e-38c4-4154-8308-4f3997d2284f",
"targets": "4e727c2b-daf2-4dd4-8f04-dc712a765675",
"regionscountries": "c4fb9142-17df-41cc-be0f-645c287b2b02",
"stakeholders": "92241634-7e35-4b75-ac07-11e8716af084",
"targetaudiences": "9b4c3455-df9d-480b-a051-5cbd46bbce87",
"Category": "b8d572ef-8127-4a58-ae97-b5554270cd1e",
"Tags": "4d379678-ed1b-4f5e-b8eb-6de71f1daa23",
"departmentaltargets": "b2ae1b97-3161-4fb0-a113-b534d27df417",
"events": "7014d86b-a88b-4c88-9a96-81a64c89b7a9",
"publishingoffices": "ec81ade8-8951-4630-8766-5db476b31ab7",
"Parts": "sample string 25",
"FolderId": "9ed66b3d-b33b-49eb-8c47-357217138ffb",
"ParentId": "f415409e-b2fe-4d76-b2be-8682da2583d3",
"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": "2025-10-30T08:56:42.3007721Z",
"UrlName": "sample string 2",
"organizations": "5bd437d2-f0c3-4bc0-b1d7-40401fd7e750",
"regionscountries": "78f00d7c-ca30-4191-b72a-0d8b41f6bb87",
"sustainabledevelopmentgoals": "60c7a54a-73ae-4ac3-9ad6-3fa47348dfba",
"departmentaltargets": "2b8d9246-728b-41e6-b40e-8ebdf44756d4",
"healthtopics": "03f4f457-ab28-4cb5-a1b1-8534e5c1112d",
"events": "e77ea1b9-464c-4772-b4c7-fcd89ddf911e",
"publishingoffices": "b0358c28-2599-4097-8bad-bf2a067e5102",
"WebPageType": "sample string 10",
"targetaudiences": "633f565e-e37b-4b6b-ae81-b5f80e1976b7",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-30T08:56:42.3007721Z",
"ShowInNavigation": true,
"ParentId": "72f81cbc-4471-4b9d-bf47-8bce313d84aa",
"RootId": "09247e81-e436-4b41-b831-eae6400da271",
"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": "c39618f1-85c1-4672-8d52-88f0854a355c",
"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": "2025-10-30T08:56:42.3007721Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-30T08:56:42.3007721Z",
"UrlName": "sample string 2",
"organizations": "5bd437d2-f0c3-4bc0-b1d7-40401fd7e750",
"regionscountries": "78f00d7c-ca30-4191-b72a-0d8b41f6bb87",
"sustainabledevelopmentgoals": "60c7a54a-73ae-4ac3-9ad6-3fa47348dfba",
"departmentaltargets": "2b8d9246-728b-41e6-b40e-8ebdf44756d4",
"healthtopics": "03f4f457-ab28-4cb5-a1b1-8534e5c1112d",
"events": "e77ea1b9-464c-4772-b4c7-fcd89ddf911e",
"publishingoffices": "b0358c28-2599-4097-8bad-bf2a067e5102",
"WebPageType": "sample string 10",
"targetaudiences": "633f565e-e37b-4b6b-ae81-b5f80e1976b7",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-30T08:56:42.3007721Z",
"ShowInNavigation": true,
"ParentId": "72f81cbc-4471-4b9d-bf47-8bce313d84aa",
"RootId": "09247e81-e436-4b41-b831-eae6400da271",
"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": "c39618f1-85c1-4672-8d52-88f0854a355c",
"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": "2025-10-30T08:56:42.3007721Z",
"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": "2025-10-30T08:56:42.3007721Z",
"PublicationDate": "2025-10-30T08:56:42.3007721Z",
"DateCreated": "2025-10-30T08:56:42.3007721Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "13e825f5-6989-4406-ae66-a460113451b2",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "07b9fe74-8ed3-481c-947f-a3e934b5ced7",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "3a98fe42-f226-49d4-a339-2abfbce17f4f",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2025-10-30T08:56:42.3007721Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "1b420bf8-0efb-4adc-8362-9f02fac755d9",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "7cac4d13-2604-4d6f-9767-70978dfa2f1c",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "35b5c2e2-588b-46db-b2bd-b1ef6717354a",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-30T08:56:42.3007721+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-30T08:56:42.3007721Z",
"PublicationDate": "2025-10-30T08:56:42.3007721Z",
"DateCreated": "2025-10-30T08:56:42.3007721Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "13e825f5-6989-4406-ae66-a460113451b2",
"DocumentNumberOfAdditionalItems": 9.0,
"Summary": "sample string 10",
"departmentaltargets": "07b9fe74-8ed3-481c-947f-a3e934b5ced7",
"EventNumberOfAdditionalItems": 12.0,
"FactFileNumberOfAdditionalItems": 13.0,
"Content": "sample string 14",
"targetaudiences": "3a98fe42-f226-49d4-a339-2abfbce17f4f",
"NewsNumberOfAdditionalItems": 16.0,
"PublicationDateAndTime": "2025-10-30T08:56:42.3007721Z",
"FeatureStoryNumberOfAdditionalItems": 18.0,
"MultimediaNumberOfAdditionalItems": 19.0,
"PhotoStoryNumberOfAdditionalItems": 20.0,
"OpenGraphDescription": "sample string 21",
"MetaTitle": "sample string 22",
"MetaDescription": "sample string 23",
"healthtopics": "1b420bf8-0efb-4adc-8362-9f02fac755d9",
"OtherRelated": "sample string 25",
"Title": "sample string 26",
"targets": "7cac4d13-2604-4d6f-9767-70978dfa2f1c",
"FactSheetNumberOfAdditionalItems": 28.0,
"Highlight": "sample string 29",
"OpenGraphTitle": "sample string 30",
"publishingoffices": "35b5c2e2-588b-46db-b2bd-b1ef6717354a",
"CommentaryNumberOfAdditionalItems": 32.0,
"Provider": "sample string 33",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-30T08:56:42.3007721+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": "2025-10-30T08:56:42.3162806Z",
"PublicationDate": "2025-10-30T08:56:42.3162806Z",
"DateCreated": "2025-10-30T08:56:42.3162806Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "3bb1f049-bc23-4b8a-84e9-6276cded18b3",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "374ac58e-94d2-47d1-a153-7d2b6c4058f4",
"departmentaltargets": "69190adc-d394-4909-a315-ac0235cad695",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2025-10-30T08:56:42.3162806Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "4c836cf3-3f61-4b67-9c93-f253c70a901c",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "2939609e-f8b8-4cc2-839b-337fb003e39e",
"events": "e3220b84-1eaa-4869-bf51-bfe17cb28852",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "ba309ca7-0e29-49f9-af3b-7d25720d51ee",
"publishingoffices": "d17ce066-c47c-45db-9e80-69a02bb1ce4e",
"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": "2025-10-30T08:56:42.3162806+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-30T08:56:42.3162806Z",
"PublicationDate": "2025-10-30T08:56:42.3162806Z",
"DateCreated": "2025-10-30T08:56:42.3162806Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "3bb1f049-bc23-4b8a-84e9-6276cded18b3",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "374ac58e-94d2-47d1-a153-7d2b6c4058f4",
"departmentaltargets": "69190adc-d394-4909-a315-ac0235cad695",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2025-10-30T08:56:42.3162806Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "4c836cf3-3f61-4b67-9c93-f253c70a901c",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "2939609e-f8b8-4cc2-839b-337fb003e39e",
"events": "e3220b84-1eaa-4869-bf51-bfe17cb28852",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "ba309ca7-0e29-49f9-af3b-7d25720d51ee",
"publishingoffices": "d17ce066-c47c-45db-9e80-69a02bb1ce4e",
"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": "2025-10-30T08:56:42.3162806+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.