RESTful API

SDGs

Get sdgs

Returns a set of data items of type sdgs.

Copy GET /api/resultsreport/sdgs
Request Informaion

URI Parameters

None

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

GoalNumber

System.Decimal

Read only: False
Selected by default: True

SvgIcon

System.String

Read only: False
Selected by default: True

ExternalLink

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

ColourCode

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T05:11:18.627356Z",
    "PublicationDate": "2025-09-11T05:11:18.627356Z",
    "DateCreated": "2025-09-11T05:11:18.627356Z",
    "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-09-11T05:11:18.627356+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T05:11:18.627356Z",
    "PublicationDate": "2025-09-11T05:11:18.627356Z",
    "DateCreated": "2025-09-11T05:11:18.627356Z",
    "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-09-11T05:11:18.627356+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get sdgs by key

Gets sdgs item by id.

Copy GET /api/resultsreport/sdgs({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

GoalNumber

System.Decimal

Read only: False
Selected by default: True

SvgIcon

System.String

Read only: False
Selected by default: True

ExternalLink

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

ColourCode

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T05:11:18.627356Z",
  "PublicationDate": "2025-09-11T05:11:18.627356Z",
  "DateCreated": "2025-09-11T05:11:18.627356Z",
  "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-09-11T05:11:18.627356+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from sdgs item.

Copy GET /api/resultsreport/sdgs({key})/property
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

property

System.String

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Resource Format

Response Formats
Copy
application/json
{
  "Id": "9e987bbd-61fe-4a19-a4df-3e2749b77cdb"
}

Post sdgs

Creates a sdgs item.

Copy POST /api/resultsreport/sdgs
Request Informaion

URI Parameters

None

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

GoalNumber

System.Decimal

Read only: False
Selected by default: True

SvgIcon

System.String

Read only: False
Selected by default: True

ExternalLink

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

ColourCode

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T05:11:18.627356Z",
  "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"
}
Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

GoalNumber

System.Decimal

Read only: False
Selected by default: True

SvgIcon

System.String

Read only: False
Selected by default: True

ExternalLink

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

ColourCode

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T05:11:18.627356Z",
  "PublicationDate": "2025-09-11T05:11:18.627356Z",
  "DateCreated": "2025-09-11T05:11:18.627356Z",
  "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-09-11T05:11:18.627356+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch sdgs by key

Partial update for sdgs item.

Copy PATCH /api/resultsreport/sdgs({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

GoalNumber

System.Decimal

Read only: False
Selected by default: True

SvgIcon

System.String

Read only: False
Selected by default: True

ExternalLink

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

ColourCode

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T05:11:18.627356Z",
  "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"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Put sdgs by key

Full update for sdgs item.

Copy PUT /api/resultsreport/sdgs({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

GoalNumber

System.Decimal

Read only: False
Selected by default: True

SvgIcon

System.String

Read only: False
Selected by default: True

ExternalLink

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

ColourCode

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T05:11:18.627356Z",
  "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"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete sdgs by key

Deletes a sdgs item by Id.

Copy DELETE /api/resultsreport/sdgs({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get MainImage

Returns a set of related items of type MainImage from sdgs item.

Copy GET /api/resultsreport/sdgs({key})/MainImage
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

imagetypes

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

stakeholders

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

IsOptimized

System.Boolean

Read only: False
Selected by default: True

OptImgStatus

System.String

Read only: False
Selected by default: True

Width

System.Int32

Read only: True
Selected by default: True

Height

System.Int32

Read only: True
Selected by default: True

AlternativeText

System.String

Read only: False
Selected by default: True

FolderId

System.Guid

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Url

System.String

Read only: True
Selected by default: True

ThumbnailUrl

System.String

Read only: True
Selected by default: True

Thumbnails

Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel

Read only: True
Selected by default: False

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T05:11:18.627356Z",
    "PublicationDate": "2025-09-11T05:11:18.627356Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T05:11:18.627356Z",
    "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": "b5b22a36-0c11-45e1-9fd7-3fa04763641d",
    "publishingoffices": "bba7e33b-18b9-4cca-aeb4-53b9982eb2bf",
    "events": "f03d4965-fc2d-44c9-8a61-223c9a54ed1c",
    "targets": "1545a0c3-da97-4ae6-8bfe-e13766666f0d",
    "Category": "76516b5e-5e49-4783-aa4e-65b9241e0ab4",
    "imagetypes": "b04f356e-c00a-49da-b7b0-079a5a9f1524",
    "departmentaltargets": "85ee646e-a7b1-4cd6-b308-914a9b8dc171",
    "stakeholders": "56e6389e-d179-410c-94bc-37a640ee4804",
    "Tags": "d114418d-1748-4983-831b-cd5178cd8ace",
    "healthtopics": "0632b79a-d33c-4652-83d5-6acfbd74c9bd",
    "targetaudiences": "692320ed-eb78-4404-8800-e91ea583e4ad",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "573db3a9-a3a5-41c0-865a-0f8ccc419817",
    "ParentId": "ff9c80d8-c671-43be-912b-2ab910ae0973",
    "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-09-11T05:11:18.627356Z",
    "PublicationDate": "2025-09-11T05:11:18.627356Z",
    "Title": "sample string 3",
    "Description": "sample string 4",
    "DateCreated": "2025-09-11T05:11:18.627356Z",
    "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": "b5b22a36-0c11-45e1-9fd7-3fa04763641d",
    "publishingoffices": "bba7e33b-18b9-4cca-aeb4-53b9982eb2bf",
    "events": "f03d4965-fc2d-44c9-8a61-223c9a54ed1c",
    "targets": "1545a0c3-da97-4ae6-8bfe-e13766666f0d",
    "Category": "76516b5e-5e49-4783-aa4e-65b9241e0ab4",
    "imagetypes": "b04f356e-c00a-49da-b7b0-079a5a9f1524",
    "departmentaltargets": "85ee646e-a7b1-4cd6-b308-914a9b8dc171",
    "stakeholders": "56e6389e-d179-410c-94bc-37a640ee4804",
    "Tags": "d114418d-1748-4983-831b-cd5178cd8ace",
    "healthtopics": "0632b79a-d33c-4652-83d5-6acfbd74c9bd",
    "targetaudiences": "692320ed-eb78-4404-8800-e91ea583e4ad",
    "IsOptimized": true,
    "OptImgStatus": "sample string 27",
    "Width": 28,
    "Height": 29,
    "AlternativeText": "sample string 30",
    "FolderId": "573db3a9-a3a5-41c0-865a-0f8ccc419817",
    "ParentId": "ff9c80d8-c671-43be-912b-2ab910ae0973",
    "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
  }
]

Get MainImage by relatedKey

Returns a related item of type MainImage from sdgs item.

Copy GET /api/resultsreport/sdgs({key})/MainImage({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Description

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

Ordinal

System.Single

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Author

System.String

Read only: False
Selected by default: True

Extension

System.String

Read only: True
Selected by default: True

MimeType

System.String

Read only: True
Selected by default: True

TotalSize

System.Int64

Read only: True
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

targets

System.Guid

Read only: False
Selected by default: False

Category

System.Guid

Read only: False
Selected by default: False

imagetypes

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

stakeholders

System.Guid

Read only: False
Selected by default: False

Tags

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

targetaudiences

System.Guid

Read only: False
Selected by default: False

IsOptimized

System.Boolean

Read only: False
Selected by default: True

OptImgStatus

System.String

Read only: False
Selected by default: True

Width

System.Int32

Read only: True
Selected by default: True

Height

System.Int32

Read only: True
Selected by default: True

AlternativeText

System.String

Read only: False
Selected by default: True

FolderId

System.Guid

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Url

System.String

Read only: True
Selected by default: True

ThumbnailUrl

System.String

Read only: True
Selected by default: True

Thumbnails

Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel

Read only: True
Selected by default: False

IsDamMedia

System.Boolean

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T05:11:18.627356Z",
  "PublicationDate": "2025-09-11T05:11:18.627356Z",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "DateCreated": "2025-09-11T05:11:18.627356Z",
  "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": "ab1f183c-3633-48ba-91a4-ecafa09d9968",
  "publishingoffices": "a57de956-6ded-4aae-994e-c18667f47977",
  "events": "1b4ed37a-f447-48c9-a843-dcec3335ef1e",
  "targets": "540f9342-7b24-404a-a016-8ef23ca890f8",
  "Category": "96209d37-4183-4bdd-8b2c-b19795172086",
  "imagetypes": "19c24d4f-5e6e-4604-b09c-c9d68e9decef",
  "departmentaltargets": "82bdd0ad-fad0-432c-b70b-b77bc2e04dd9",
  "stakeholders": "6bf12e7e-eff4-43ac-a67b-43222d6a054b",
  "Tags": "dafd30dd-52da-4f94-81bd-d8b8b945f5d7",
  "healthtopics": "9bb13f04-e365-436a-aad0-5d565906da77",
  "targetaudiences": "b7a65154-d498-4ef9-85a8-47cc36b431ba",
  "IsOptimized": true,
  "OptImgStatus": "sample string 27",
  "Width": 28,
  "Height": 29,
  "AlternativeText": "sample string 30",
  "FolderId": "5defa06b-4977-46e0-a49d-e91403baeff7",
  "ParentId": "04fa06d0-8aec-4322-b085-f701d4e9367b",
  "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
}

Post MainImage

Add MainImage relation to sdgs item.

Copy POST /api/resultsreport/sdgs({key})/MainImage/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete MainImage

Delete set of related items of type MainImage from sdgs item.

Copy DELETE /api/resultsreport/sdgs({key})/MainImage/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete MainImage by relatedKey

Delete relation of type MainImage from sdgs item.

Copy DELETE /api/resultsreport/sdgs({key})/MainImage({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.