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": "2026-08-08T02:53:30.719507Z",
"PublicationDate": "2026-08-08T02:53:30.719507Z",
"DateCreated": "2026-08-08T02:53:30.719507Z",
"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": "a56dd270-3b60-46c6-a75f-986d825506f1",
"regionscountries": "53fd4358-322a-4dff-b38a-4a2ecf247cbc",
"ParentId": "004a9315-f422-4e7d-b9df-fe406ba0492d",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T02:53:30.719507+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-08T02:53:30.719507Z",
"PublicationDate": "2026-08-08T02:53:30.719507Z",
"DateCreated": "2026-08-08T02:53:30.719507Z",
"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": "a56dd270-3b60-46c6-a75f-986d825506f1",
"regionscountries": "53fd4358-322a-4dff-b38a-4a2ecf247cbc",
"ParentId": "004a9315-f422-4e7d-b9df-fe406ba0492d",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T02:53:30.719507+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": "2026-08-08T02:53:30.719507Z",
"PublicationDate": "2026-08-08T02:53:30.719507Z",
"DateCreated": "2026-08-08T02:53:30.719507Z",
"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": "e831f0c8-a8d4-4647-968e-517b76586345",
"regionscountries": "d353f1bb-8149-4e54-a05c-7f6bf5e8a9fc",
"ParentId": "4d8cbc80-05a1-46e3-9953-fa1370df2886",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T02:53:30.719507+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": "b824d032-c10e-497c-b186-ba5d20b9af38"
}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": "2026-08-08T02:53:30.719507Z",
"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": "58564466-7820-4456-b130-9a2cc4538501",
"regionscountries": "acdae073-e6d7-4dd4-8184-1ccb9bdb3408",
"ParentId": "bd8fd533-2c37-46ab-b831-ea76d1f2329a"
}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": "2026-08-08T02:53:30.719507Z",
"PublicationDate": "2026-08-08T02:53:30.719507Z",
"DateCreated": "2026-08-08T02:53:30.719507Z",
"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": "f74f17b2-f655-41f0-ba07-5660cd957a35",
"regionscountries": "4feb80f1-0a2b-4956-812f-c1af4f36d69d",
"ParentId": "a8f49276-b46f-4f25-9d8e-a5e3d87994da",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T02:53:30.719507+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": "2026-08-08T02:53:30.719507Z",
"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": "60a5d1ae-892c-40e7-a793-33940e81aeaf",
"regionscountries": "33ee6565-eef8-43cd-8c6e-6956d409a5a0",
"ParentId": "5b6940dc-bc2d-40bc-83cd-984848b28040"
}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": "2026-08-08T02:53:30.719507Z",
"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": "4b6b49cc-2920-45d0-923d-3ed5a9abbe19",
"regionscountries": "6e6aedae-cf46-4765-8426-79104d6a32de",
"ParentId": "d734233c-6f7b-432e-8f04-a85e1bb98d58"
}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": "2026-08-08T02:53:30.719507Z",
"PublicationDate": "2026-08-08T02:53:30.719507Z",
"DateCreated": "2026-08-08T02:53:30.719507Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "d52d4b61-3ec6-4e98-9d07-cf9c7da942ce",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "1c1ba1cb-d960-43dc-ad48-6898ece836a2",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "f7b5feb7-8b38-400d-97ab-8a77d72ee2e3",
"SortOrder": 15.0,
"publishingoffices": "4b24d114-47ed-4e2c-ac18-786d91e7df46",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "d85aa26f-8850-4719-af4e-ff61c1b9d751",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T02:53:30.719507+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-08T02:53:30.719507Z",
"PublicationDate": "2026-08-08T02:53:30.719507Z",
"DateCreated": "2026-08-08T02:53:30.719507Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "d52d4b61-3ec6-4e98-9d07-cf9c7da942ce",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "1c1ba1cb-d960-43dc-ad48-6898ece836a2",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "f7b5feb7-8b38-400d-97ab-8a77d72ee2e3",
"SortOrder": 15.0,
"publishingoffices": "4b24d114-47ed-4e2c-ac18-786d91e7df46",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "d85aa26f-8850-4719-af4e-ff61c1b9d751",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-08T02:53:30.719507+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 | |
| JoomlaArticleId | System.String | 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": "2026-08-08T02:53:30.719507Z",
"PublicationDate": "2026-08-08T02:53:30.719507Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T02:53:30.719507Z",
"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": "a0b9b26c-c2cd-43d9-aa60-c895a45b91ca",
"publishingoffices": "95c511bf-8bbe-4812-be67-075160afc19b",
"events": "9c4624d5-0f62-4ca2-af5a-70e21b5bd839",
"targets": "a57234f5-43ca-4a77-be4e-b775a4205ac0",
"Category": "83e2cd5d-7196-44bc-abe3-e02014115eee",
"imagetypes": "667c9fd0-fc6b-4f73-a065-311fe50adc37",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "575449b0-228c-4dd7-ae1b-bf2744d9dc3a",
"stakeholders": "bcb12db9-7cd4-4b0f-871a-9b77ae927fb5",
"Tags": "b5f3f573-3010-4ce7-8719-29c31bb5b408",
"healthtopics": "ee190fbf-5ac9-4429-8df7-b73d88f54b5e",
"targetaudiences": "1e1d22b1-ad5f-4a40-8a26-3e907f7d01cd",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "b56582d9-4da8-4926-a45a-f61c302edae6",
"ParentId": "bccb4ffc-2a29-4f22-a523-f88385d5a2db",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-08T02:53:30.719507Z",
"PublicationDate": "2026-08-08T02:53:30.719507Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-08T02:53:30.719507Z",
"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": "a0b9b26c-c2cd-43d9-aa60-c895a45b91ca",
"publishingoffices": "95c511bf-8bbe-4812-be67-075160afc19b",
"events": "9c4624d5-0f62-4ca2-af5a-70e21b5bd839",
"targets": "a57234f5-43ca-4a77-be4e-b775a4205ac0",
"Category": "83e2cd5d-7196-44bc-abe3-e02014115eee",
"imagetypes": "667c9fd0-fc6b-4f73-a065-311fe50adc37",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "575449b0-228c-4dd7-ae1b-bf2744d9dc3a",
"stakeholders": "bcb12db9-7cd4-4b0f-871a-9b77ae927fb5",
"Tags": "b5f3f573-3010-4ce7-8719-29c31bb5b408",
"healthtopics": "ee190fbf-5ac9-4429-8df7-b73d88f54b5e",
"targetaudiences": "1e1d22b1-ad5f-4a40-8a26-3e907f7d01cd",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "b56582d9-4da8-4926-a45a-f61c302edae6",
"ParentId": "bccb4ffc-2a29-4f22-a523-f88385d5a2db",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"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.