Returns a set of data items of type countryindicators.
GET /api/multimedias/countryindicators
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 | |
| Title | System.String | Read only: False | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-01-12T18:25:56.1064487Z",
"PublicationDate": "2026-01-12T18:25:56.1064487Z",
"DateCreated": "2026-01-12T18:25:56.1064487Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"ParentId": "0b28655a-9b7e-4086-9d93-1c586c45811a",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T18:25:56.1064487+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-12T18:25:56.1064487Z",
"PublicationDate": "2026-01-12T18:25:56.1064487Z",
"DateCreated": "2026-01-12T18:25:56.1064487Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"ParentId": "0b28655a-9b7e-4086-9d93-1c586c45811a",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T18:25:56.1064487+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets countryindicators item by id.
GET /api/multimedias/countryindicators({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 | |
| Title | System.String | Read only: False | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-01-12T18:25:56.1064487Z",
"PublicationDate": "2026-01-12T18:25:56.1064487Z",
"DateCreated": "2026-01-12T18:25:56.1064487Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"ParentId": "aec56611-7926-40a1-a771-1e408cef0b1b",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T18:25:56.1064487+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from countryindicators item.
GET /api/multimedias/countryindicators({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": "22091b68-5f4f-4c7e-8eca-9c0a746f0462"
}Creates a countryindicators item.
POST /api/multimedias/countryindicators
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 | |
| Title | System.String | Read only: False | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-01-12T18:25:56.1064487Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"PriorityLevelWHO": 6.0,
"ParentId": "dee41b08-b706-4029-9ccd-eaed86263691"
}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 | |
| Title | System.String | Read only: False | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-01-12T18:25:56.1064487Z",
"PublicationDate": "2026-01-12T18:25:56.1064487Z",
"DateCreated": "2026-01-12T18:25:56.1064487Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"ParentId": "baf248a7-0321-47b7-8852-69fa4a4edd5f",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T18:25:56.1064487+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for countryindicators item.
PATCH /api/multimedias/countryindicators({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 | |
| Title | System.String | Read only: False | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-01-12T18:25:56.1064487Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"PriorityLevelWHO": 6.0,
"ParentId": "91dd94a6-9ae0-4ef2-a0f4-7a95721e002c"
}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 countryindicators item.
PUT /api/multimedias/countryindicators({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 | |
| Title | System.String | Read only: False | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-01-12T18:25:56.1064487Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"PriorityLevelWHO": 6.0,
"ParentId": "0e226f11-5bac-4c0e-a0f2-165ae168512e"
}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 countryindicators item by Id.
DELETE /api/multimedias/countryindicators({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 Parent from countryindicators item.
GET /api/multimedias/countryindicators({key})/Parent
| 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 | |
| Title | System.String | Read only: False | |
| PriorityLevelWHO | System.Decimal | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-01-12T18:25:56.1064487Z",
"PublicationDate": "2026-01-12T18:25:56.1064487Z",
"DateCreated": "2026-01-12T18:25:56.1064487Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"ParentId": "2e4ea314-804c-46e9-83b7-3acd61a35464",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T18:25:56.1064487+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-12T18:25:56.1064487Z",
"PublicationDate": "2026-01-12T18:25:56.1064487Z",
"DateCreated": "2026-01-12T18:25:56.1064487Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"PriorityLevelWHO": 9.0,
"ParentId": "2e4ea314-804c-46e9-83b7-3acd61a35464",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T18:25:56.1064487+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to countryindicators item.
POST /api/multimedias/countryindicators({key})/Parent/$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 Parent from countryindicators item.
DELETE /api/multimedias/countryindicators({key})/Parent/$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 IndicatorDefinition from countryindicators item.
GET /api/multimedias/countryindicators({key})/IndicatorDefinition
| 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 | |
| Code | System.String | Read only: False | |
| programs | System.Guid | Read only: False | |
| Node | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-01-12T18:25:56.1064487Z",
"PublicationDate": "2026-01-12T18:25:56.1064487Z",
"DateCreated": "2026-01-12T18:25:56.1064487Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Code": "sample string 8",
"programs": "4d919d51-4714-4393-b7c6-979d23d2a70b",
"Node": "sample string 10",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T18:25:56.1064487+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-12T18:25:56.1064487Z",
"PublicationDate": "2026-01-12T18:25:56.1064487Z",
"DateCreated": "2026-01-12T18:25:56.1064487Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Code": "sample string 8",
"programs": "4d919d51-4714-4393-b7c6-979d23d2a70b",
"Node": "sample string 10",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T18:25:56.1064487+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add IndicatorDefinition relation to countryindicators item.
POST /api/multimedias/countryindicators({key})/IndicatorDefinition/$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 IndicatorDefinition from countryindicators item.
DELETE /api/multimedias/countryindicators({key})/IndicatorDefinition/$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 SpecificPage from countryindicators item.
GET /api/multimedias/countryindicators({key})/SpecificPage
| 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-01-12T18:25:56.1064487Z",
"UrlName": "sample string 2",
"organizations": "97235596-e0ee-488b-ab6f-4aba7e604814",
"regionscountries": "ee29bb29-8e78-4a9b-991f-f2bbb1a04272",
"sustainabledevelopmentgoals": "919fb052-9c23-4d8a-9534-9b477e9a8092",
"departmentaltargets": "d6bc3c40-fdf0-476d-80c3-d677807d01f5",
"healthtopics": "ad87adc6-c4bb-415f-957c-b0ea80b6d28d",
"events": "882cff00-411f-43a4-85a0-f9d096280de1",
"publishingoffices": "adfcaaed-8e44-4a5b-8035-7cca5b13943c",
"WebPageType": "sample string 10",
"targetaudiences": "de1491a8-f773-47c9-90f8-b52d322bf317",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-01-12T18:25:56.1064487Z",
"ShowInNavigation": true,
"ParentId": "73700692-560e-473f-b55d-37f110314398",
"RootId": "204ec890-c523-479a-9b77-fa044094c19b",
"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": "9fd99805-33b9-4ea3-a93b-36d02d4dab6f",
"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-01-12T18:25:56.1064487Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-01-12T18:25:56.1064487Z",
"UrlName": "sample string 2",
"organizations": "97235596-e0ee-488b-ab6f-4aba7e604814",
"regionscountries": "ee29bb29-8e78-4a9b-991f-f2bbb1a04272",
"sustainabledevelopmentgoals": "919fb052-9c23-4d8a-9534-9b477e9a8092",
"departmentaltargets": "d6bc3c40-fdf0-476d-80c3-d677807d01f5",
"healthtopics": "ad87adc6-c4bb-415f-957c-b0ea80b6d28d",
"events": "882cff00-411f-43a4-85a0-f9d096280de1",
"publishingoffices": "adfcaaed-8e44-4a5b-8035-7cca5b13943c",
"WebPageType": "sample string 10",
"targetaudiences": "de1491a8-f773-47c9-90f8-b52d322bf317",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-01-12T18:25:56.1064487Z",
"ShowInNavigation": true,
"ParentId": "73700692-560e-473f-b55d-37f110314398",
"RootId": "204ec890-c523-479a-9b77-fa044094c19b",
"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": "9fd99805-33b9-4ea3-a93b-36d02d4dab6f",
"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-01-12T18:25:56.1064487Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add SpecificPage relation to countryindicators item.
POST /api/multimedias/countryindicators({key})/SpecificPage/$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 SpecificPage from countryindicators item.
DELETE /api/multimedias/countryindicators({key})/SpecificPage/$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 IndicatorMetadataRegistryDefinition from countryindicators item.
GET /api/multimedias/countryindicators({key})/IndicatorMetadataRegistryDefinition
| 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 | |
| DataCompilers | System.String | Read only: False | |
| UnitOfMeasure | System.String | Read only: False | |
| PreferredDataSourcesString | System.String | Read only: False | |
| indicatordatatyperepresentation | System.Guid | Read only: False | |
| indicatorstatusString | System.String | Read only: False | |
| OtherPossibleDataSourcesString | System.String | Read only: False | |
| LinkGatherForm | System.String | Read only: False | |
| ProcessOfValidation | System.String | Read only: False | |
| indicatordatacollectionlevelString | System.String | Read only: False | |
| indicatorcontinuumofcareString | System.String | Read only: False | |
| MethodOfEstimation | System.String | Read only: False | |
| Disaggregation | System.String | Read only: False | |
| Rationale | System.String | Read only: False | |
| MetadataUpdatedOn | System.DateTimeOffset | Read only: False | |
| indicatorcontinuumofcare | System.Guid | Read only: False | |
| IMRID | System.String | Read only: False | |
| OperationalNotes | System.String | Read only: False | |
| indicatordatatyperepresentationString | System.String | Read only: False | |
| Footnote | System.String | Read only: False | |
| indicatorcalculationtype | System.Guid | Read only: False | |
| indicatorcalculationtypeString | System.String | Read only: False | |
| ContactPersonEmail | System.String | Read only: False | |
| AssociatedTerms | System.String | Read only: False | |
| ContactPersonName | System.String | Read only: False | |
| DataCollectionProcess | System.String | Read only: False | |
| DataProviders | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| TopicString | System.String | Read only: False | |
| Definition | System.String | Read only: False | |
| ExpectedFrequencyOfDataDissemination | System.String | Read only: False | |
| indicatordatatype | System.Guid | Read only: False | |
| indicatormeasurementlevelString | System.String | Read only: False | |
| indicatormeasurementlevel | System.Guid | Read only: False | |
| Comments | System.String | Read only: False | |
| AlsoKnownAs | System.String | Read only: False | |
| MonitoringFramework | System.String | Read only: False | |
| ExistingData | System.Boolean | Read only: False | |
| Numerator | System.String | Read only: False | |
| ExpectedFrequencyOfDataCollection | System.String | Read only: False | |
| ShortName | System.String | Read only: False | |
| indicatortoolkit | System.Guid | Read only: False | |
| NextExpectedPublicationDate | System.String | Read only: False | |
| LinkFairForm | System.String | Read only: False | |
| MeasurementMethod | System.String | Read only: False | |
| indicatorclassification | System.Guid | Read only: False | |
| LinkToPublication | System.String | Read only: False | |
| DataCompilationProcess | System.String | Read only: False | |
| DataCustodian | System.String | Read only: False | |
| indicatordatatypeString | System.String | Read only: False | |
| indicatordatacollectionlevel | System.Guid | Read only: False | |
| IndexName | System.String | Read only: False | |
| indicatortoolkitString | System.String | Read only: False | |
| Denominator | System.String | Read only: False | |
| indicatordomainsString | System.String | Read only: False | |
| indicatorstatus | System.Guid | Read only: False | |
| indicatordomains | System.Guid | Read only: False | |
| MethodologyChanges | System.String | Read only: False | |
| MethodOfEstimationOfRegionalAndGlobalEstimates | System.String | Read only: False | |
| Limitations | System.String | Read only: False | |
| LinkAdditionalMethodologicalDetails | System.String | Read only: False | |
| Multiplier | System.String | Read only: False | |
| indicatorclassificationString | System.String | Read only: False | |
| Provider | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-01-12T18:25:56.1064487Z",
"PublicationDate": "2026-01-12T18:25:56.1064487Z",
"DateCreated": "2026-01-12T18:25:56.1064487Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"DataCompilers": "sample string 8",
"UnitOfMeasure": "sample string 9",
"PreferredDataSourcesString": "sample string 10",
"indicatordatatyperepresentation": "b37762e6-2f6f-451e-b225-4f478ac52d3c",
"indicatorstatusString": "sample string 12",
"OtherPossibleDataSourcesString": "sample string 13",
"LinkGatherForm": "sample string 14",
"ProcessOfValidation": "sample string 15",
"indicatordatacollectionlevelString": "sample string 16",
"indicatorcontinuumofcareString": "sample string 17",
"MethodOfEstimation": "sample string 18",
"Disaggregation": "sample string 19",
"Rationale": "sample string 20",
"MetadataUpdatedOn": "2026-01-12T18:25:56.1064487Z",
"indicatorcontinuumofcare": "0ca0e6fd-61b3-41ef-9a0d-7654405dacc0",
"IMRID": "sample string 23",
"OperationalNotes": "sample string 24",
"indicatordatatyperepresentationString": "sample string 25",
"Footnote": "sample string 26",
"indicatorcalculationtype": "40a01d3f-d936-450a-929f-130d9acb9176",
"indicatorcalculationtypeString": "sample string 28",
"ContactPersonEmail": "sample string 29",
"AssociatedTerms": "sample string 30",
"ContactPersonName": "sample string 31",
"DataCollectionProcess": "sample string 32",
"DataProviders": "sample string 33",
"Name": "sample string 34",
"TopicString": "sample string 35",
"Definition": "sample string 36",
"ExpectedFrequencyOfDataDissemination": "sample string 37",
"indicatordatatype": "7b5e8ccf-3bf6-455e-8ebe-1a03a42f4527",
"indicatormeasurementlevelString": "sample string 39",
"indicatormeasurementlevel": "9c997d7e-2424-4c81-b022-08e8f6729bdf",
"Comments": "sample string 41",
"AlsoKnownAs": "sample string 42",
"MonitoringFramework": "sample string 43",
"ExistingData": true,
"Numerator": "sample string 45",
"ExpectedFrequencyOfDataCollection": "sample string 46",
"ShortName": "sample string 47",
"indicatortoolkit": "88222fc2-6cf3-4da9-b797-80200cc82955",
"NextExpectedPublicationDate": "sample string 49",
"LinkFairForm": "sample string 50",
"MeasurementMethod": "sample string 51",
"indicatorclassification": "db9fee38-891b-4798-b36d-10fc70f37ebf",
"LinkToPublication": "sample string 53",
"DataCompilationProcess": "sample string 54",
"DataCustodian": "sample string 55",
"indicatordatatypeString": "sample string 56",
"indicatordatacollectionlevel": "2c03365d-324b-4371-81fa-6e130b45ada6",
"IndexName": "sample string 58",
"indicatortoolkitString": "sample string 59",
"Denominator": "sample string 60",
"indicatordomainsString": "sample string 61",
"indicatorstatus": "866ec5aa-b848-42e5-9fff-bf57666b9733",
"indicatordomains": "83edca87-aaf3-4f39-ae6a-24973592dc4f",
"MethodologyChanges": "sample string 64",
"MethodOfEstimationOfRegionalAndGlobalEstimates": "sample string 65",
"Limitations": "sample string 66",
"LinkAdditionalMethodologicalDetails": "sample string 67",
"Multiplier": "sample string 68",
"indicatorclassificationString": "sample string 69",
"Provider": "sample string 70"
},
{
"LastModified": "2026-01-12T18:25:56.1064487Z",
"PublicationDate": "2026-01-12T18:25:56.1064487Z",
"DateCreated": "2026-01-12T18:25:56.1064487Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"DataCompilers": "sample string 8",
"UnitOfMeasure": "sample string 9",
"PreferredDataSourcesString": "sample string 10",
"indicatordatatyperepresentation": "b37762e6-2f6f-451e-b225-4f478ac52d3c",
"indicatorstatusString": "sample string 12",
"OtherPossibleDataSourcesString": "sample string 13",
"LinkGatherForm": "sample string 14",
"ProcessOfValidation": "sample string 15",
"indicatordatacollectionlevelString": "sample string 16",
"indicatorcontinuumofcareString": "sample string 17",
"MethodOfEstimation": "sample string 18",
"Disaggregation": "sample string 19",
"Rationale": "sample string 20",
"MetadataUpdatedOn": "2026-01-12T18:25:56.1064487Z",
"indicatorcontinuumofcare": "0ca0e6fd-61b3-41ef-9a0d-7654405dacc0",
"IMRID": "sample string 23",
"OperationalNotes": "sample string 24",
"indicatordatatyperepresentationString": "sample string 25",
"Footnote": "sample string 26",
"indicatorcalculationtype": "40a01d3f-d936-450a-929f-130d9acb9176",
"indicatorcalculationtypeString": "sample string 28",
"ContactPersonEmail": "sample string 29",
"AssociatedTerms": "sample string 30",
"ContactPersonName": "sample string 31",
"DataCollectionProcess": "sample string 32",
"DataProviders": "sample string 33",
"Name": "sample string 34",
"TopicString": "sample string 35",
"Definition": "sample string 36",
"ExpectedFrequencyOfDataDissemination": "sample string 37",
"indicatordatatype": "7b5e8ccf-3bf6-455e-8ebe-1a03a42f4527",
"indicatormeasurementlevelString": "sample string 39",
"indicatormeasurementlevel": "9c997d7e-2424-4c81-b022-08e8f6729bdf",
"Comments": "sample string 41",
"AlsoKnownAs": "sample string 42",
"MonitoringFramework": "sample string 43",
"ExistingData": true,
"Numerator": "sample string 45",
"ExpectedFrequencyOfDataCollection": "sample string 46",
"ShortName": "sample string 47",
"indicatortoolkit": "88222fc2-6cf3-4da9-b797-80200cc82955",
"NextExpectedPublicationDate": "sample string 49",
"LinkFairForm": "sample string 50",
"MeasurementMethod": "sample string 51",
"indicatorclassification": "db9fee38-891b-4798-b36d-10fc70f37ebf",
"LinkToPublication": "sample string 53",
"DataCompilationProcess": "sample string 54",
"DataCustodian": "sample string 55",
"indicatordatatypeString": "sample string 56",
"indicatordatacollectionlevel": "2c03365d-324b-4371-81fa-6e130b45ada6",
"IndexName": "sample string 58",
"indicatortoolkitString": "sample string 59",
"Denominator": "sample string 60",
"indicatordomainsString": "sample string 61",
"indicatorstatus": "866ec5aa-b848-42e5-9fff-bf57666b9733",
"indicatordomains": "83edca87-aaf3-4f39-ae6a-24973592dc4f",
"MethodologyChanges": "sample string 64",
"MethodOfEstimationOfRegionalAndGlobalEstimates": "sample string 65",
"Limitations": "sample string 66",
"LinkAdditionalMethodologicalDetails": "sample string 67",
"Multiplier": "sample string 68",
"indicatorclassificationString": "sample string 69",
"Provider": "sample string 70"
}
]Add IndicatorMetadataRegistryDefinition relation to countryindicators item.
POST /api/multimedias/countryindicators({key})/IndicatorMetadataRegistryDefinition/$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 IndicatorMetadataRegistryDefinition from countryindicators item.
DELETE /api/multimedias/countryindicators({key})/IndicatorMetadataRegistryDefinition/$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 ViewDefinitions from countryindicators item.
GET /api/multimedias/countryindicators({key})/ViewDefinitions
| 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 | |
| Json | System.String | Read only: False | |
| Name | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-01-12T18:25:56.1064487Z",
"PublicationDate": "2026-01-12T18:25:56.1064487Z",
"DateCreated": "2026-01-12T18:25:56.1064487Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Json": "sample string 8",
"Name": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T18:25:56.1064487+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-12T18:25:56.1064487Z",
"PublicationDate": "2026-01-12T18:25:56.1064487Z",
"DateCreated": "2026-01-12T18:25:56.1064487Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Json": "sample string 8",
"Name": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T18:25:56.1064487+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add ViewDefinitions relation to countryindicators item.
POST /api/multimedias/countryindicators({key})/ViewDefinitions/$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 ViewDefinitions from countryindicators item.
DELETE /api/multimedias/countryindicators({key})/ViewDefinitions/$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.