Returns a set of data items of type sdgs.
GET /api/whoreference/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-09-13T00:38:46.2070721Z",
"PublicationDate": "2025-09-13T00:38:46.2070721Z",
"DateCreated": "2025-09-13T00:38:46.2070721Z",
"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-13T00:38:46.2070721+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-13T00:38:46.2070721Z",
"PublicationDate": "2025-09-13T00:38:46.2070721Z",
"DateCreated": "2025-09-13T00:38:46.2070721Z",
"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-13T00:38:46.2070721+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets sdgs item by id.
GET /api/whoreference/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-09-13T00:38:46.2070721Z",
"PublicationDate": "2025-09-13T00:38:46.2070721Z",
"DateCreated": "2025-09-13T00:38:46.2070721Z",
"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-13T00:38:46.2070721+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from sdgs item.
GET /api/whoreference/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": "5408f17e-c9f1-4aac-b357-a9d1b01ce953"
}
Creates a sdgs item.
POST /api/whoreference/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-09-13T00:38:46.2070721Z",
"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-09-13T00:38:46.2070721Z",
"PublicationDate": "2025-09-13T00:38:46.2070721Z",
"DateCreated": "2025-09-13T00:38:46.2070721Z",
"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-13T00:38:46.2070721+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for sdgs item.
PATCH /api/whoreference/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-09-13T00:38:46.2070721Z",
"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/whoreference/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-09-13T00:38:46.2070721Z",
"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/whoreference/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/whoreference/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-09-13T00:38:46.2070721Z",
"PublicationDate": "2025-09-13T00:38:46.2070721Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T00:38:46.2070721Z",
"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": "46f0f0c6-a5c5-4df5-b04f-2d71d1e43294",
"publishingoffices": "d72b1c4c-ed7f-4612-b027-26e091e668a4",
"events": "14b69205-2157-428a-9f49-1b25f0ea11d3",
"targets": "303d41cd-9809-412d-bcfe-06762b44efbc",
"Category": "c08a5fa0-07d8-4057-97e4-8ef128c03bf6",
"imagetypes": "cd5b52cb-226b-424c-b4b7-95ae53aa0721",
"departmentaltargets": "7c7ca5ab-72a1-4506-bd1b-8097d2485352",
"stakeholders": "df67ccb5-d5b2-4aa6-a964-26351d2d1bb3",
"Tags": "0462d82e-230c-4b71-8afb-0739ec98fae8",
"healthtopics": "9d39901f-74b3-4975-b28e-2f9a0156d14f",
"targetaudiences": "d030e846-421e-40de-995b-7f365bef21c8",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b4ceda1e-8917-43d7-af57-132628b279cc",
"ParentId": "917d56ad-2243-4049-9439-2ed378719536",
"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-13T00:38:46.2070721Z",
"PublicationDate": "2025-09-13T00:38:46.2070721Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-13T00:38:46.2070721Z",
"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": "46f0f0c6-a5c5-4df5-b04f-2d71d1e43294",
"publishingoffices": "d72b1c4c-ed7f-4612-b027-26e091e668a4",
"events": "14b69205-2157-428a-9f49-1b25f0ea11d3",
"targets": "303d41cd-9809-412d-bcfe-06762b44efbc",
"Category": "c08a5fa0-07d8-4057-97e4-8ef128c03bf6",
"imagetypes": "cd5b52cb-226b-424c-b4b7-95ae53aa0721",
"departmentaltargets": "7c7ca5ab-72a1-4506-bd1b-8097d2485352",
"stakeholders": "df67ccb5-d5b2-4aa6-a964-26351d2d1bb3",
"Tags": "0462d82e-230c-4b71-8afb-0739ec98fae8",
"healthtopics": "9d39901f-74b3-4975-b28e-2f9a0156d14f",
"targetaudiences": "d030e846-421e-40de-995b-7f365bef21c8",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b4ceda1e-8917-43d7-af57-132628b279cc",
"ParentId": "917d56ad-2243-4049-9439-2ed378719536",
"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/whoreference/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/whoreference/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.