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-10-06T11:54:02.1097167Z",
"PublicationDate": "2025-10-06T11:54:02.1097167Z",
"DateCreated": "2025-10-06T11:54:02.1097167Z",
"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": "d32fac33-b51b-4ffd-93b3-d897889924ba",
"regionscountries": "fd3f5349-8e3d-435c-9433-856902a1d07e",
"ParentId": "b1ed5545-cde0-4a2c-b676-639df5d04e15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:54:02.1097167+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T11:54:02.1097167Z",
"PublicationDate": "2025-10-06T11:54:02.1097167Z",
"DateCreated": "2025-10-06T11:54:02.1097167Z",
"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": "d32fac33-b51b-4ffd-93b3-d897889924ba",
"regionscountries": "fd3f5349-8e3d-435c-9433-856902a1d07e",
"ParentId": "b1ed5545-cde0-4a2c-b676-639df5d04e15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:54:02.1097167+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-10-06T11:54:02.1097167Z",
"PublicationDate": "2025-10-06T11:54:02.1097167Z",
"DateCreated": "2025-10-06T11:54:02.1097167Z",
"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": "c1759c1b-37c6-4061-b867-9bcb3537f588",
"regionscountries": "763a778e-5efc-4668-8092-7d151f122445",
"ParentId": "a967970f-1564-4769-b1a7-5573c6bf5d12",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:54:02.1097167+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": "1579eaa1-fb09-49e9-b892-c4c7a4bca651"
}
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-10-06T11:54:02.1097167Z",
"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": "3be22774-2e9a-4fbb-9f32-603a442f64a8",
"regionscountries": "a9464005-b579-41cb-95d0-b292da0b637b",
"ParentId": "da6e54c1-b155-4124-9558-3b349d94e1f1"
}
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-10-06T11:54:02.1097167Z",
"PublicationDate": "2025-10-06T11:54:02.1097167Z",
"DateCreated": "2025-10-06T11:54:02.1097167Z",
"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": "cb8097b3-75e5-4d70-a3f8-9c3f0e33dbb6",
"regionscountries": "4b2dc997-e33d-46d2-9346-abc274dff646",
"ParentId": "7e2edfd9-305c-43b2-bb8b-3cb17480cc60",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:54:02.1097167+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-10-06T11:54:02.1097167Z",
"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": "8c615aec-4834-40d8-aeaa-0cb87bad14b3",
"regionscountries": "a779251e-627b-44bc-91ed-4ddbc927d177",
"ParentId": "5871b34e-a09a-45b5-b0b8-35eb7d358212"
}
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-10-06T11:54:02.1097167Z",
"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": "4d7da63b-17c8-49f9-92c2-554419acb001",
"regionscountries": "0bee5b1b-292d-4005-b542-0e501217dfd6",
"ParentId": "0aae7f29-3d94-4259-9150-bb2c89536f0e"
}
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-10-06T11:54:02.1097167Z",
"PublicationDate": "2025-10-06T11:54:02.1097167Z",
"DateCreated": "2025-10-06T11:54:02.1097167Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "9f063f77-f250-46dc-a04a-6c3d033ad10f",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "28cfb825-2d8d-472b-a5ba-44d4043f5d03",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "afba500d-cc14-4490-a324-2b85827aba4b",
"SortOrder": 15.0,
"publishingoffices": "24ef4522-2303-4311-b727-1fb5bb336269",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "4c12dea0-e2e6-4068-ada8-347a6d915f24",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:54:02.1097167+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T11:54:02.1097167Z",
"PublicationDate": "2025-10-06T11:54:02.1097167Z",
"DateCreated": "2025-10-06T11:54:02.1097167Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "9f063f77-f250-46dc-a04a-6c3d033ad10f",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "28cfb825-2d8d-472b-a5ba-44d4043f5d03",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "afba500d-cc14-4490-a324-2b85827aba4b",
"SortOrder": 15.0,
"publishingoffices": "24ef4522-2303-4311-b727-1fb5bb336269",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "4c12dea0-e2e6-4068-ada8-347a6d915f24",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T11:54:02.1097167+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-10-06T11:54:02.1097167Z",
"PublicationDate": "2025-10-06T11:54:02.1097167Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-06T11:54:02.1097167Z",
"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": "a9bd198c-102f-4122-a04e-8b4ba5b2de0e",
"publishingoffices": "54fa5298-8a4b-40f5-9126-090f1548cd8b",
"events": "07f072a3-d220-4d85-aec3-4c53fcda1fe9",
"targets": "9e50625a-51d0-4eae-b885-b72b416a5fd5",
"Category": "c1421826-2349-46da-913a-51baef09272c",
"imagetypes": "2b781885-a34c-449e-879a-dc337ab1dc5d",
"departmentaltargets": "6adc5d53-a08d-49ae-850f-62ddc551698a",
"stakeholders": "b7b9aabc-e79c-497e-bd39-a0b669bd0b7a",
"Tags": "6e6f1933-c8f8-4464-b0d5-5a9e295b4a02",
"healthtopics": "52752cd7-7599-46f0-b833-836e08798203",
"targetaudiences": "e80357fd-b5ea-44ca-b74b-3f9ffa5bddaf",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a2a0c7bb-4b59-4184-a7cc-6f06df97a785",
"ParentId": "fe9da216-564d-4d1b-8064-7c712db04308",
"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-06T11:54:02.1097167Z",
"PublicationDate": "2025-10-06T11:54:02.1097167Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-06T11:54:02.1097167Z",
"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": "a9bd198c-102f-4122-a04e-8b4ba5b2de0e",
"publishingoffices": "54fa5298-8a4b-40f5-9126-090f1548cd8b",
"events": "07f072a3-d220-4d85-aec3-4c53fcda1fe9",
"targets": "9e50625a-51d0-4eae-b885-b72b416a5fd5",
"Category": "c1421826-2349-46da-913a-51baef09272c",
"imagetypes": "2b781885-a34c-449e-879a-dc337ab1dc5d",
"departmentaltargets": "6adc5d53-a08d-49ae-850f-62ddc551698a",
"stakeholders": "b7b9aabc-e79c-497e-bd39-a0b669bd0b7a",
"Tags": "6e6f1933-c8f8-4464-b0d5-5a9e295b4a02",
"healthtopics": "52752cd7-7599-46f0-b833-836e08798203",
"targetaudiences": "e80357fd-b5ea-44ca-b74b-3f9ffa5bddaf",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "a2a0c7bb-4b59-4184-a7cc-6f06df97a785",
"ParentId": "fe9da216-564d-4d1b-8064-7c712db04308",
"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.