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-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"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": "8e80178e-0e4f-49f1-836c-c3c81d1789e1",
"regionscountries": "db2fdd90-69be-47db-9721-c8a64f51f1ed",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "b25fcbcf-5f56-4892-8b7a-513d2dcdd8d0",
"targetaudiences": "47845b25-48e6-4d70-bb57-0cf351e97b5a",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "40b38168-319a-4035-9aef-67b416e28d84",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-09T21:11:26.9473539+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"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": "8e80178e-0e4f-49f1-836c-c3c81d1789e1",
"regionscountries": "db2fdd90-69be-47db-9721-c8a64f51f1ed",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "b25fcbcf-5f56-4892-8b7a-513d2dcdd8d0",
"targetaudiences": "47845b25-48e6-4d70-bb57-0cf351e97b5a",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "40b38168-319a-4035-9aef-67b416e28d84",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-09T21:11:26.9473539+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-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"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": "918e3210-9227-4f26-bf0a-37cf6aa8d752",
"regionscountries": "e7ee3830-0656-4a8a-ab2f-92640054fb46",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "8752f405-1a8a-4d21-a926-4af0bbaedfef",
"targetaudiences": "87c408fc-e2a0-470e-bfc0-e5d2b479642c",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "a1575f60-726d-49af-8363-1c9a804041b6",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-09T21:11:26.9473539+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": "2e3d84e4-c104-4111-b495-dc1c08e7d25c"
}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-08-09T21:11:26.9473539Z",
"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": "ad8ca85e-4184-4b7f-b380-0655fdb3180e",
"regionscountries": "efa9b92b-4341-4b7b-b67b-2f8f73e1a22d",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "cbb618fe-b93e-41b1-a6d0-008707a1105f",
"targetaudiences": "2e9c16a3-53f9-4fbd-8c60-825b8675c9d1",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "eeb32cd0-5ba0-4665-953b-3a3bb0589bac"
}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-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"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": "5c5b11b3-cf12-401a-a766-3bf5f9accc17",
"regionscountries": "6fbe40c8-3321-4ef0-a9c1-0c7a01947a5b",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "d7532d0d-8e78-4871-b763-ef498413ac49",
"targetaudiences": "c96fc993-df57-428c-a2cf-24149bf4e3cf",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "1a5ad2c3-4d6b-4df0-bf69-3047712232eb",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-09T21:11:26.9473539+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-08-09T21:11:26.9473539Z",
"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": "16225d7c-d8c5-477b-b65a-225465699ede",
"regionscountries": "4b02f8ee-7963-4995-b0b1-0af209458d23",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "8d1c0429-bc4a-4148-86f7-02402d3817b9",
"targetaudiences": "1deb4325-624b-4601-8f73-21fe5b5b8748",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "1bbd9aec-af73-4326-b8fe-68a7e806fbf6"
}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-08-09T21:11:26.9473539Z",
"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": "974ab250-c30b-4842-84f8-b9a57ee7ff7c",
"regionscountries": "396bc4a6-16c2-4991-80e5-176c27c65f5f",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "f073dbb2-7476-41d9-8cef-04d79006c98f",
"targetaudiences": "c6fab6a4-b8dc-4753-836c-3a6e11192ad0",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "62cf9d9f-c58f-432c-838e-5492252c1c8b"
}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-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "4125425d-cf9c-4880-b813-c724a77286bc",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "e276ebfc-cca1-4d24-bc05-de02ab534224",
"Summary": "sample string 12",
"regionscountries": "7b65fa89-03a0-4fce-a284-b23d096cdbb3",
"DisplayTitle": "sample string 14",
"healthtopics": "c5a033ca-7f7d-47a4-8397-c44280f6641c",
"ParentId": "a0183f47-2e90-482d-9674-10cf40940fd7",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-09T21:11:26.9473539+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "4125425d-cf9c-4880-b813-c724a77286bc",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "e276ebfc-cca1-4d24-bc05-de02ab534224",
"Summary": "sample string 12",
"regionscountries": "7b65fa89-03a0-4fce-a284-b23d096cdbb3",
"DisplayTitle": "sample string 14",
"healthtopics": "c5a033ca-7f7d-47a4-8397-c44280f6641c",
"ParentId": "a0183f47-2e90-482d-9674-10cf40940fd7",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-09T21:11:26.9473539+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-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "692ee6df-f286-4e66-83ef-4a516e1244f3",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-09T21:11:26.9473539+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "692ee6df-f286-4e66-83ef-4a516e1244f3",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-09T21:11:26.9473539+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-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"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": "4ad000d7-9249-4b8b-9ea6-ee90122ecad1",
"publishingoffices": "1870eb1d-5e23-404e-89c6-bca5f0fc93a6",
"events": "9675c674-340a-4914-a5ea-d0e9f9d353a6",
"targets": "bc5debdc-745f-4f75-a26d-784319fdf1bb",
"Category": "4550a36d-ec75-49f4-bfb6-a33bcae32322",
"imagetypes": "010117a2-5a63-468b-bf58-f558a3e7fd5a",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "9bc740ad-633e-46e4-a918-d861423ef87e",
"stakeholders": "16c2542c-52ad-4850-9256-2dd30c2fb1a7",
"Tags": "c1bbfa35-e491-49c4-97ca-9cbb3d9123fe",
"healthtopics": "52d78e41-05cb-4cc0-8f92-96efcc8f7dcd",
"targetaudiences": "9f9dee06-8041-4fb4-b911-910f0a6c2167",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "7c12d019-867a-48f0-a4ba-c4b94e6b11ca",
"ParentId": "66fd3cfe-934e-448c-8c6f-57df01124915",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"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": "4ad000d7-9249-4b8b-9ea6-ee90122ecad1",
"publishingoffices": "1870eb1d-5e23-404e-89c6-bca5f0fc93a6",
"events": "9675c674-340a-4914-a5ea-d0e9f9d353a6",
"targets": "bc5debdc-745f-4f75-a26d-784319fdf1bb",
"Category": "4550a36d-ec75-49f4-bfb6-a33bcae32322",
"imagetypes": "010117a2-5a63-468b-bf58-f558a3e7fd5a",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "9bc740ad-633e-46e4-a918-d861423ef87e",
"stakeholders": "16c2542c-52ad-4850-9256-2dd30c2fb1a7",
"Tags": "c1bbfa35-e491-49c4-97ca-9cbb3d9123fe",
"healthtopics": "52d78e41-05cb-4cc0-8f92-96efcc8f7dcd",
"targetaudiences": "9f9dee06-8041-4fb4-b911-910f0a6c2167",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "7c12d019-867a-48f0-a4ba-c4b94e6b11ca",
"ParentId": "66fd3cfe-934e-448c-8c6f-57df01124915",
"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-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"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": "2a189023-0056-4a79-99de-6ba75314e1f2",
"publishingoffices": "dbb00855-40b1-408b-94df-36cbc6798284",
"events": "017efb81-1942-4d87-9905-a79de4881ae7",
"targets": "14940dd9-82d9-41c1-9e18-5cd02b0e16bb",
"Category": "8fc94206-3803-40a1-b439-bbcd1bec521b",
"imagetypes": "c2ab7ab0-bb72-4f37-ab7a-54ac0d17a214",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "b2799a63-83b8-40c2-b4d2-bbdac650997e",
"stakeholders": "5530dfb2-10f4-47d5-885b-540a52f0bb0f",
"Tags": "999717ec-77e0-4239-a78a-97f32124d961",
"healthtopics": "6d0d13d3-778f-4c0d-8bf7-9f67a8829dcb",
"targetaudiences": "06f27a49-c36a-4af0-8573-bcd4060fe186",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "afd96206-7803-4e1c-b842-d050c49ac4b6",
"ParentId": "3a3ea3cf-d673-4ac7-afca-989ce0437f33",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"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": "2a189023-0056-4a79-99de-6ba75314e1f2",
"publishingoffices": "dbb00855-40b1-408b-94df-36cbc6798284",
"events": "017efb81-1942-4d87-9905-a79de4881ae7",
"targets": "14940dd9-82d9-41c1-9e18-5cd02b0e16bb",
"Category": "8fc94206-3803-40a1-b439-bbcd1bec521b",
"imagetypes": "c2ab7ab0-bb72-4f37-ab7a-54ac0d17a214",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "b2799a63-83b8-40c2-b4d2-bbdac650997e",
"stakeholders": "5530dfb2-10f4-47d5-885b-540a52f0bb0f",
"Tags": "999717ec-77e0-4239-a78a-97f32124d961",
"healthtopics": "6d0d13d3-778f-4c0d-8bf7-9f67a8829dcb",
"targetaudiences": "06f27a49-c36a-4af0-8573-bcd4060fe186",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "afd96206-7803-4e1c-b842-d050c49ac4b6",
"ParentId": "3a3ea3cf-d673-4ac7-afca-989ce0437f33",
"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-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"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": "2bf41826-e275-45f5-b6af-c864490df139",
"publishingoffices": "635e8c08-f5c3-43c7-8512-31ec10fb3741",
"events": "7bd1958d-9047-4adc-9939-803b5f42f8f3",
"targets": "fb03e3e7-754d-480f-b7e9-cd97410b060b",
"Category": "860cb699-be00-4fc9-a7bb-5ac96046404b",
"imagetypes": "a525d763-77e5-4736-aaeb-0d9b0713d5a6",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "8f49a09a-badb-4a9d-add6-55d74c2dea6a",
"stakeholders": "7c5dced9-3d07-4286-b485-c5b0ade25274",
"Tags": "bb226551-dc1c-4e03-9ee0-bf1bc04807e4",
"healthtopics": "2fa180fe-dae4-4302-aeb9-6ba4e43ba50a",
"targetaudiences": "666f2046-8bac-458e-927b-9ea3a0cffa69",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "b4551524-3cf5-46f8-909b-f864035bb699",
"ParentId": "0f7d69fc-991a-47ab-af4d-56c372d8051b",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"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": "2bf41826-e275-45f5-b6af-c864490df139",
"publishingoffices": "635e8c08-f5c3-43c7-8512-31ec10fb3741",
"events": "7bd1958d-9047-4adc-9939-803b5f42f8f3",
"targets": "fb03e3e7-754d-480f-b7e9-cd97410b060b",
"Category": "860cb699-be00-4fc9-a7bb-5ac96046404b",
"imagetypes": "a525d763-77e5-4736-aaeb-0d9b0713d5a6",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "8f49a09a-badb-4a9d-add6-55d74c2dea6a",
"stakeholders": "7c5dced9-3d07-4286-b485-c5b0ade25274",
"Tags": "bb226551-dc1c-4e03-9ee0-bf1bc04807e4",
"healthtopics": "2fa180fe-dae4-4302-aeb9-6ba4e43ba50a",
"targetaudiences": "666f2046-8bac-458e-927b-9ea3a0cffa69",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "b4551524-3cf5-46f8-909b-f864035bb699",
"ParentId": "0f7d69fc-991a-47ab-af4d-56c372d8051b",
"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-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"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": "d0570d5c-bfb9-4eda-b152-6645ef412d17",
"publishingoffices": "7bb9dec7-dbce-44ab-9a5d-96cdd8cdf48a",
"events": "eedcf7ff-36cc-4d5f-a98b-259098c0e1b0",
"targets": "15f7d510-24f7-4bfd-ba1d-770e47c0b8de",
"Category": "6491712b-0551-41ba-8da9-8a7fc6f56530",
"imagetypes": "8f0035cd-7a31-4397-affd-8c67245b5b84",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "18ee2735-4d3c-4728-b537-71810a643116",
"stakeholders": "f6d90b2c-de17-42cc-b337-092823f7c61c",
"Tags": "c10f8b59-73eb-4d65-a823-09ce0fbb00f1",
"healthtopics": "3dbb15cd-6375-4987-935c-52c6869701dc",
"targetaudiences": "485646a9-3e3a-4afb-82ad-d89a9ff2e85b",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "601271de-7013-4977-92c5-b92cc3b34cff",
"ParentId": "e33066c4-242b-40c2-b2cb-8c5052cf3aff",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-08-09T21:11:26.9473539Z",
"PublicationDate": "2026-08-09T21:11:26.9473539Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-08-09T21:11:26.9473539Z",
"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": "d0570d5c-bfb9-4eda-b152-6645ef412d17",
"publishingoffices": "7bb9dec7-dbce-44ab-9a5d-96cdd8cdf48a",
"events": "eedcf7ff-36cc-4d5f-a98b-259098c0e1b0",
"targets": "15f7d510-24f7-4bfd-ba1d-770e47c0b8de",
"Category": "6491712b-0551-41ba-8da9-8a7fc6f56530",
"imagetypes": "8f0035cd-7a31-4397-affd-8c67245b5b84",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "18ee2735-4d3c-4728-b537-71810a643116",
"stakeholders": "f6d90b2c-de17-42cc-b337-092823f7c61c",
"Tags": "c10f8b59-73eb-4d65-a823-09ce0fbb00f1",
"healthtopics": "3dbb15cd-6375-4987-935c-52c6869701dc",
"targetaudiences": "485646a9-3e3a-4afb-82ad-d89a9ff2e85b",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "601271de-7013-4977-92c5-b92cc3b34cff",
"ParentId": "e33066c4-242b-40c2-b2cb-8c5052cf3aff",
"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.