Returns a set of data items of type resultsreportcountrystories.
GET /api/resultsreport/resultsreportcountrystories
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 | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| SortOrder | 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-02-11T17:52:33.0432312Z",
"PublicationDate": "2026-02-11T17:52:33.0432312Z",
"DateCreated": "2026-02-11T17:52:33.0432312Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "8462ba0b-6baf-41a5-8b36-38e55aecdf8d",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "df75e51a-405e-46cd-abef-4688da260e2d",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-11T17:52:33.0432312+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-11T17:52:33.0432312Z",
"PublicationDate": "2026-02-11T17:52:33.0432312Z",
"DateCreated": "2026-02-11T17:52:33.0432312Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "8462ba0b-6baf-41a5-8b36-38e55aecdf8d",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "df75e51a-405e-46cd-abef-4688da260e2d",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-11T17:52:33.0432312+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets resultsreportcountrystories item by id.
GET /api/resultsreport/resultsreportcountrystories({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 | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| SortOrder | 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-02-11T17:52:33.0432312Z",
"PublicationDate": "2026-02-11T17:52:33.0432312Z",
"DateCreated": "2026-02-11T17:52:33.0432312Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "d23aca7b-fa68-42d5-a055-e51b99fbf32d",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "3becfefd-e24d-405d-947e-6f3ff62bac44",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-11T17:52:33.0432312+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from resultsreportcountrystories item.
GET /api/resultsreport/resultsreportcountrystories({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": "83b622ba-3b8b-4b45-9023-944a43542f83"
}Creates a resultsreportcountrystories item.
POST /api/resultsreport/resultsreportcountrystories
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 | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| SortOrder | 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-02-11T17:52:33.0432312Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "19a00569-f8c5-45bb-9ef9-16e7174fd37f",
"Summary": "sample string 6",
"Title": "sample string 7",
"Overview": "sample string 8",
"DisplayTitle": "sample string 9",
"SortOrder": 10.0,
"ParentId": "6305232a-1a00-4d1d-b2a7-88a4d8ccf0f4"
}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 | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| SortOrder | 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-02-11T17:52:33.0432312Z",
"PublicationDate": "2026-02-11T17:52:33.0432312Z",
"DateCreated": "2026-02-11T17:52:33.0432312Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "f53d5970-3a29-47f1-ae7b-9cb98489ed2e",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "912bccb6-e1b9-4c66-967e-862ed7e0b7a9",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-11T17:52:33.0432312+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for resultsreportcountrystories item.
PATCH /api/resultsreport/resultsreportcountrystories({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 | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| SortOrder | 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-02-11T17:52:33.0432312Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "bc460e91-65d7-4c1b-96a1-6975eb86fd9a",
"Summary": "sample string 6",
"Title": "sample string 7",
"Overview": "sample string 8",
"DisplayTitle": "sample string 9",
"SortOrder": 10.0,
"ParentId": "88c6d37e-4542-442f-8682-2616c983198a"
}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 resultsreportcountrystories item.
PUT /api/resultsreport/resultsreportcountrystories({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 | |
| regionscountries | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| SortOrder | 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-02-11T17:52:33.0432312Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "ea8c1e67-981b-4612-8656-74e0533bf434",
"Summary": "sample string 6",
"Title": "sample string 7",
"Overview": "sample string 8",
"DisplayTitle": "sample string 9",
"SortOrder": 10.0,
"ParentId": "dea43e7d-06ef-4917-8492-cfbe12e3c551"
}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 resultsreportcountrystories item by Id.
DELETE /api/resultsreport/resultsreportcountrystories({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 resultsreportcountrystories item.
GET /api/resultsreport/resultsreportcountrystories({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 | |
| healthtopics | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| ReportingStartDate | System.DateTimeOffset | Read only: False | |
| ReportingEndDate | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-02-11T17:52:33.0432312Z",
"PublicationDate": "2026-02-11T17:52:33.0432312Z",
"DateCreated": "2026-02-11T17:52:33.0432312Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "43bcf8e5-f8a6-4e8e-9aee-6940c1291278",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "6e4f62ea-92a6-46de-a3cc-2f78632b3d06",
"publishingoffices": "612c1d09-b0e7-4413-aa8c-fc9a62c9c83b",
"ReportingStartDate": "2026-02-11T17:52:33.0432312Z",
"ReportingEndDate": "2026-02-11T17:52:33.0432312Z",
"targetaudiences": "be8288d9-3e57-4e20-900c-d466dcf46ee5",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-11T17:52:33.0432312+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-11T17:52:33.0432312Z",
"PublicationDate": "2026-02-11T17:52:33.0432312Z",
"DateCreated": "2026-02-11T17:52:33.0432312Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "43bcf8e5-f8a6-4e8e-9aee-6940c1291278",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "6e4f62ea-92a6-46de-a3cc-2f78632b3d06",
"publishingoffices": "612c1d09-b0e7-4413-aa8c-fc9a62c9c83b",
"ReportingStartDate": "2026-02-11T17:52:33.0432312Z",
"ReportingEndDate": "2026-02-11T17:52:33.0432312Z",
"targetaudiences": "be8288d9-3e57-4e20-900c-d466dcf46ee5",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-11T17:52:33.0432312+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to resultsreportcountrystories item.
POST /api/resultsreport/resultsreportcountrystories({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 resultsreportcountrystories item.
DELETE /api/resultsreport/resultsreportcountrystories({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 Thumbnail from resultsreportcountrystories item.
GET /api/resultsreport/resultsreportcountrystories({key})/Thumbnail
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-02-11T17:52:33.0432312Z",
"PublicationDate": "2026-02-11T17:52:33.0432312Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-11T17:52:33.0432312Z",
"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": "3206478f-10f0-4999-b4ea-05d8bc7ea85d",
"publishingoffices": "c3e6e806-5d95-496e-9aa0-97c4c2c0da58",
"events": "482bb0e4-5f2e-4573-b236-6c2f3cb83c46",
"targets": "9499a91d-117a-4168-a0ab-4ca2c3b333b2",
"Category": "6552c3b4-57f4-4ab3-9c18-7d20de790715",
"imagetypes": "2e905497-9fcc-4805-9898-1b059cf93fb4",
"departmentaltargets": "9d077082-ca4e-4a2c-b962-466c0633e143",
"stakeholders": "464dea52-6568-4ea5-b33c-10f24727a639",
"Tags": "192add9b-68d1-4cbf-8ae2-01bfb5487a77",
"healthtopics": "f9f11651-f1fe-4737-bc1f-c3261fa3f68d",
"targetaudiences": "1b6d00a6-3932-4ea7-83bb-8454dc75fdaa",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "40deed79-2b4e-4642-9bd4-78998248f82b",
"ParentId": "3008b415-34a8-49e9-b229-0ae1371c6b91",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-02-11T17:52:33.0432312Z",
"PublicationDate": "2026-02-11T17:52:33.0432312Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-11T17:52:33.0432312Z",
"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": "3206478f-10f0-4999-b4ea-05d8bc7ea85d",
"publishingoffices": "c3e6e806-5d95-496e-9aa0-97c4c2c0da58",
"events": "482bb0e4-5f2e-4573-b236-6c2f3cb83c46",
"targets": "9499a91d-117a-4168-a0ab-4ca2c3b333b2",
"Category": "6552c3b4-57f4-4ab3-9c18-7d20de790715",
"imagetypes": "2e905497-9fcc-4805-9898-1b059cf93fb4",
"departmentaltargets": "9d077082-ca4e-4a2c-b962-466c0633e143",
"stakeholders": "464dea52-6568-4ea5-b33c-10f24727a639",
"Tags": "192add9b-68d1-4cbf-8ae2-01bfb5487a77",
"healthtopics": "f9f11651-f1fe-4737-bc1f-c3261fa3f68d",
"targetaudiences": "1b6d00a6-3932-4ea7-83bb-8454dc75fdaa",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "40deed79-2b4e-4642-9bd4-78998248f82b",
"ParentId": "3008b415-34a8-49e9-b229-0ae1371c6b91",
"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 resultsreportcountrystories item.
POST /api/resultsreport/resultsreportcountrystories({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 resultsreportcountrystories item.
DELETE /api/resultsreport/resultsreportcountrystories({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 MainImage from resultsreportcountrystories item.
GET /api/resultsreport/resultsreportcountrystories({key})/MainImage
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-02-11T17:52:33.0588644Z",
"PublicationDate": "2026-02-11T17:52:33.0588644Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-11T17:52:33.0588644Z",
"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": "54ac9a68-caec-49d8-b854-20aa06f7b970",
"publishingoffices": "f7f98323-19e3-4919-913f-1e2f8d51f5fa",
"events": "6bfcc139-ee73-47da-ac6a-1b60fd133674",
"targets": "286174b4-4162-484b-9052-f5e854db3e1f",
"Category": "3fa24705-9c8f-4690-af12-6738249adadb",
"imagetypes": "da92dbec-91cd-4ee0-a04e-78e6f7c9dc9b",
"departmentaltargets": "d4866808-22aa-4af9-b2d6-c35ff6b75259",
"stakeholders": "560f9f52-5f6c-4a88-8dc8-e76ef0308de7",
"Tags": "51eb4a62-958f-4b25-9b68-8674300b1ca1",
"healthtopics": "a468bfb1-d4ce-4544-9d59-c412b6681d60",
"targetaudiences": "5d845b00-c46f-4ff9-aab5-eaaa56fc1d69",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4a627697-556e-43b6-b321-1590fceefd67",
"ParentId": "d13459a4-3653-497d-bfe9-0eb8a3187e3f",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-02-11T17:52:33.0588644Z",
"PublicationDate": "2026-02-11T17:52:33.0588644Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-11T17:52:33.0588644Z",
"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": "54ac9a68-caec-49d8-b854-20aa06f7b970",
"publishingoffices": "f7f98323-19e3-4919-913f-1e2f8d51f5fa",
"events": "6bfcc139-ee73-47da-ac6a-1b60fd133674",
"targets": "286174b4-4162-484b-9052-f5e854db3e1f",
"Category": "3fa24705-9c8f-4690-af12-6738249adadb",
"imagetypes": "da92dbec-91cd-4ee0-a04e-78e6f7c9dc9b",
"departmentaltargets": "d4866808-22aa-4af9-b2d6-c35ff6b75259",
"stakeholders": "560f9f52-5f6c-4a88-8dc8-e76ef0308de7",
"Tags": "51eb4a62-958f-4b25-9b68-8674300b1ca1",
"healthtopics": "a468bfb1-d4ce-4544-9d59-c412b6681d60",
"targetaudiences": "5d845b00-c46f-4ff9-aab5-eaaa56fc1d69",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4a627697-556e-43b6-b321-1590fceefd67",
"ParentId": "d13459a4-3653-497d-bfe9-0eb8a3187e3f",
"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 MainImage relation to resultsreportcountrystories item.
POST /api/resultsreport/resultsreportcountrystories({key})/MainImage/$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 MainImage from resultsreportcountrystories item.
DELETE /api/resultsreport/resultsreportcountrystories({key})/MainImage/$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 OtherMedia from resultsreportcountrystories item.
GET /api/resultsreport/resultsreportcountrystories({key})/OtherMedia
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-02-11T17:52:33.0588644Z",
"PublicationDate": "2026-02-11T17:52:33.0588644Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-11T17:52:33.0588644Z",
"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": "bd8fa8fd-d41f-4e50-ad9a-680c22d2876b",
"publishingoffices": "d951c6ba-7cbb-45ef-8cc4-1e40b550990f",
"events": "d5a1a96e-83a9-4341-abd0-a01673989032",
"targets": "3c9df360-5325-4984-aa5a-b631300eb18a",
"Category": "ac5e0956-2bc0-4e7b-b2a4-39d45c7ce191",
"imagetypes": "15e5272b-283c-42eb-b15c-98c719db1bfb",
"departmentaltargets": "80acd9e5-e3f8-4492-b1f2-e4f92bff3214",
"stakeholders": "f19a8475-9e6c-4e68-9751-aaa9e95e9d8c",
"Tags": "fd36ce49-8703-44a3-8a93-36105662ac2b",
"healthtopics": "03926e2a-62a5-4d4e-9e26-60468ac28024",
"targetaudiences": "1cfd45d0-ce02-41cd-944d-c0f65408a10d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "e2368401-2f89-4120-a838-01bad52c6212",
"ParentId": "ebadd3e1-bfbb-4627-a56c-2fd69f6560e2",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-02-11T17:52:33.0588644Z",
"PublicationDate": "2026-02-11T17:52:33.0588644Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-11T17:52:33.0588644Z",
"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": "bd8fa8fd-d41f-4e50-ad9a-680c22d2876b",
"publishingoffices": "d951c6ba-7cbb-45ef-8cc4-1e40b550990f",
"events": "d5a1a96e-83a9-4341-abd0-a01673989032",
"targets": "3c9df360-5325-4984-aa5a-b631300eb18a",
"Category": "ac5e0956-2bc0-4e7b-b2a4-39d45c7ce191",
"imagetypes": "15e5272b-283c-42eb-b15c-98c719db1bfb",
"departmentaltargets": "80acd9e5-e3f8-4492-b1f2-e4f92bff3214",
"stakeholders": "f19a8475-9e6c-4e68-9751-aaa9e95e9d8c",
"Tags": "fd36ce49-8703-44a3-8a93-36105662ac2b",
"healthtopics": "03926e2a-62a5-4d4e-9e26-60468ac28024",
"targetaudiences": "1cfd45d0-ce02-41cd-944d-c0f65408a10d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "e2368401-2f89-4120-a838-01bad52c6212",
"ParentId": "ebadd3e1-bfbb-4627-a56c-2fd69f6560e2",
"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 OtherMedia relation to resultsreportcountrystories item.
POST /api/resultsreport/resultsreportcountrystories({key})/OtherMedia/$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 OtherMedia from resultsreportcountrystories item.
DELETE /api/resultsreport/resultsreportcountrystories({key})/OtherMedia/$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 RelatedOutcome from resultsreportcountrystories item.
GET /api/resultsreport/resultsreportcountrystories({key})/RelatedOutcome
| 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 | |
| healthtopics | System.Guid | Read only: False | |
| InfographicVideo | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| AdditionalContent | System.String | Read only: False | |
| OutcomeCode | System.String | Read only: False | |
| IconColor | System.String | 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-02-11T17:52:33.0588644Z",
"PublicationDate": "2026-02-11T17:52:33.0588644Z",
"DateCreated": "2026-02-11T17:52:33.0588644Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "cc905215-6c0f-48bb-991c-ced7df3cf1d1",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "eb9cabf7-9e32-496e-809c-0e112a597a49",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "16bcccab-3bf4-494c-b305-a9d5a16c9820",
"SortOrder": 15.0,
"publishingoffices": "d217e639-17bd-4f97-bfe8-3b45eaa9299c",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "0aa5e98e-0787-4002-976b-165d1bb69a67",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-11T17:52:33.0588644+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-11T17:52:33.0588644Z",
"PublicationDate": "2026-02-11T17:52:33.0588644Z",
"DateCreated": "2026-02-11T17:52:33.0588644Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "cc905215-6c0f-48bb-991c-ced7df3cf1d1",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "eb9cabf7-9e32-496e-809c-0e112a597a49",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "16bcccab-3bf4-494c-b305-a9d5a16c9820",
"SortOrder": 15.0,
"publishingoffices": "d217e639-17bd-4f97-bfe8-3b45eaa9299c",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "0aa5e98e-0787-4002-976b-165d1bb69a67",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-11T17:52:33.0588644+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedOutcome relation to resultsreportcountrystories item.
POST /api/resultsreport/resultsreportcountrystories({key})/RelatedOutcome/$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 RelatedOutcome from resultsreportcountrystories item.
DELETE /api/resultsreport/resultsreportcountrystories({key})/RelatedOutcome/$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 MoreInfoLink from resultsreportcountrystories item.
GET /api/resultsreport/resultsreportcountrystories({key})/MoreInfoLink
| 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-02-11T17:52:33.0588644Z",
"UrlName": "sample string 2",
"organizations": "e7fe9568-217f-4ede-8cbe-6a3728ce76b4",
"regionscountries": "b2cc6f40-6b68-49db-b193-e7ecad68e50b",
"sustainabledevelopmentgoals": "71b035aa-89d8-4f5f-b925-9013932d62cf",
"departmentaltargets": "bf9c4870-c5a5-4762-908b-f4b147cd7080",
"healthtopics": "480f7e88-79ed-4c4c-801d-289e07dbf949",
"events": "aea7c746-d7a3-460f-ae40-df49a1ec2e8c",
"publishingoffices": "6f760aa8-b278-44cb-9b25-2482b1319711",
"WebPageType": "sample string 10",
"targetaudiences": "60ef6c2f-ef98-4914-b564-43e18957ea81",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-02-11T17:52:33.0588644Z",
"ShowInNavigation": true,
"ParentId": "c422f948-aac1-4881-871c-127d3e2c4ae3",
"RootId": "677b6f44-3417-4a79-8dcf-d358b0919f4f",
"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": "53c6863f-8c96-4a12-a5d1-8be09f4f414b",
"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-02-11T17:52:33.0588644Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-02-11T17:52:33.0588644Z",
"UrlName": "sample string 2",
"organizations": "e7fe9568-217f-4ede-8cbe-6a3728ce76b4",
"regionscountries": "b2cc6f40-6b68-49db-b193-e7ecad68e50b",
"sustainabledevelopmentgoals": "71b035aa-89d8-4f5f-b925-9013932d62cf",
"departmentaltargets": "bf9c4870-c5a5-4762-908b-f4b147cd7080",
"healthtopics": "480f7e88-79ed-4c4c-801d-289e07dbf949",
"events": "aea7c746-d7a3-460f-ae40-df49a1ec2e8c",
"publishingoffices": "6f760aa8-b278-44cb-9b25-2482b1319711",
"WebPageType": "sample string 10",
"targetaudiences": "60ef6c2f-ef98-4914-b564-43e18957ea81",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-02-11T17:52:33.0588644Z",
"ShowInNavigation": true,
"ParentId": "c422f948-aac1-4881-871c-127d3e2c4ae3",
"RootId": "677b6f44-3417-4a79-8dcf-d358b0919f4f",
"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": "53c6863f-8c96-4a12-a5d1-8be09f4f414b",
"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-02-11T17:52:33.0588644Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add MoreInfoLink relation to resultsreportcountrystories item.
POST /api/resultsreport/resultsreportcountrystories({key})/MoreInfoLink/$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 MoreInfoLink from resultsreportcountrystories item.
DELETE /api/resultsreport/resultsreportcountrystories({key})/MoreInfoLink/$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.