Returns a set of data items of type sdgs.
GET /api/resultsreport/sdgs
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| GoalNumber | System.Decimal | Read only: False | |
| SvgIcon | System.String | Read only: False | |
| ExternalLink | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| ColourCode | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-27T21:56:30.9401228Z",
"PublicationDate": "2025-10-27T21:56:30.9401228Z",
"DateCreated": "2025-10-27T21:56:30.9401228Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"GoalNumber": 9.0,
"SvgIcon": "sample string 10",
"ExternalLink": "sample string 11",
"Summary": "sample string 12",
"Description": "sample string 13",
"ColourCode": "sample string 14",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T21:56:30.9401228+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-27T21:56:30.9401228Z",
"PublicationDate": "2025-10-27T21:56:30.9401228Z",
"DateCreated": "2025-10-27T21:56:30.9401228Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"GoalNumber": 9.0,
"SvgIcon": "sample string 10",
"ExternalLink": "sample string 11",
"Summary": "sample string 12",
"Description": "sample string 13",
"ColourCode": "sample string 14",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T21:56:30.9401228+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets sdgs item by id.
GET /api/resultsreport/sdgs({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| GoalNumber | System.Decimal | Read only: False | |
| SvgIcon | System.String | Read only: False | |
| ExternalLink | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| ColourCode | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-27T21:56:30.9401228Z",
"PublicationDate": "2025-10-27T21:56:30.9401228Z",
"DateCreated": "2025-10-27T21:56:30.9401228Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"GoalNumber": 9.0,
"SvgIcon": "sample string 10",
"ExternalLink": "sample string 11",
"Summary": "sample string 12",
"Description": "sample string 13",
"ColourCode": "sample string 14",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T21:56:30.9401228+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from sdgs item.
GET /api/resultsreport/sdgs({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": "14bd2382-ab13-4520-a896-2a2aeb42794c"
}Creates a sdgs item.
POST /api/resultsreport/sdgs
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| GoalNumber | System.Decimal | Read only: False | |
| SvgIcon | System.String | Read only: False | |
| ExternalLink | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| ColourCode | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-27T21:56:30.9401228Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"GoalNumber": 6.0,
"SvgIcon": "sample string 7",
"ExternalLink": "sample string 8",
"Summary": "sample string 9",
"Description": "sample string 10",
"ColourCode": "sample string 11"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| GoalNumber | System.Decimal | Read only: False | |
| SvgIcon | System.String | Read only: False | |
| ExternalLink | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| ColourCode | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-27T21:56:30.9401228Z",
"PublicationDate": "2025-10-27T21:56:30.9401228Z",
"DateCreated": "2025-10-27T21:56:30.9401228Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"GoalNumber": 9.0,
"SvgIcon": "sample string 10",
"ExternalLink": "sample string 11",
"Summary": "sample string 12",
"Description": "sample string 13",
"ColourCode": "sample string 14",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T21:56:30.9401228+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for sdgs item.
PATCH /api/resultsreport/sdgs({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| GoalNumber | System.Decimal | Read only: False | |
| SvgIcon | System.String | Read only: False | |
| ExternalLink | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| ColourCode | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-27T21:56:30.9401228Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"GoalNumber": 6.0,
"SvgIcon": "sample string 7",
"ExternalLink": "sample string 8",
"Summary": "sample string 9",
"Description": "sample string 10",
"ColourCode": "sample string 11"
}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 sdgs item.
PUT /api/resultsreport/sdgs({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Title | System.String | Read only: False | |
| GoalNumber | System.Decimal | Read only: False | |
| SvgIcon | System.String | Read only: False | |
| ExternalLink | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| ColourCode | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-27T21:56:30.9401228Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"GoalNumber": 6.0,
"SvgIcon": "sample string 7",
"ExternalLink": "sample string 8",
"Summary": "sample string 9",
"Description": "sample string 10",
"ColourCode": "sample string 11"
}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 sdgs item by Id.
DELETE /api/resultsreport/sdgs({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 MainImage from sdgs item.
GET /api/resultsreport/sdgs({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-10-27T21:56:30.9401228Z",
"PublicationDate": "2025-10-27T21:56:30.9401228Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-27T21:56:30.9401228Z",
"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": "1d919dfd-a88a-48ec-a36a-b4a0dacf5598",
"publishingoffices": "c043eace-90dd-4853-83d8-855645927c34",
"events": "7b25ffc9-28f3-4372-8b95-185226da0e74",
"targets": "65d1f882-61e2-4acb-a3c3-9efe4d5e9f2d",
"Category": "826fb49c-4bb2-4d9f-98a0-923a8e7a17ae",
"imagetypes": "f210e54e-b052-4357-bf2d-9fb5f01bffc9",
"departmentaltargets": "bcac4743-bc38-4ab1-8b39-e1cd30ed2fc9",
"stakeholders": "1dbb1928-556b-4761-99f4-5ec4cc99e7a1",
"Tags": "832f5305-5540-4c6f-91c2-e3673dc65ec5",
"healthtopics": "7522acdf-a033-4a80-9dc3-5cefca777157",
"targetaudiences": "b52349f2-2cde-4c82-819a-f149600632e4",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "ef7a0579-8ec4-4f40-b5f5-8d92326dcafb",
"ParentId": "41df08af-b7f2-4aee-836b-1ce5c186cb6d",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2025-10-27T21:56:30.9401228Z",
"PublicationDate": "2025-10-27T21:56:30.9401228Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-27T21:56:30.9401228Z",
"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": "1d919dfd-a88a-48ec-a36a-b4a0dacf5598",
"publishingoffices": "c043eace-90dd-4853-83d8-855645927c34",
"events": "7b25ffc9-28f3-4372-8b95-185226da0e74",
"targets": "65d1f882-61e2-4acb-a3c3-9efe4d5e9f2d",
"Category": "826fb49c-4bb2-4d9f-98a0-923a8e7a17ae",
"imagetypes": "f210e54e-b052-4357-bf2d-9fb5f01bffc9",
"departmentaltargets": "bcac4743-bc38-4ab1-8b39-e1cd30ed2fc9",
"stakeholders": "1dbb1928-556b-4761-99f4-5ec4cc99e7a1",
"Tags": "832f5305-5540-4c6f-91c2-e3673dc65ec5",
"healthtopics": "7522acdf-a033-4a80-9dc3-5cefca777157",
"targetaudiences": "b52349f2-2cde-4c82-819a-f149600632e4",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "ef7a0579-8ec4-4f40-b5f5-8d92326dcafb",
"ParentId": "41df08af-b7f2-4aee-836b-1ce5c186cb6d",
"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 sdgs item.
POST /api/resultsreport/sdgs({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 sdgs item.
DELETE /api/resultsreport/sdgs({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.