Returns a set of data items of type resultsreportinfographicmilestones.
GET /api/resultsreport/resultsreportinfographicmilestones
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 | |
| InfographicAlignment | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ForegroundColor | System.String | Read only: False | |
| Year | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| InfographicType | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| BackgroundColor | 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-09-23T14:19:14.9839007Z",
"PublicationDate": "2026-09-23T14:19:14.9839007Z",
"DateCreated": "2026-09-23T14:19:14.9839007Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"InfographicAlignment": "sample string 8",
"Title": "sample string 9",
"ForegroundColor": "sample string 10",
"Year": "sample string 11",
"publishingoffices": "de8674a3-0897-40a9-b462-4eef2448dd1e",
"regionscountries": "795fb344-be38-4eb2-be88-af03b0ade44c",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "f58b1fce-4561-4808-91ae-dcf22f431ef6",
"targetaudiences": "98e41891-4032-49c4-ad63-6167f8012c86",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "30f800f5-515f-4874-b662-238d8645a4a2",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-23T14:19:14.9839007+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-23T14:19:14.9839007Z",
"PublicationDate": "2026-09-23T14:19:14.9839007Z",
"DateCreated": "2026-09-23T14:19:14.9839007Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"InfographicAlignment": "sample string 8",
"Title": "sample string 9",
"ForegroundColor": "sample string 10",
"Year": "sample string 11",
"publishingoffices": "de8674a3-0897-40a9-b462-4eef2448dd1e",
"regionscountries": "795fb344-be38-4eb2-be88-af03b0ade44c",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "f58b1fce-4561-4808-91ae-dcf22f431ef6",
"targetaudiences": "98e41891-4032-49c4-ad63-6167f8012c86",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "30f800f5-515f-4874-b662-238d8645a4a2",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-23T14:19:14.9839007+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets resultsreportinfographicmilestones item by id.
GET /api/resultsreport/resultsreportinfographicmilestones({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 | |
| InfographicAlignment | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ForegroundColor | System.String | Read only: False | |
| Year | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| InfographicType | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| BackgroundColor | 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-09-23T14:19:14.9839007Z",
"PublicationDate": "2026-09-23T14:19:14.9839007Z",
"DateCreated": "2026-09-23T14:19:14.9839007Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"InfographicAlignment": "sample string 8",
"Title": "sample string 9",
"ForegroundColor": "sample string 10",
"Year": "sample string 11",
"publishingoffices": "bbeb9c69-448d-46ff-bf2c-6e11cfde7ffc",
"regionscountries": "65c86633-ad7e-4af2-a4cd-8a941b473a69",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "844bf3c2-9038-4f04-b31b-de8ca3541443",
"targetaudiences": "c2661785-b72a-41e8-ac5d-bb5b62ebdfed",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "f7467be1-bc62-414e-bad7-abe3ad20a3d0",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-23T14:19:14.9839007+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from resultsreportinfographicmilestones item.
GET /api/resultsreport/resultsreportinfographicmilestones({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": "5309c016-59b2-4c6c-92db-07409b3901c1"
}Creates a resultsreportinfographicmilestones item.
POST /api/resultsreport/resultsreportinfographicmilestones
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 | |
| InfographicAlignment | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ForegroundColor | System.String | Read only: False | |
| Year | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| InfographicType | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| BackgroundColor | 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
{
"PublicationDate": "2026-09-23T14:19:14.9839007Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"InfographicAlignment": "sample string 5",
"Title": "sample string 6",
"ForegroundColor": "sample string 7",
"Year": "sample string 8",
"publishingoffices": "e1a570ba-3678-4ccf-9a82-e976d2ecf352",
"regionscountries": "14197560-bed6-46c8-b924-d51217b74f65",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "11f22694-b747-41c2-8a91-8badde2f73f8",
"targetaudiences": "19c6b5de-c4a4-4063-b908-e0f59c9893db",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "4fe670c9-275a-4aab-8dff-f42180ddf618"
}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 | |
| InfographicAlignment | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ForegroundColor | System.String | Read only: False | |
| Year | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| InfographicType | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| BackgroundColor | 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-09-23T14:19:14.9839007Z",
"PublicationDate": "2026-09-23T14:19:14.9839007Z",
"DateCreated": "2026-09-23T14:19:14.9839007Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"InfographicAlignment": "sample string 8",
"Title": "sample string 9",
"ForegroundColor": "sample string 10",
"Year": "sample string 11",
"publishingoffices": "cdf5e876-cf2f-4aee-beab-45c7c0a076cb",
"regionscountries": "bc7a2e4d-a3df-45b8-ba4b-f9f56c6b7e69",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "090f2481-e70b-43e3-8eef-afcb50cb1df5",
"targetaudiences": "11561722-6663-4469-bf7e-8330f003aaca",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "c3b54ec2-f6de-4bbd-a2cf-ad9440b30cc9",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-23T14:19:14.9839007+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for resultsreportinfographicmilestones item.
PATCH /api/resultsreport/resultsreportinfographicmilestones({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 | |
| InfographicAlignment | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ForegroundColor | System.String | Read only: False | |
| Year | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| InfographicType | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| BackgroundColor | 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
{
"PublicationDate": "2026-09-23T14:19:14.9839007Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"InfographicAlignment": "sample string 5",
"Title": "sample string 6",
"ForegroundColor": "sample string 7",
"Year": "sample string 8",
"publishingoffices": "0832967a-00d7-4719-b3d6-2e083f8d7ac6",
"regionscountries": "baaccd54-62ce-4438-96b2-1ff63409e4af",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "537280d5-1613-4335-9b23-676b3611ff9b",
"targetaudiences": "edd7ec97-8d39-418c-b243-086834ae0fa4",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "c8140988-44b2-47e1-956d-eaad8be77c1b"
}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 resultsreportinfographicmilestones item.
PUT /api/resultsreport/resultsreportinfographicmilestones({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 | |
| InfographicAlignment | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ForegroundColor | System.String | Read only: False | |
| Year | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| InfographicType | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| BackgroundColor | 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
{
"PublicationDate": "2026-09-23T14:19:14.9839007Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"InfographicAlignment": "sample string 5",
"Title": "sample string 6",
"ForegroundColor": "sample string 7",
"Year": "sample string 8",
"publishingoffices": "1f81bf73-a817-45ac-a53f-9f250e4cf1ac",
"regionscountries": "84af878c-e896-4a7e-a245-c653d9d1d7b3",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "4c2e278a-c1e4-4a2e-a957-8fce863813f4",
"targetaudiences": "74e7ebd4-861e-4f6c-a077-f534ca6b7cde",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "a1cc9aa9-cfca-4aae-8d9e-6d5e5693a792"
}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 resultsreportinfographicmilestones item by Id.
DELETE /api/resultsreport/resultsreportinfographicmilestones({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 resultsreportinfographicmilestones item.
GET /api/resultsreport/resultsreportinfographicmilestones({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 | |
| publishingoffices | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DisplayTitle | System.String | Read only: False | |
| healthtopics | 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-09-23T14:19:14.9839007Z",
"PublicationDate": "2026-09-23T14:19:14.9839007Z",
"DateCreated": "2026-09-23T14:19:14.9839007Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "4096bfc9-8488-4f1a-a008-254c0629d0af",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "706680f5-ca1e-4f75-bb69-02d317ab3858",
"Summary": "sample string 12",
"regionscountries": "1a4e6d92-c89b-4b25-a85b-96a372795cce",
"DisplayTitle": "sample string 14",
"healthtopics": "3086125a-a64b-4a1c-8956-1d5a20188d71",
"ParentId": "1af5e7a7-1dd0-46d6-b06e-d001ae9952be",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-23T14:19:14.9839007+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-23T14:19:14.9839007Z",
"PublicationDate": "2026-09-23T14:19:14.9839007Z",
"DateCreated": "2026-09-23T14:19:14.9839007Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "4096bfc9-8488-4f1a-a008-254c0629d0af",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "706680f5-ca1e-4f75-bb69-02d317ab3858",
"Summary": "sample string 12",
"regionscountries": "1a4e6d92-c89b-4b25-a85b-96a372795cce",
"DisplayTitle": "sample string 14",
"healthtopics": "3086125a-a64b-4a1c-8956-1d5a20188d71",
"ParentId": "1af5e7a7-1dd0-46d6-b06e-d001ae9952be",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-23T14:19:14.9839007+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to resultsreportinfographicmilestones item.
POST /api/resultsreport/resultsreportinfographicmilestones({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 resultsreportinfographicmilestones item.
DELETE /api/resultsreport/resultsreportinfographicmilestones({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 RelatedInfographicCategory from resultsreportinfographicmilestones item.
GET /api/resultsreport/resultsreportinfographicmilestones({key})/RelatedInfographicCategory
| 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 | |
| Title | System.String | Read only: False | |
| Color | 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-09-23T14:19:14.9839007Z",
"PublicationDate": "2026-09-23T14:19:14.9839007Z",
"DateCreated": "2026-09-23T14:19:14.9839007Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "415edca6-bfb2-4151-b693-ffeead8fa3dc",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-23T14:19:14.9839007+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-23T14:19:14.9839007Z",
"PublicationDate": "2026-09-23T14:19:14.9839007Z",
"DateCreated": "2026-09-23T14:19:14.9839007Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "415edca6-bfb2-4151-b693-ffeead8fa3dc",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-23T14:19:14.9839007+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedInfographicCategory relation to resultsreportinfographicmilestones item.
POST /api/resultsreport/resultsreportinfographicmilestones({key})/RelatedInfographicCategory/$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 RelatedInfographicCategory from resultsreportinfographicmilestones item.
DELETE /api/resultsreport/resultsreportinfographicmilestones({key})/RelatedInfographicCategory/$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 SideImage from resultsreportinfographicmilestones item.
GET /api/resultsreport/resultsreportinfographicmilestones({key})/SideImage
| 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-09-23T14:19:14.990033Z",
"PublicationDate": "2026-09-23T14:19:14.990033Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-23T14:19:14.990033Z",
"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": "a00e3148-d04b-442f-819e-ac4813369a26",
"publishingoffices": "269aea88-7c35-480e-844a-2ffa0ae2b98f",
"events": "e1eca82f-97ca-4ee1-8601-9580043a8946",
"targets": "fa0c38b7-989b-402a-a3a4-1b3dc2ae43ee",
"Category": "4e0b61f0-6f3b-4cd5-8ee2-6e61b56cd64f",
"imagetypes": "9d3ed392-beb8-4118-8302-63acd7e36e66",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "f5b856dd-c99a-4511-bfcd-a8035de1174d",
"stakeholders": "c2a7c9be-21df-4517-a352-bb60ad8e86a7",
"Tags": "b3d0fb8a-77a3-453d-a2ec-0b1d9dd8e1e9",
"healthtopics": "b3ff2754-abe6-487f-8139-33f821cd0316",
"targetaudiences": "e9c5f862-be5c-49db-b567-543c5ee0f466",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "29f1cdb7-5767-4064-a6b1-daf1a1d4c5ff",
"ParentId": "b76190e3-9855-4006-ae32-dd7adf452e80",
"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-09-23T14:19:14.990033Z",
"PublicationDate": "2026-09-23T14:19:14.990033Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-23T14:19:14.990033Z",
"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": "a00e3148-d04b-442f-819e-ac4813369a26",
"publishingoffices": "269aea88-7c35-480e-844a-2ffa0ae2b98f",
"events": "e1eca82f-97ca-4ee1-8601-9580043a8946",
"targets": "fa0c38b7-989b-402a-a3a4-1b3dc2ae43ee",
"Category": "4e0b61f0-6f3b-4cd5-8ee2-6e61b56cd64f",
"imagetypes": "9d3ed392-beb8-4118-8302-63acd7e36e66",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "f5b856dd-c99a-4511-bfcd-a8035de1174d",
"stakeholders": "c2a7c9be-21df-4517-a352-bb60ad8e86a7",
"Tags": "b3d0fb8a-77a3-453d-a2ec-0b1d9dd8e1e9",
"healthtopics": "b3ff2754-abe6-487f-8139-33f821cd0316",
"targetaudiences": "e9c5f862-be5c-49db-b567-543c5ee0f466",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "29f1cdb7-5767-4064-a6b1-daf1a1d4c5ff",
"ParentId": "b76190e3-9855-4006-ae32-dd7adf452e80",
"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 SideImage relation to resultsreportinfographicmilestones item.
POST /api/resultsreport/resultsreportinfographicmilestones({key})/SideImage/$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 SideImage from resultsreportinfographicmilestones item.
DELETE /api/resultsreport/resultsreportinfographicmilestones({key})/SideImage/$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 MainImage from resultsreportinfographicmilestones item.
GET /api/resultsreport/resultsreportinfographicmilestones({key})/MainImage
| 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-09-23T14:19:14.9906006Z",
"PublicationDate": "2026-09-23T14:19:14.9906006Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-23T14:19:14.9906006Z",
"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": "672e0820-ff56-4d4a-a383-4480f90a4c68",
"publishingoffices": "a7535a2a-f245-4e60-997c-d238211b36f2",
"events": "9a9826b9-c2c3-484f-b1a6-60e2d93d320e",
"targets": "0203c340-d675-4874-bfce-ab49b739d606",
"Category": "ac86adda-e2a3-46ab-99c8-f0c4df19794f",
"imagetypes": "cdc695a9-c394-4808-adda-f8c53d6cee63",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "8f18efd6-f89d-4233-a044-12555d3e684e",
"stakeholders": "142e1e59-2c2b-4967-ba02-1f2efaa91286",
"Tags": "69be49e1-5af4-4fa9-9c81-673ca5f62e0b",
"healthtopics": "2580aade-dee0-415e-9e53-d38400ee95dd",
"targetaudiences": "7c2434d9-0443-49b7-b778-af11cf0195ad",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "8c303255-6731-4a09-bfae-7055a7aa27d0",
"ParentId": "de279c48-8e8e-4942-8039-af5d2c55ee6c",
"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-09-23T14:19:14.9906006Z",
"PublicationDate": "2026-09-23T14:19:14.9906006Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-23T14:19:14.9906006Z",
"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": "672e0820-ff56-4d4a-a383-4480f90a4c68",
"publishingoffices": "a7535a2a-f245-4e60-997c-d238211b36f2",
"events": "9a9826b9-c2c3-484f-b1a6-60e2d93d320e",
"targets": "0203c340-d675-4874-bfce-ab49b739d606",
"Category": "ac86adda-e2a3-46ab-99c8-f0c4df19794f",
"imagetypes": "cdc695a9-c394-4808-adda-f8c53d6cee63",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "8f18efd6-f89d-4233-a044-12555d3e684e",
"stakeholders": "142e1e59-2c2b-4967-ba02-1f2efaa91286",
"Tags": "69be49e1-5af4-4fa9-9c81-673ca5f62e0b",
"healthtopics": "2580aade-dee0-415e-9e53-d38400ee95dd",
"targetaudiences": "7c2434d9-0443-49b7-b778-af11cf0195ad",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "8c303255-6731-4a09-bfae-7055a7aa27d0",
"ParentId": "de279c48-8e8e-4942-8039-af5d2c55ee6c",
"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 MainImage relation to resultsreportinfographicmilestones item.
POST /api/resultsreport/resultsreportinfographicmilestones({key})/MainImage/$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 MainImage from resultsreportinfographicmilestones item.
DELETE /api/resultsreport/resultsreportinfographicmilestones({key})/MainImage/$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 Thumbnail from resultsreportinfographicmilestones item.
GET /api/resultsreport/resultsreportinfographicmilestones({key})/Thumbnail
| 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-09-23T14:19:14.9906006Z",
"PublicationDate": "2026-09-23T14:19:14.9906006Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-23T14:19:14.9906006Z",
"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": "601878d9-c601-48bc-ba86-dfbd6fa1b9ca",
"publishingoffices": "82b72bc1-e052-456a-8b7c-2a07acb85794",
"events": "9b696cd7-5451-4f3e-9a1e-977c46ab6f24",
"targets": "d408ef0b-396f-44de-adb2-5f01eec220f8",
"Category": "806b62ad-1db5-4076-ac8d-832d9f81a991",
"imagetypes": "0f4623df-4f17-4a68-b83e-0a8761beee4c",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "e456addf-473b-4aeb-a5ec-a65e17778ce5",
"stakeholders": "ec0aad2d-2d98-4147-a21a-5196fe7b4aec",
"Tags": "16db49f7-c9e7-40cd-af0e-d460556c936f",
"healthtopics": "601bcdd9-aacb-4f6c-b05c-745dcb0bfc6d",
"targetaudiences": "95a4657a-4ef2-4f6e-86e8-b4adab5ecc3e",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "40d197a9-dbed-48c9-8983-0ddd4052c042",
"ParentId": "a94c089e-69c8-4c4d-bf41-9511edae8db0",
"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-09-23T14:19:14.9906006Z",
"PublicationDate": "2026-09-23T14:19:14.9906006Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-23T14:19:14.9906006Z",
"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": "601878d9-c601-48bc-ba86-dfbd6fa1b9ca",
"publishingoffices": "82b72bc1-e052-456a-8b7c-2a07acb85794",
"events": "9b696cd7-5451-4f3e-9a1e-977c46ab6f24",
"targets": "d408ef0b-396f-44de-adb2-5f01eec220f8",
"Category": "806b62ad-1db5-4076-ac8d-832d9f81a991",
"imagetypes": "0f4623df-4f17-4a68-b83e-0a8761beee4c",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "e456addf-473b-4aeb-a5ec-a65e17778ce5",
"stakeholders": "ec0aad2d-2d98-4147-a21a-5196fe7b4aec",
"Tags": "16db49f7-c9e7-40cd-af0e-d460556c936f",
"healthtopics": "601bcdd9-aacb-4f6c-b05c-745dcb0bfc6d",
"targetaudiences": "95a4657a-4ef2-4f6e-86e8-b4adab5ecc3e",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "40d197a9-dbed-48c9-8983-0ddd4052c042",
"ParentId": "a94c089e-69c8-4c4d-bf41-9511edae8db0",
"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 Thumbnail relation to resultsreportinfographicmilestones item.
POST /api/resultsreport/resultsreportinfographicmilestones({key})/Thumbnail/$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 Thumbnail from resultsreportinfographicmilestones item.
DELETE /api/resultsreport/resultsreportinfographicmilestones({key})/Thumbnail/$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 BackgroundImage from resultsreportinfographicmilestones item.
GET /api/resultsreport/resultsreportinfographicmilestones({key})/BackgroundImage
| 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-09-23T14:19:14.9906006Z",
"PublicationDate": "2026-09-23T14:19:14.9906006Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-23T14:19:14.9906006Z",
"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": "b32f7f57-731d-49a8-8fb6-63faa34ba94d",
"publishingoffices": "7c00da82-5f56-4212-9764-86d3fec4e5e2",
"events": "f8466238-1f3b-45a6-814e-68a8e2b2077d",
"targets": "35361f49-c5d2-4d89-9e21-017591765fb9",
"Category": "dddc079d-ae7b-4ea4-8cf2-b25da834ee43",
"imagetypes": "9a08121c-f704-47dc-bd87-294b2a37b029",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "c1bbf94e-06d0-4ddb-8362-29f4f5d8404a",
"stakeholders": "a5ceb6ba-3ebd-4a24-971a-d5b9de1812ce",
"Tags": "b355e57e-db41-4e61-904b-b941b3957fdd",
"healthtopics": "9446bb52-8a4c-4212-ac6e-1ee5863e79f6",
"targetaudiences": "275036cf-cc65-46b7-85de-52ee2cd26e6c",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "2bc10d0b-9dd9-43bd-9669-c04067f0bc46",
"ParentId": "18b56bc5-9cae-40da-afe0-3041988b80d6",
"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-09-23T14:19:14.9906006Z",
"PublicationDate": "2026-09-23T14:19:14.9906006Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-23T14:19:14.9906006Z",
"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": "b32f7f57-731d-49a8-8fb6-63faa34ba94d",
"publishingoffices": "7c00da82-5f56-4212-9764-86d3fec4e5e2",
"events": "f8466238-1f3b-45a6-814e-68a8e2b2077d",
"targets": "35361f49-c5d2-4d89-9e21-017591765fb9",
"Category": "dddc079d-ae7b-4ea4-8cf2-b25da834ee43",
"imagetypes": "9a08121c-f704-47dc-bd87-294b2a37b029",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "c1bbf94e-06d0-4ddb-8362-29f4f5d8404a",
"stakeholders": "a5ceb6ba-3ebd-4a24-971a-d5b9de1812ce",
"Tags": "b355e57e-db41-4e61-904b-b941b3957fdd",
"healthtopics": "9446bb52-8a4c-4212-ac6e-1ee5863e79f6",
"targetaudiences": "275036cf-cc65-46b7-85de-52ee2cd26e6c",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "2bc10d0b-9dd9-43bd-9669-c04067f0bc46",
"ParentId": "18b56bc5-9cae-40da-afe0-3041988b80d6",
"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 BackgroundImage relation to resultsreportinfographicmilestones item.
POST /api/resultsreport/resultsreportinfographicmilestones({key})/BackgroundImage/$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 BackgroundImage from resultsreportinfographicmilestones item.
DELETE /api/resultsreport/resultsreportinfographicmilestones({key})/BackgroundImage/$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.