Returns a set of data items of type resultsreportachievementts.
GET /api/resultsreport/resultsreportachievementts
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 | |
SortOrder | System.Decimal | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
AchievementType | System.String | Read only: False | |
Overview | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
regionscountries | System.Guid | 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-09-12T02:30:42.5045634Z",
"PublicationDate": "2025-09-12T02:30:42.5045634Z",
"DateCreated": "2025-09-12T02:30:42.5045634Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"SortOrder": 8.0,
"Summary": "sample string 9",
"Title": "sample string 10",
"AchievementType": "sample string 11",
"Overview": "sample string 12",
"healthtopics": "420e83a6-bee4-43c3-b043-273af3b8eb27",
"regionscountries": "52729d97-ed4e-49e2-af14-b6f48734eb48",
"ParentId": "b0eaec7b-7315-41e1-b145-e022abb5a529",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:30:42.5045634+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T02:30:42.5045634Z",
"PublicationDate": "2025-09-12T02:30:42.5045634Z",
"DateCreated": "2025-09-12T02:30:42.5045634Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"SortOrder": 8.0,
"Summary": "sample string 9",
"Title": "sample string 10",
"AchievementType": "sample string 11",
"Overview": "sample string 12",
"healthtopics": "420e83a6-bee4-43c3-b043-273af3b8eb27",
"regionscountries": "52729d97-ed4e-49e2-af14-b6f48734eb48",
"ParentId": "b0eaec7b-7315-41e1-b145-e022abb5a529",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:30:42.5045634+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets resultsreportachievementts item by id.
GET /api/resultsreport/resultsreportachievementts({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 | |
SortOrder | System.Decimal | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
AchievementType | System.String | Read only: False | |
Overview | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
regionscountries | System.Guid | 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-09-12T02:30:42.5045634Z",
"PublicationDate": "2025-09-12T02:30:42.5045634Z",
"DateCreated": "2025-09-12T02:30:42.5045634Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"SortOrder": 8.0,
"Summary": "sample string 9",
"Title": "sample string 10",
"AchievementType": "sample string 11",
"Overview": "sample string 12",
"healthtopics": "d0e2e774-8573-4104-82e1-ed6e110895d1",
"regionscountries": "a28fd6ad-b094-473b-a733-0e44ae510bd3",
"ParentId": "b05755eb-30c6-48d4-acd1-5a640df715a3",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:30:42.5045634+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from resultsreportachievementts item.
GET /api/resultsreport/resultsreportachievementts({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": "f8837412-1b7c-490b-9068-280e92c12df6"
}
Creates a resultsreportachievementts item.
POST /api/resultsreport/resultsreportachievementts
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 | |
SortOrder | System.Decimal | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
AchievementType | System.String | Read only: False | |
Overview | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
regionscountries | System.Guid | 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-09-12T02:30:42.5045634Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"SortOrder": 5.0,
"Summary": "sample string 6",
"Title": "sample string 7",
"AchievementType": "sample string 8",
"Overview": "sample string 9",
"healthtopics": "11509a9e-53e2-49c1-9dba-e20361a98727",
"regionscountries": "2059bef8-3971-489a-9240-c378e69ffe8b",
"ParentId": "576b8aa9-b69f-4d2c-9aa0-3b5c63d2e556"
}
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 | |
SortOrder | System.Decimal | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
AchievementType | System.String | Read only: False | |
Overview | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
regionscountries | System.Guid | 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-09-12T02:30:42.5045634Z",
"PublicationDate": "2025-09-12T02:30:42.5045634Z",
"DateCreated": "2025-09-12T02:30:42.5045634Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"SortOrder": 8.0,
"Summary": "sample string 9",
"Title": "sample string 10",
"AchievementType": "sample string 11",
"Overview": "sample string 12",
"healthtopics": "1765af41-3066-46fa-b40c-1c4304818fc2",
"regionscountries": "e26c7b68-4d4c-4dd1-8371-978622df9f49",
"ParentId": "3f2060c4-0a1c-4981-b976-5f5215b9debf",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:30:42.5045634+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for resultsreportachievementts item.
PATCH /api/resultsreport/resultsreportachievementts({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 | |
SortOrder | System.Decimal | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
AchievementType | System.String | Read only: False | |
Overview | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
regionscountries | System.Guid | 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-09-12T02:30:42.5045634Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"SortOrder": 5.0,
"Summary": "sample string 6",
"Title": "sample string 7",
"AchievementType": "sample string 8",
"Overview": "sample string 9",
"healthtopics": "0d35ef5d-e9e9-4664-a9e3-674a76584f88",
"regionscountries": "be11aefa-ba8c-4853-9ac0-29d8bc41f16a",
"ParentId": "38cfb492-0c38-41d7-a8b2-e6f198301abc"
}
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 resultsreportachievementts item.
PUT /api/resultsreport/resultsreportachievementts({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 | |
SortOrder | System.Decimal | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
AchievementType | System.String | Read only: False | |
Overview | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
regionscountries | System.Guid | 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-09-12T02:30:42.5045634Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"SortOrder": 5.0,
"Summary": "sample string 6",
"Title": "sample string 7",
"AchievementType": "sample string 8",
"Overview": "sample string 9",
"healthtopics": "c917abdd-2338-45cb-a2a2-42072c9b2143",
"regionscountries": "2cb06404-d0ae-4989-bc03-6ad167700b8d",
"ParentId": "615270e3-f17a-4341-888c-7bf14d86378e"
}
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 resultsreportachievementts item by Id.
DELETE /api/resultsreport/resultsreportachievementts({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 resultsreportachievementts item.
GET /api/resultsreport/resultsreportachievementts({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 | |
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-09-12T02:30:42.5045634Z",
"PublicationDate": "2025-09-12T02:30:42.5045634Z",
"DateCreated": "2025-09-12T02:30:42.5045634Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "29b140d1-8e96-4115-981a-b71601b249cd",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "553dda2b-8c26-4e8e-a621-ea11af2eebff",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "3fd42360-2073-468c-9f20-4c1ee6442e6d",
"SortOrder": 15.0,
"publishingoffices": "f74f0abc-f189-46d5-8d89-a437baf2b994",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "4228d1c3-18b0-4313-a97f-4758d12a7ae2",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:30:42.5045634+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T02:30:42.5045634Z",
"PublicationDate": "2025-09-12T02:30:42.5045634Z",
"DateCreated": "2025-09-12T02:30:42.5045634Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "29b140d1-8e96-4115-981a-b71601b249cd",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "553dda2b-8c26-4e8e-a621-ea11af2eebff",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "3fd42360-2073-468c-9f20-4c1ee6442e6d",
"SortOrder": 15.0,
"publishingoffices": "f74f0abc-f189-46d5-8d89-a437baf2b994",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "4228d1c3-18b0-4313-a97f-4758d12a7ae2",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T02:30:42.5045634+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add Parent relation to resultsreportachievementts item.
POST /api/resultsreport/resultsreportachievementts({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 resultsreportachievementts item.
DELETE /api/resultsreport/resultsreportachievementts({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 IconImage from resultsreportachievementts item.
GET /api/resultsreport/resultsreportachievementts({key})/IconImage
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-12T02:30:42.5045634Z",
"PublicationDate": "2025-09-12T02:30:42.5045634Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T02:30:42.5045634Z",
"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": "566a3617-c9b7-491a-b5d3-113ba28fd956",
"publishingoffices": "113c16ac-7fca-43ed-b72e-04aebb98a493",
"events": "06317971-26ba-47c2-8b89-2fea1e102c60",
"targets": "57c41b64-0786-4fdb-8ab1-c76a631fa1e5",
"Category": "9fa141b9-8fa0-4a9e-8c79-47d86c10e32a",
"imagetypes": "83a09ca7-37f1-4596-aea5-b16c93323d67",
"departmentaltargets": "cb25678c-5fb2-429c-954f-b65a5e6171a4",
"stakeholders": "31ab3fdb-890a-40d0-a3f1-17d583154959",
"Tags": "9c3331d5-50fa-4ebb-92bd-41ca79419844",
"healthtopics": "79066a14-52bc-4679-be00-34442b6a7e3d",
"targetaudiences": "e6bd1e49-e5b9-465e-8602-a15c6e82d089",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "22fa5937-c781-42aa-a899-4c6cfdad2a56",
"ParentId": "9a6c969e-8d59-4376-a7f2-9a1ea6286c4d",
"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-12T02:30:42.5045634Z",
"PublicationDate": "2025-09-12T02:30:42.5045634Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-12T02:30:42.5045634Z",
"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": "566a3617-c9b7-491a-b5d3-113ba28fd956",
"publishingoffices": "113c16ac-7fca-43ed-b72e-04aebb98a493",
"events": "06317971-26ba-47c2-8b89-2fea1e102c60",
"targets": "57c41b64-0786-4fdb-8ab1-c76a631fa1e5",
"Category": "9fa141b9-8fa0-4a9e-8c79-47d86c10e32a",
"imagetypes": "83a09ca7-37f1-4596-aea5-b16c93323d67",
"departmentaltargets": "cb25678c-5fb2-429c-954f-b65a5e6171a4",
"stakeholders": "31ab3fdb-890a-40d0-a3f1-17d583154959",
"Tags": "9c3331d5-50fa-4ebb-92bd-41ca79419844",
"healthtopics": "79066a14-52bc-4679-be00-34442b6a7e3d",
"targetaudiences": "e6bd1e49-e5b9-465e-8602-a15c6e82d089",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "22fa5937-c781-42aa-a899-4c6cfdad2a56",
"ParentId": "9a6c969e-8d59-4376-a7f2-9a1ea6286c4d",
"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 IconImage relation to resultsreportachievementts item.
POST /api/resultsreport/resultsreportachievementts({key})/IconImage/$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 IconImage from resultsreportachievementts item.
DELETE /api/resultsreport/resultsreportachievementts({key})/IconImage/$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.