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-03-06T09:16:10.3968031Z",
"PublicationDate": "2026-03-06T09:16:10.3968031Z",
"DateCreated": "2026-03-06T09:16:10.3968031Z",
"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": "d7b7bdc7-1b24-42cb-8094-7bdee7257481",
"regionscountries": "25d383fc-a5a4-40b2-97a9-dd0dcb5931f0",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "9a2879ff-0a35-457b-b8f8-72a1a0da0c9e",
"targetaudiences": "e85a4380-9b83-4e96-bbd9-08fb0f972247",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "a30506cd-747f-4316-a1ef-8536699b5b2d",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T09:16:10.3968031+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-06T09:16:10.3968031Z",
"PublicationDate": "2026-03-06T09:16:10.3968031Z",
"DateCreated": "2026-03-06T09:16:10.3968031Z",
"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": "d7b7bdc7-1b24-42cb-8094-7bdee7257481",
"regionscountries": "25d383fc-a5a4-40b2-97a9-dd0dcb5931f0",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "9a2879ff-0a35-457b-b8f8-72a1a0da0c9e",
"targetaudiences": "e85a4380-9b83-4e96-bbd9-08fb0f972247",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "a30506cd-747f-4316-a1ef-8536699b5b2d",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T09:16:10.3968031+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-03-06T09:16:10.3968031Z",
"PublicationDate": "2026-03-06T09:16:10.3968031Z",
"DateCreated": "2026-03-06T09:16:10.3968031Z",
"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": "4648f8fd-8b68-4748-b1f2-18560db1ba9b",
"regionscountries": "41d6207a-14ba-4c4b-a9c2-1cb6fb86513b",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "526ccd36-e27e-4d20-a824-e0f9fa5f5d6d",
"targetaudiences": "87f1252d-61a9-4dbf-83b4-78c60b415e01",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "a0df9e7a-99e8-4401-8552-79ca9c8ffc4d",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T09:16:10.3968031+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": "646035a8-24c5-46c6-a0e2-b906615276b0"
}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-03-06T09:16:10.3968031Z",
"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": "077d191b-c4cc-415a-9331-2b295e2e501d",
"regionscountries": "77febc32-9c18-459f-b5e5-00d25ccd0ddd",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "4c0d35af-6aae-421a-93d1-0648ac7af74d",
"targetaudiences": "d0b7a3b3-383c-4503-a7d7-4f5d725a0783",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "3e29012c-5eec-41ce-8dea-3bc51a7da9cf"
}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-03-06T09:16:10.3968031Z",
"PublicationDate": "2026-03-06T09:16:10.3968031Z",
"DateCreated": "2026-03-06T09:16:10.3968031Z",
"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": "e5fb8f59-1e5a-4490-bd17-8fb008850f79",
"regionscountries": "ac744a14-0e9d-4682-91c5-cf8b27bad409",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "67f47a61-26db-4a3c-b8d6-d660f796ac66",
"targetaudiences": "adc2ddfc-3b9f-4fe5-aebc-71cf2d972404",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "7d315fa7-7f94-46de-92de-da8d8def3ded",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T09:16:10.3968031+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-03-06T09:16:10.3968031Z",
"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": "11176ece-93b7-4733-9770-1fdf38fd439a",
"regionscountries": "a2d8a416-bb5b-4045-9226-80804e7da4b9",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "df33a32e-d0fa-47e9-818d-c729b48f7576",
"targetaudiences": "9a7508ae-d562-4e0f-ac89-95c1ffbc27df",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "8bd1cc4d-d7d5-4148-b342-5e401fc6872f"
}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-03-06T09:16:10.3968031Z",
"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": "d901328d-b20e-4a3b-bd5a-dfc42aa74dbf",
"regionscountries": "954a03fa-b2dc-4278-879b-28896ca9d876",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "eb86ac1e-bc66-484e-8fce-5e6e866faa21",
"targetaudiences": "0dbd0dc8-579c-4d3a-bc62-51cc130588a8",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "0c8fb46f-dc1c-4f6c-a0ec-e9859c61ba75"
}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-03-06T09:16:10.3968031Z",
"PublicationDate": "2026-03-06T09:16:10.3968031Z",
"DateCreated": "2026-03-06T09:16:10.3968031Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "4e5670ce-1a64-4883-814b-ec4a2b0f1022",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "05de765a-8398-460f-b5ad-a12c412dcd47",
"Summary": "sample string 12",
"regionscountries": "2015bb3c-66cd-491a-844b-04ad566c9266",
"DisplayTitle": "sample string 14",
"healthtopics": "7df5f075-24da-4bbc-b72f-b326b5f4a089",
"ParentId": "0dbf9c5c-5975-429a-9ab9-73724061d8d3",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T09:16:10.3968031+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-06T09:16:10.3968031Z",
"PublicationDate": "2026-03-06T09:16:10.3968031Z",
"DateCreated": "2026-03-06T09:16:10.3968031Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "4e5670ce-1a64-4883-814b-ec4a2b0f1022",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "05de765a-8398-460f-b5ad-a12c412dcd47",
"Summary": "sample string 12",
"regionscountries": "2015bb3c-66cd-491a-844b-04ad566c9266",
"DisplayTitle": "sample string 14",
"healthtopics": "7df5f075-24da-4bbc-b72f-b326b5f4a089",
"ParentId": "0dbf9c5c-5975-429a-9ab9-73724061d8d3",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T09:16:10.3968031+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-03-06T09:16:10.3968031Z",
"PublicationDate": "2026-03-06T09:16:10.3968031Z",
"DateCreated": "2026-03-06T09:16:10.3968031Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "39c9ba81-e4b5-461f-9f53-1179f60c2d73",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T09:16:10.3968031+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-06T09:16:10.3968031Z",
"PublicationDate": "2026-03-06T09:16:10.3968031Z",
"DateCreated": "2026-03-06T09:16:10.3968031Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "39c9ba81-e4b5-461f-9f53-1179f60c2d73",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T09:16:10.3968031+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 | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-03-06T09:16:10.3968031Z",
"PublicationDate": "2026-03-06T09:16:10.3968031Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T09:16:10.3968031Z",
"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": "4dca516c-d49a-4dc9-8ed6-e7cb81a974ca",
"publishingoffices": "c1ec5cb6-a9c8-468a-ab8c-a75ae0f92123",
"events": "6494ccc4-acdb-4e35-9e9a-cb1bd8d3645b",
"targets": "15b5ddb4-8847-46ce-8ef4-053bc8ca9918",
"Category": "87c13cdb-8062-4c1b-89ee-4bd38901dc23",
"imagetypes": "2018f1d9-2264-4018-abb3-0064055ec288",
"departmentaltargets": "2ca3dc02-7017-48d1-90de-68ead9074c01",
"stakeholders": "a6ac2771-0d15-4737-8416-958ee06adf77",
"Tags": "aedf3ad7-e58f-419a-b53c-5f2f7d5891fc",
"healthtopics": "004af0a7-dbb7-4287-9710-3b3f0b9147ae",
"targetaudiences": "2a1495ea-2622-4122-a411-bf4df2c1e0ba",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b5c74907-cba3-4acc-8cc0-4daf2d2b203b",
"ParentId": "c7a9c48b-4a7f-4b13-9509-a02d628f6bfa",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-03-06T09:16:10.3968031Z",
"PublicationDate": "2026-03-06T09:16:10.3968031Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T09:16:10.3968031Z",
"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": "4dca516c-d49a-4dc9-8ed6-e7cb81a974ca",
"publishingoffices": "c1ec5cb6-a9c8-468a-ab8c-a75ae0f92123",
"events": "6494ccc4-acdb-4e35-9e9a-cb1bd8d3645b",
"targets": "15b5ddb4-8847-46ce-8ef4-053bc8ca9918",
"Category": "87c13cdb-8062-4c1b-89ee-4bd38901dc23",
"imagetypes": "2018f1d9-2264-4018-abb3-0064055ec288",
"departmentaltargets": "2ca3dc02-7017-48d1-90de-68ead9074c01",
"stakeholders": "a6ac2771-0d15-4737-8416-958ee06adf77",
"Tags": "aedf3ad7-e58f-419a-b53c-5f2f7d5891fc",
"healthtopics": "004af0a7-dbb7-4287-9710-3b3f0b9147ae",
"targetaudiences": "2a1495ea-2622-4122-a411-bf4df2c1e0ba",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b5c74907-cba3-4acc-8cc0-4daf2d2b203b",
"ParentId": "c7a9c48b-4a7f-4b13-9509-a02d628f6bfa",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add 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 | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-03-06T09:16:10.3968031Z",
"PublicationDate": "2026-03-06T09:16:10.3968031Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T09:16:10.3968031Z",
"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": "9360f5a4-0588-4071-aad5-ae0ae03e352a",
"publishingoffices": "1aa44054-e4cd-493c-8b5a-b7bee5c3c280",
"events": "591f02fa-985f-4857-a547-da4229abd803",
"targets": "654fdaa7-3cde-4f63-a22a-d2c93053a0f0",
"Category": "7ba9ade6-d73a-4f73-92ce-70009238aa40",
"imagetypes": "1bf4fc2f-5b75-4964-95c2-8f3f154712ef",
"departmentaltargets": "a76dd8b4-175c-4d9e-ac56-5bd6a251d27d",
"stakeholders": "a050b3b7-e6e8-4d9e-aedf-53f4834b6a67",
"Tags": "405609a7-7857-46db-ae1e-6375964ec889",
"healthtopics": "b5b293c4-be76-4c3a-a0a7-23a53d609c88",
"targetaudiences": "c2bb6103-f745-4440-bf3b-f17dc5482cab",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "3bc36c30-a362-4208-836c-433923e123ee",
"ParentId": "5f020aba-1201-4b42-9179-d4290a6c856b",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-03-06T09:16:10.3968031Z",
"PublicationDate": "2026-03-06T09:16:10.3968031Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T09:16:10.3968031Z",
"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": "9360f5a4-0588-4071-aad5-ae0ae03e352a",
"publishingoffices": "1aa44054-e4cd-493c-8b5a-b7bee5c3c280",
"events": "591f02fa-985f-4857-a547-da4229abd803",
"targets": "654fdaa7-3cde-4f63-a22a-d2c93053a0f0",
"Category": "7ba9ade6-d73a-4f73-92ce-70009238aa40",
"imagetypes": "1bf4fc2f-5b75-4964-95c2-8f3f154712ef",
"departmentaltargets": "a76dd8b4-175c-4d9e-ac56-5bd6a251d27d",
"stakeholders": "a050b3b7-e6e8-4d9e-aedf-53f4834b6a67",
"Tags": "405609a7-7857-46db-ae1e-6375964ec889",
"healthtopics": "b5b293c4-be76-4c3a-a0a7-23a53d609c88",
"targetaudiences": "c2bb6103-f745-4440-bf3b-f17dc5482cab",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "3bc36c30-a362-4208-836c-433923e123ee",
"ParentId": "5f020aba-1201-4b42-9179-d4290a6c856b",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add 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 | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-03-06T09:16:10.4124326Z",
"PublicationDate": "2026-03-06T09:16:10.4124326Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T09:16:10.4124326Z",
"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": "b9adf229-11a3-446b-9159-f43950cbca12",
"publishingoffices": "d9e45286-c137-4fb4-88fa-1f3ad3fe5958",
"events": "0bc74498-3696-4e9e-a505-f52f7c388ef4",
"targets": "0859cd93-49ed-4d97-bdb3-89605913266d",
"Category": "4738750e-c179-40f5-b5df-d5a8e39c419e",
"imagetypes": "c6fc5357-4972-4260-9e7e-ce1f3ddb60df",
"departmentaltargets": "f5898667-aac6-4a78-97f9-ebcc31f1e51b",
"stakeholders": "190cdd1e-040d-4130-8d10-c069faae50c9",
"Tags": "a4555561-53ac-4c69-9804-9776ff001bda",
"healthtopics": "38910611-e7ac-4b25-8c71-d4b75c3b5ca2",
"targetaudiences": "a7d2d753-0da0-4e4c-9d86-8213c6950022",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "277309a3-3797-4b52-98f1-9ceeff3cafe5",
"ParentId": "77811b22-bbf0-4092-8016-8c2213890022",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-03-06T09:16:10.4124326Z",
"PublicationDate": "2026-03-06T09:16:10.4124326Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T09:16:10.4124326Z",
"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": "b9adf229-11a3-446b-9159-f43950cbca12",
"publishingoffices": "d9e45286-c137-4fb4-88fa-1f3ad3fe5958",
"events": "0bc74498-3696-4e9e-a505-f52f7c388ef4",
"targets": "0859cd93-49ed-4d97-bdb3-89605913266d",
"Category": "4738750e-c179-40f5-b5df-d5a8e39c419e",
"imagetypes": "c6fc5357-4972-4260-9e7e-ce1f3ddb60df",
"departmentaltargets": "f5898667-aac6-4a78-97f9-ebcc31f1e51b",
"stakeholders": "190cdd1e-040d-4130-8d10-c069faae50c9",
"Tags": "a4555561-53ac-4c69-9804-9776ff001bda",
"healthtopics": "38910611-e7ac-4b25-8c71-d4b75c3b5ca2",
"targetaudiences": "a7d2d753-0da0-4e4c-9d86-8213c6950022",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "277309a3-3797-4b52-98f1-9ceeff3cafe5",
"ParentId": "77811b22-bbf0-4092-8016-8c2213890022",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add 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 | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-03-06T09:16:10.4124326Z",
"PublicationDate": "2026-03-06T09:16:10.4124326Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T09:16:10.4124326Z",
"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": "cbbc9c90-01fb-4963-98c1-683ae0456079",
"publishingoffices": "29764d14-7047-49c5-b2aa-4ba7ffc79a05",
"events": "9f346ede-4f24-4fc5-a0ea-8004aa3ae5b6",
"targets": "9ceacf55-f0ac-4e92-b63c-3a73e1dfb29c",
"Category": "142420d7-cd15-4251-8ef5-0769e80cc5f6",
"imagetypes": "c4eb2063-6198-4daf-ba90-53a193d9b051",
"departmentaltargets": "a1b143f4-e2af-4fe0-b7ad-c117495bb428",
"stakeholders": "b9cd1e7b-bbea-4338-9760-3937b943f13e",
"Tags": "7b3ff722-67b7-4085-89d0-17e4740ea79b",
"healthtopics": "608c8cdf-0dd3-4b41-a52f-7baecf2e99eb",
"targetaudiences": "289b20a6-a69c-4ec9-8184-043249917050",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "77a4f70e-c115-4913-9c1f-013c9ee26bba",
"ParentId": "71eb52fd-1e70-4610-8525-df9adf73e663",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-03-06T09:16:10.4124326Z",
"PublicationDate": "2026-03-06T09:16:10.4124326Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-06T09:16:10.4124326Z",
"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": "cbbc9c90-01fb-4963-98c1-683ae0456079",
"publishingoffices": "29764d14-7047-49c5-b2aa-4ba7ffc79a05",
"events": "9f346ede-4f24-4fc5-a0ea-8004aa3ae5b6",
"targets": "9ceacf55-f0ac-4e92-b63c-3a73e1dfb29c",
"Category": "142420d7-cd15-4251-8ef5-0769e80cc5f6",
"imagetypes": "c4eb2063-6198-4daf-ba90-53a193d9b051",
"departmentaltargets": "a1b143f4-e2af-4fe0-b7ad-c117495bb428",
"stakeholders": "b9cd1e7b-bbea-4338-9760-3937b943f13e",
"Tags": "7b3ff722-67b7-4085-89d0-17e4740ea79b",
"healthtopics": "608c8cdf-0dd3-4b41-a52f-7baecf2e99eb",
"targetaudiences": "289b20a6-a69c-4ec9-8184-043249917050",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "77a4f70e-c115-4913-9c1f-013c9ee26bba",
"ParentId": "71eb52fd-1e70-4610-8525-df9adf73e663",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add 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.