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-03-13T12:22:29.2432883Z",
"PublicationDate": "2026-03-13T12:22:29.2432883Z",
"DateCreated": "2026-03-13T12:22:29.2432883Z",
"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": "34612587-ee93-44fd-bbf9-2e6fd22defcd",
"regionscountries": "5246384d-7371-4b53-b182-9427eeca91e3",
"ParentId": "66a9d962-e3f5-4db1-9067-00e736fdc551",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:22:29.2432883+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-13T12:22:29.2432883Z",
"PublicationDate": "2026-03-13T12:22:29.2432883Z",
"DateCreated": "2026-03-13T12:22:29.2432883Z",
"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": "34612587-ee93-44fd-bbf9-2e6fd22defcd",
"regionscountries": "5246384d-7371-4b53-b182-9427eeca91e3",
"ParentId": "66a9d962-e3f5-4db1-9067-00e736fdc551",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:22:29.2432883+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-03-13T12:22:29.2432883Z",
"PublicationDate": "2026-03-13T12:22:29.2432883Z",
"DateCreated": "2026-03-13T12:22:29.2432883Z",
"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": "18132ec6-ca85-4975-8691-fdfed22a678e",
"regionscountries": "bebee96f-1518-4cf4-9846-7745dc64a5dd",
"ParentId": "ee5cdeca-e581-48a5-ab97-dbd21d464220",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:22:29.2432883+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": "4cf7a77b-2717-4fed-9de5-8c2f630fd216"
}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-03-13T12:22:29.2432883Z",
"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": "36538356-264f-4445-af3d-dac4884009db",
"regionscountries": "b46d20b4-66d6-4295-be9a-9f6751b2ab32",
"ParentId": "5564cf89-07bc-4457-8d4c-4d11759ef1cd"
}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-03-13T12:22:29.2432883Z",
"PublicationDate": "2026-03-13T12:22:29.2432883Z",
"DateCreated": "2026-03-13T12:22:29.2432883Z",
"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": "2d453b86-9251-45d1-b5b4-1aaf1b049ab4",
"regionscountries": "25863f18-edb4-4459-8301-47c3fd15e976",
"ParentId": "7a32ad9a-c224-4f91-8551-3ff72081338b",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:22:29.2432883+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-03-13T12:22:29.2432883Z",
"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": "385e443c-4f5a-4d27-b3f0-396c8dacf866",
"regionscountries": "9dc4a3cc-747e-4607-82e7-e74048e3011f",
"ParentId": "43f81821-7044-4980-804e-95c2524e4abc"
}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-03-13T12:22:29.2432883Z",
"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": "05d8c717-8414-4abc-af31-a12211020e70",
"regionscountries": "fe88d675-31b8-4f0d-81cc-9481c0f864bd",
"ParentId": "f48b3aef-900f-420a-8ecc-571774b66e2d"
}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-03-13T12:22:29.2432883Z",
"PublicationDate": "2026-03-13T12:22:29.2432883Z",
"DateCreated": "2026-03-13T12:22:29.2432883Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "6e5df17e-45cb-41c6-b026-25a5239b53f9",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "3c603b38-18f7-408f-93b9-ad1c1d342cfe",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "c2c808d4-081a-402f-be99-71e06b892441",
"SortOrder": 15.0,
"publishingoffices": "2ce78769-28e4-4456-a80f-dd9712cd8a41",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "8be89995-359e-4b05-81b5-09482e5292db",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:22:29.2432883+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-13T12:22:29.2432883Z",
"PublicationDate": "2026-03-13T12:22:29.2432883Z",
"DateCreated": "2026-03-13T12:22:29.2432883Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "6e5df17e-45cb-41c6-b026-25a5239b53f9",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "3c603b38-18f7-408f-93b9-ad1c1d342cfe",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "c2c808d4-081a-402f-be99-71e06b892441",
"SortOrder": 15.0,
"publishingoffices": "2ce78769-28e4-4456-a80f-dd9712cd8a41",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "8be89995-359e-4b05-81b5-09482e5292db",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:22:29.2432883+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": "2026-03-13T12:22:29.2432883Z",
"PublicationDate": "2026-03-13T12:22:29.2432883Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-13T12:22:29.2432883Z",
"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": "ebe2b7bd-add5-4833-92a8-16f25feb2f82",
"publishingoffices": "9f8ade19-e48c-4628-88d0-fdf667e77620",
"events": "2dfe3a00-b42f-4871-af04-f26e836f64e3",
"targets": "bdf74a69-d847-4c58-a04d-4adc0339ec6a",
"Category": "6ad56b07-8d43-4f5d-8a25-0c708192d7d9",
"imagetypes": "423dda35-5b32-4277-ad0d-ddc1a345fb0d",
"departmentaltargets": "3a26ef47-7886-4c01-afd6-d4c354e88fe1",
"stakeholders": "1294608e-08b5-40c6-8490-dd89817cbb8d",
"Tags": "cd24879f-1e22-4d20-8aad-c1aef9c86114",
"healthtopics": "f5dbad1f-ad5a-4e63-9d6b-41ce7ee8466a",
"targetaudiences": "f91729e8-fa2f-422c-ab75-e692f3bd79df",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "94067e13-2bf6-46c5-beec-7296a129734b",
"ParentId": "bdbc6ca9-034d-4438-9e62-c2b0cb365878",
"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": "2026-03-13T12:22:29.2432883Z",
"PublicationDate": "2026-03-13T12:22:29.2432883Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-13T12:22:29.2432883Z",
"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": "ebe2b7bd-add5-4833-92a8-16f25feb2f82",
"publishingoffices": "9f8ade19-e48c-4628-88d0-fdf667e77620",
"events": "2dfe3a00-b42f-4871-af04-f26e836f64e3",
"targets": "bdf74a69-d847-4c58-a04d-4adc0339ec6a",
"Category": "6ad56b07-8d43-4f5d-8a25-0c708192d7d9",
"imagetypes": "423dda35-5b32-4277-ad0d-ddc1a345fb0d",
"departmentaltargets": "3a26ef47-7886-4c01-afd6-d4c354e88fe1",
"stakeholders": "1294608e-08b5-40c6-8490-dd89817cbb8d",
"Tags": "cd24879f-1e22-4d20-8aad-c1aef9c86114",
"healthtopics": "f5dbad1f-ad5a-4e63-9d6b-41ce7ee8466a",
"targetaudiences": "f91729e8-fa2f-422c-ab75-e692f3bd79df",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "94067e13-2bf6-46c5-beec-7296a129734b",
"ParentId": "bdbc6ca9-034d-4438-9e62-c2b0cb365878",
"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.