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": "2025-11-16T10:42:28.6713078Z",
"PublicationDate": "2025-11-16T10:42:28.6713078Z",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "01844b65-dfbe-4e40-a166-4ae73d82c0c8",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "47ee4a60-4ba9-4018-9337-1ade5bab03ad",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:42:28.6713078+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T10:42:28.6713078Z",
"PublicationDate": "2025-11-16T10:42:28.6713078Z",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "01844b65-dfbe-4e40-a166-4ae73d82c0c8",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "47ee4a60-4ba9-4018-9337-1ade5bab03ad",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:42:28.6713078+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": "2025-11-16T10:42:28.6713078Z",
"PublicationDate": "2025-11-16T10:42:28.6713078Z",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "95cdbf4e-a714-490e-94a6-9189b21285d0",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "d132db58-c906-4768-b5d7-df8274a2fee5",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:42:28.6713078+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": "3de3fa74-562d-4abf-85ac-dc91accb905f"
}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": "2025-11-16T10:42:28.6713078Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "38168790-c323-4d72-be71-a53c5aae4e2e",
"Summary": "sample string 6",
"Title": "sample string 7",
"Overview": "sample string 8",
"DisplayTitle": "sample string 9",
"SortOrder": 10.0,
"ParentId": "9d2b347c-17a5-4fed-9c8d-f6345b5e9446"
}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": "2025-11-16T10:42:28.6713078Z",
"PublicationDate": "2025-11-16T10:42:28.6713078Z",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "fbc58f76-6cf2-40e7-a737-cfad6e9907d3",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "1ecfee4d-f849-4b3b-921b-10d4e7d806e4",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:42:28.6713078+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": "2025-11-16T10:42:28.6713078Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "b04df34e-2030-48d3-91e1-e25d3001442a",
"Summary": "sample string 6",
"Title": "sample string 7",
"Overview": "sample string 8",
"DisplayTitle": "sample string 9",
"SortOrder": 10.0,
"ParentId": "f38bee36-2f03-40cf-a25e-837706774222"
}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": "2025-11-16T10:42:28.6713078Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "0e7bc074-5880-4c8a-a77e-11d6c9bab78d",
"Summary": "sample string 6",
"Title": "sample string 7",
"Overview": "sample string 8",
"DisplayTitle": "sample string 9",
"SortOrder": 10.0,
"ParentId": "aff5fcb3-46c8-490c-b7e1-3923811a8b54"
}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": "2025-11-16T10:42:28.6713078Z",
"PublicationDate": "2025-11-16T10:42:28.6713078Z",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "4e350b38-2222-41ad-960f-b6b09d30c9b5",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "8f95d118-ca41-44c4-a0ce-9df60893e73a",
"publishingoffices": "77f8fcf2-f5c2-4503-b296-b1ec46c0b921",
"ReportingStartDate": "2025-11-16T10:42:28.6713078Z",
"ReportingEndDate": "2025-11-16T10:42:28.6713078Z",
"targetaudiences": "70dfb98d-f2d0-4c11-9cdc-3d5697079e59",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:42:28.6713078+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T10:42:28.6713078Z",
"PublicationDate": "2025-11-16T10:42:28.6713078Z",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "4e350b38-2222-41ad-960f-b6b09d30c9b5",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "8f95d118-ca41-44c4-a0ce-9df60893e73a",
"publishingoffices": "77f8fcf2-f5c2-4503-b296-b1ec46c0b921",
"ReportingStartDate": "2025-11-16T10:42:28.6713078Z",
"ReportingEndDate": "2025-11-16T10:42:28.6713078Z",
"targetaudiences": "70dfb98d-f2d0-4c11-9cdc-3d5697079e59",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:42:28.6713078+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": "2025-11-16T10:42:28.6713078Z",
"PublicationDate": "2025-11-16T10:42:28.6713078Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"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": "661797cc-ecf9-4063-949b-67a4fcdd0d80",
"publishingoffices": "4ce9e33f-ffff-4286-a866-a747e627403e",
"events": "3c4bac57-bc80-45ef-97ae-b45775536e54",
"targets": "6777ed6f-c636-4b11-a4cb-dda39d1264cd",
"Category": "4714b9b3-f15c-4a47-a3bf-671811e0d642",
"imagetypes": "3c3f531f-c6ee-4224-a9aa-1c5d54c229d3",
"departmentaltargets": "b902f988-1d65-4267-9f30-e22659c5c28d",
"stakeholders": "16b33270-503c-4754-b75c-74bd8752645c",
"Tags": "c096c892-1993-4807-a411-622cae2a19f0",
"healthtopics": "adfd071a-b511-4d58-b1d4-1f087f9917af",
"targetaudiences": "16800672-6114-4e72-917c-628c81515160",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a81a2401-4c8c-4430-a089-11635c936fac",
"ParentId": "d38a9015-52dc-4bc3-ad97-1ac2696f806e",
"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-11-16T10:42:28.6713078Z",
"PublicationDate": "2025-11-16T10:42:28.6713078Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"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": "661797cc-ecf9-4063-949b-67a4fcdd0d80",
"publishingoffices": "4ce9e33f-ffff-4286-a866-a747e627403e",
"events": "3c4bac57-bc80-45ef-97ae-b45775536e54",
"targets": "6777ed6f-c636-4b11-a4cb-dda39d1264cd",
"Category": "4714b9b3-f15c-4a47-a3bf-671811e0d642",
"imagetypes": "3c3f531f-c6ee-4224-a9aa-1c5d54c229d3",
"departmentaltargets": "b902f988-1d65-4267-9f30-e22659c5c28d",
"stakeholders": "16b33270-503c-4754-b75c-74bd8752645c",
"Tags": "c096c892-1993-4807-a411-622cae2a19f0",
"healthtopics": "adfd071a-b511-4d58-b1d4-1f087f9917af",
"targetaudiences": "16800672-6114-4e72-917c-628c81515160",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a81a2401-4c8c-4430-a089-11635c936fac",
"ParentId": "d38a9015-52dc-4bc3-ad97-1ac2696f806e",
"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": "2025-11-16T10:42:28.6713078Z",
"PublicationDate": "2025-11-16T10:42:28.6713078Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"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": "818f0959-f6c8-4fbc-a487-a67100ac25e9",
"publishingoffices": "39402d8c-e8e8-4aee-ae19-2d2be6f621d6",
"events": "3fcd5e22-ad5d-4083-9b3b-a91a5f80c296",
"targets": "f7ebdb07-326e-4c63-b52c-873a4d7c8869",
"Category": "450244dd-4b78-46b2-9051-1491eeeb4cd8",
"imagetypes": "93e2f0ff-4cd3-4f09-b712-323673f4acb5",
"departmentaltargets": "7d041024-e9b7-4f33-8663-4c8333c0ebfd",
"stakeholders": "1143e809-bb03-40b6-8ac5-5f822094be54",
"Tags": "742c8763-ecfe-48b7-84f6-68d527d5f8ee",
"healthtopics": "7f2e26dc-1e7b-4bcc-8dee-a3df2a037c1d",
"targetaudiences": "4a2ec87c-d06f-44b0-ac38-a866f38863f1",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "2ae57976-e792-4c9e-b588-52b359a1415a",
"ParentId": "0c90354e-1d9b-4f1b-a122-f0cfb1f9b3cf",
"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-11-16T10:42:28.6713078Z",
"PublicationDate": "2025-11-16T10:42:28.6713078Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"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": "818f0959-f6c8-4fbc-a487-a67100ac25e9",
"publishingoffices": "39402d8c-e8e8-4aee-ae19-2d2be6f621d6",
"events": "3fcd5e22-ad5d-4083-9b3b-a91a5f80c296",
"targets": "f7ebdb07-326e-4c63-b52c-873a4d7c8869",
"Category": "450244dd-4b78-46b2-9051-1491eeeb4cd8",
"imagetypes": "93e2f0ff-4cd3-4f09-b712-323673f4acb5",
"departmentaltargets": "7d041024-e9b7-4f33-8663-4c8333c0ebfd",
"stakeholders": "1143e809-bb03-40b6-8ac5-5f822094be54",
"Tags": "742c8763-ecfe-48b7-84f6-68d527d5f8ee",
"healthtopics": "7f2e26dc-1e7b-4bcc-8dee-a3df2a037c1d",
"targetaudiences": "4a2ec87c-d06f-44b0-ac38-a866f38863f1",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "2ae57976-e792-4c9e-b588-52b359a1415a",
"ParentId": "0c90354e-1d9b-4f1b-a122-f0cfb1f9b3cf",
"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": "2025-11-16T10:42:28.6713078Z",
"PublicationDate": "2025-11-16T10:42:28.6713078Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"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": "2d178105-11e7-4658-8f33-17ea2dac6e2b",
"publishingoffices": "bf188a2d-378e-4e15-983c-d5e80fbb9dce",
"events": "677b68e7-7025-4ebb-8670-5833863bebed",
"targets": "af561cfb-2300-4749-8187-4cd5c99a172b",
"Category": "81a56a25-e96e-4d1f-87f8-634b28407935",
"imagetypes": "8b459206-d7c0-4386-9915-131d8fd185a5",
"departmentaltargets": "805e9167-3ba8-4d53-a914-e22cca0a3a85",
"stakeholders": "035e1d31-06fa-4d15-b0de-a962ae60702c",
"Tags": "9ca5cda7-7902-47a7-b38b-f64469e7e621",
"healthtopics": "2f33363d-0803-4b1f-9347-8f0cd4998277",
"targetaudiences": "8ae1a8d7-1026-41d6-99a2-e744fcabb419",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "c4109da6-15bc-48ee-861d-1de5b4990d3a",
"ParentId": "50b988c2-5860-499d-a31a-268165cab30f",
"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-11-16T10:42:28.6713078Z",
"PublicationDate": "2025-11-16T10:42:28.6713078Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"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": "2d178105-11e7-4658-8f33-17ea2dac6e2b",
"publishingoffices": "bf188a2d-378e-4e15-983c-d5e80fbb9dce",
"events": "677b68e7-7025-4ebb-8670-5833863bebed",
"targets": "af561cfb-2300-4749-8187-4cd5c99a172b",
"Category": "81a56a25-e96e-4d1f-87f8-634b28407935",
"imagetypes": "8b459206-d7c0-4386-9915-131d8fd185a5",
"departmentaltargets": "805e9167-3ba8-4d53-a914-e22cca0a3a85",
"stakeholders": "035e1d31-06fa-4d15-b0de-a962ae60702c",
"Tags": "9ca5cda7-7902-47a7-b38b-f64469e7e621",
"healthtopics": "2f33363d-0803-4b1f-9347-8f0cd4998277",
"targetaudiences": "8ae1a8d7-1026-41d6-99a2-e744fcabb419",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "c4109da6-15bc-48ee-861d-1de5b4990d3a",
"ParentId": "50b988c2-5860-499d-a31a-268165cab30f",
"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": "2025-11-16T10:42:28.6713078Z",
"PublicationDate": "2025-11-16T10:42:28.6713078Z",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "86ae1d73-f26e-4e3e-b58a-f2c2668c6314",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "9de196eb-3f12-4639-9859-a86855ec56fd",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "088e22e6-d9f7-41c7-aa2b-39075f0fdb6e",
"SortOrder": 15.0,
"publishingoffices": "559a43a4-e94c-45e7-b0f1-0ab4e23866cb",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "bc531c1e-70ce-4f12-a25e-3a61069caf8a",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:42:28.6713078+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T10:42:28.6713078Z",
"PublicationDate": "2025-11-16T10:42:28.6713078Z",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "86ae1d73-f26e-4e3e-b58a-f2c2668c6314",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "9de196eb-3f12-4639-9859-a86855ec56fd",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "088e22e6-d9f7-41c7-aa2b-39075f0fdb6e",
"SortOrder": 15.0,
"publishingoffices": "559a43a4-e94c-45e7-b0f1-0ab4e23866cb",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "bc531c1e-70ce-4f12-a25e-3a61069caf8a",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:42:28.6713078+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": "2025-11-16T10:42:28.6713078Z",
"UrlName": "sample string 2",
"organizations": "874182da-04ff-497e-b3be-f3f12d81ac35",
"regionscountries": "e885f0fe-21c8-4caa-ba61-b2aa08b06aaa",
"sustainabledevelopmentgoals": "8ca8d23a-329c-4f4b-ac6f-7f484e27312f",
"departmentaltargets": "2fb418bc-09d3-4823-860b-9f99c2b4778c",
"healthtopics": "dbf68fb5-60bf-454c-b8e6-0f2f3f2ee801",
"events": "a585b263-81ce-4c05-91a8-4ac3ed05d72a",
"publishingoffices": "5d297e5b-c75a-42e7-99fc-69a55b263525",
"WebPageType": "sample string 10",
"targetaudiences": "b5c5f13a-ce90-4d86-954b-6a11f515b6ea",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"ShowInNavigation": true,
"ParentId": "e790d721-20ec-4546-88b8-bd97a8112b3e",
"RootId": "a4bb53ea-acbb-4cac-b1ba-e385e76f3545",
"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": "8a68cbea-7006-40ae-9ed1-6572b4f6cd02",
"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-11-16T10:42:28.6713078Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-16T10:42:28.6713078Z",
"UrlName": "sample string 2",
"organizations": "874182da-04ff-497e-b3be-f3f12d81ac35",
"regionscountries": "e885f0fe-21c8-4caa-ba61-b2aa08b06aaa",
"sustainabledevelopmentgoals": "8ca8d23a-329c-4f4b-ac6f-7f484e27312f",
"departmentaltargets": "2fb418bc-09d3-4823-860b-9f99c2b4778c",
"healthtopics": "dbf68fb5-60bf-454c-b8e6-0f2f3f2ee801",
"events": "a585b263-81ce-4c05-91a8-4ac3ed05d72a",
"publishingoffices": "5d297e5b-c75a-42e7-99fc-69a55b263525",
"WebPageType": "sample string 10",
"targetaudiences": "b5c5f13a-ce90-4d86-954b-6a11f515b6ea",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T10:42:28.6713078Z",
"ShowInNavigation": true,
"ParentId": "e790d721-20ec-4546-88b8-bd97a8112b3e",
"RootId": "a4bb53ea-acbb-4cac-b1ba-e385e76f3545",
"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": "8a68cbea-7006-40ae-9ed1-6572b4f6cd02",
"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-11-16T10:42:28.6713078Z",
"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.