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-27T14:28:39.823284Z",
"PublicationDate": "2025-10-27T14:28:39.823284Z",
"DateCreated": "2025-10-27T14:28:39.823284Z",
"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-27T14:28:39.823284+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-27T14:28:39.823284Z",
"PublicationDate": "2025-10-27T14:28:39.823284Z",
"DateCreated": "2025-10-27T14:28:39.823284Z",
"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-27T14:28:39.823284+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-27T14:28:39.823284Z",
"PublicationDate": "2025-10-27T14:28:39.823284Z",
"DateCreated": "2025-10-27T14:28:39.823284Z",
"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-27T14:28:39.823284+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": "c334e48a-e681-4fd0-a336-aceaef325a13"
}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-27T14:28:39.823284Z",
"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-27T14:28:39.823284Z",
"PublicationDate": "2025-10-27T14:28:39.823284Z",
"DateCreated": "2025-10-27T14:28:39.823284Z",
"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-27T14:28:39.823284+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-27T14:28:39.823284Z",
"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-27T14:28:39.823284Z",
"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-27T14:28:39.823284Z",
"PublicationDate": "2025-10-27T14:28:39.823284Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-27T14:28:39.823284Z",
"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": "c700f1d2-9807-4847-95eb-61bb5d60c1eb",
"publishingoffices": "d81c7a9a-ae77-482c-9574-48c7a373093a",
"events": "ecb6fa14-a58a-4a4f-908a-7a5b9c4713db",
"targets": "cfce5cb6-a694-4e68-a052-61d3c5abf571",
"Category": "36dda5c1-c6ba-450a-ab6e-a7e00447526d",
"imagetypes": "7eefd1de-4563-4e70-a686-eab7ff2523a1",
"departmentaltargets": "26fc1fb7-8c91-486a-a90c-6772d768d879",
"stakeholders": "656cc7d1-778d-49d6-9b8d-8ae9920a39a3",
"Tags": "7720bc3c-166a-4a02-b0ec-223a26d5af2c",
"healthtopics": "e9196798-f7be-4a2e-8842-cafa4cf3b7ed",
"targetaudiences": "a7b8c8c1-c504-4746-9ad4-2d0d3db57ee3",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6d08ee63-ac20-4b44-8a26-111b6058e14c",
"ParentId": "074043b3-88f3-4aa1-a2d4-a7dd9f179e31",
"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-27T14:28:39.823284Z",
"PublicationDate": "2025-10-27T14:28:39.823284Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-27T14:28:39.823284Z",
"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": "c700f1d2-9807-4847-95eb-61bb5d60c1eb",
"publishingoffices": "d81c7a9a-ae77-482c-9574-48c7a373093a",
"events": "ecb6fa14-a58a-4a4f-908a-7a5b9c4713db",
"targets": "cfce5cb6-a694-4e68-a052-61d3c5abf571",
"Category": "36dda5c1-c6ba-450a-ab6e-a7e00447526d",
"imagetypes": "7eefd1de-4563-4e70-a686-eab7ff2523a1",
"departmentaltargets": "26fc1fb7-8c91-486a-a90c-6772d768d879",
"stakeholders": "656cc7d1-778d-49d6-9b8d-8ae9920a39a3",
"Tags": "7720bc3c-166a-4a02-b0ec-223a26d5af2c",
"healthtopics": "e9196798-f7be-4a2e-8842-cafa4cf3b7ed",
"targetaudiences": "a7b8c8c1-c504-4746-9ad4-2d0d3db57ee3",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6d08ee63-ac20-4b44-8a26-111b6058e14c",
"ParentId": "074043b3-88f3-4aa1-a2d4-a7dd9f179e31",
"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.