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-02-07T00:55:56.3137414Z",
"PublicationDate": "2026-02-07T00:55:56.3137414Z",
"DateCreated": "2026-02-07T00:55:56.3137414Z",
"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": "77aa6e41-55c3-407b-a141-d1f179ca5fb4",
"regionscountries": "9e5e6644-5f47-4a5c-8d94-35205a050424",
"ParentId": "d1c5c83b-19c9-4e03-a3dd-be305d0433cc",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.3137414+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T00:55:56.3137414Z",
"PublicationDate": "2026-02-07T00:55:56.3137414Z",
"DateCreated": "2026-02-07T00:55:56.3137414Z",
"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": "77aa6e41-55c3-407b-a141-d1f179ca5fb4",
"regionscountries": "9e5e6644-5f47-4a5c-8d94-35205a050424",
"ParentId": "d1c5c83b-19c9-4e03-a3dd-be305d0433cc",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.3137414+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-02-07T00:55:56.3137414Z",
"PublicationDate": "2026-02-07T00:55:56.3137414Z",
"DateCreated": "2026-02-07T00:55:56.3137414Z",
"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": "fd83f042-f3ea-4dd5-a46a-19fc35b3ff89",
"regionscountries": "7333ff61-9bb3-4675-b9e0-d2b136fd3580",
"ParentId": "21c00806-02e0-4a60-bb03-5e92ffd8a863",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.3137414+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": "98ea108e-626b-4492-9646-03da730761ec"
}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-02-07T00:55:56.3137414Z",
"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": "8c99965c-8f01-49cb-b7b0-3945d2ddf543",
"regionscountries": "83d9a8f4-5d0a-44cc-aaf8-500fc46f3d73",
"ParentId": "1f1cc6c3-daca-45d7-8331-1b05ebf12260"
}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-02-07T00:55:56.3137414Z",
"PublicationDate": "2026-02-07T00:55:56.3137414Z",
"DateCreated": "2026-02-07T00:55:56.3137414Z",
"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": "c8a99fb6-6f23-4e4d-8772-f3da1e8d8a41",
"regionscountries": "2d3d34e5-5b04-4cc4-9112-2018cbf9e5c1",
"ParentId": "d22a450e-7437-4ec5-ab3e-c7e4370ebdc4",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.3137414+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-02-07T00:55:56.3137414Z",
"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": "1ce81713-4691-42d7-96bc-8c8e0a0abb38",
"regionscountries": "a1132f19-e143-4842-9011-0aa6adb84860",
"ParentId": "05ed24b0-805a-457b-9c22-bada5b65a70c"
}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-02-07T00:55:56.3137414Z",
"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": "4e2768e7-9171-4e11-b531-2c58c0bc8790",
"regionscountries": "ec072a9c-69c1-4e2b-9ed8-1ba89271c416",
"ParentId": "d9319dfa-752f-4db3-b583-f9e6e6e64d06"
}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-02-07T00:55:56.3137414Z",
"PublicationDate": "2026-02-07T00:55:56.3137414Z",
"DateCreated": "2026-02-07T00:55:56.3137414Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "920f187e-521b-4e2b-922d-89816635313a",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "a4def671-877d-4dd0-b9a1-f26927797065",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "1a7c77b4-e9ed-49aa-b8ab-7fb70e6a43d8",
"SortOrder": 15.0,
"publishingoffices": "a78b3e40-51c7-4eaa-9393-c84788a7c11b",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "3c45b56d-6006-4473-b363-98b5675dc1d4",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.3137414+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T00:55:56.3137414Z",
"PublicationDate": "2026-02-07T00:55:56.3137414Z",
"DateCreated": "2026-02-07T00:55:56.3137414Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "920f187e-521b-4e2b-922d-89816635313a",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "a4def671-877d-4dd0-b9a1-f26927797065",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "1a7c77b4-e9ed-49aa-b8ab-7fb70e6a43d8",
"SortOrder": 15.0,
"publishingoffices": "a78b3e40-51c7-4eaa-9393-c84788a7c11b",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "3c45b56d-6006-4473-b363-98b5675dc1d4",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T00:55:56.3137414+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-02-07T00:55:56.3137414Z",
"PublicationDate": "2026-02-07T00:55:56.3137414Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T00:55:56.3137414Z",
"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": "33539afc-7dc4-459e-a763-a883a1dc9cde",
"publishingoffices": "c1790a56-aa67-42b9-b40d-f85a8a7887e0",
"events": "2c224e2b-ba20-43a6-ac12-69e85ece026a",
"targets": "59d9f540-d444-4eca-810f-8325cf499bc9",
"Category": "3d46e4fa-9e7a-4aec-9305-a24c8d5e969c",
"imagetypes": "61c0197b-cc0c-46d3-988e-e6e2083dff9a",
"departmentaltargets": "aafab709-d8be-4c09-83b2-34a69bed6e55",
"stakeholders": "113dda72-7106-466c-a181-95b85d86c2f4",
"Tags": "2bfb05b8-cd38-4717-9656-745733c6356b",
"healthtopics": "e080bb35-842f-4f1d-8762-b0d58302f356",
"targetaudiences": "81d92b6e-009a-49dd-9e7d-c1b376f1c93d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "f12978d7-885e-4cf9-b9ad-10814472d6ed",
"ParentId": "84122d89-2385-485e-a872-fbbaf8e5f9de",
"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-02-07T00:55:56.3137414Z",
"PublicationDate": "2026-02-07T00:55:56.3137414Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-02-07T00:55:56.3137414Z",
"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": "33539afc-7dc4-459e-a763-a883a1dc9cde",
"publishingoffices": "c1790a56-aa67-42b9-b40d-f85a8a7887e0",
"events": "2c224e2b-ba20-43a6-ac12-69e85ece026a",
"targets": "59d9f540-d444-4eca-810f-8325cf499bc9",
"Category": "3d46e4fa-9e7a-4aec-9305-a24c8d5e969c",
"imagetypes": "61c0197b-cc0c-46d3-988e-e6e2083dff9a",
"departmentaltargets": "aafab709-d8be-4c09-83b2-34a69bed6e55",
"stakeholders": "113dda72-7106-466c-a181-95b85d86c2f4",
"Tags": "2bfb05b8-cd38-4717-9656-745733c6356b",
"healthtopics": "e080bb35-842f-4f1d-8762-b0d58302f356",
"targetaudiences": "81d92b6e-009a-49dd-9e7d-c1b376f1c93d",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "f12978d7-885e-4cf9-b9ad-10814472d6ed",
"ParentId": "84122d89-2385-485e-a872-fbbaf8e5f9de",
"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.