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-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"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": "adf8db89-c4ab-4271-a611-e27d8ec4c1c9",
"regionscountries": "6a11936c-89d0-47b8-83ed-2cd8bff24105",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "9a1e7e1b-8f21-4575-a71a-10b4b70a64d0",
"targetaudiences": "d5115618-8be0-475a-8a4f-2dfd565e1ba6",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "84f2233e-1ceb-456f-b658-9b6052f98e84",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:04:41.2754785+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"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": "adf8db89-c4ab-4271-a611-e27d8ec4c1c9",
"regionscountries": "6a11936c-89d0-47b8-83ed-2cd8bff24105",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "9a1e7e1b-8f21-4575-a71a-10b4b70a64d0",
"targetaudiences": "d5115618-8be0-475a-8a4f-2dfd565e1ba6",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "84f2233e-1ceb-456f-b658-9b6052f98e84",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:04:41.2754785+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-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"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": "8fe5e310-24c7-40c9-ab7b-fbc18b920aff",
"regionscountries": "08efcb83-f6d4-4cf6-884b-c8d3a7580f1d",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "cbd56e16-d30a-46f4-9594-6c10ebf3d70b",
"targetaudiences": "110c13e1-c23f-426e-95ce-c8b7ea6a4165",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "9b12acf0-8bc4-401e-be6f-ae234183b1e4",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:04:41.2754785+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": "74bd8c73-46fe-41b4-8acc-0a11eb9e91ef"
}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-26T13:04:41.2754785Z",
"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": "1bdb2633-2f42-4c0e-9a0e-0926b55ebcc6",
"regionscountries": "38eda1be-51cb-40ef-9624-d0495a588b9c",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "0b0f07c4-9741-4bf1-9d83-58a501920a7f",
"targetaudiences": "7ac5ff50-0d9d-4fb5-ae1e-9c35c1be7bea",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "34104cea-dd38-477c-b311-5d72f2c78cbc"
}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-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"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": "91a4345a-d97d-4aa6-b560-041a5fbb395d",
"regionscountries": "b7ab6fe0-7037-4958-a3f3-8c790eb87696",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "ac857935-0b9f-4f0e-8264-b178bcb75d3e",
"targetaudiences": "195cf1ba-4610-43fb-afcc-fa2223f603a6",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "2a7a6c91-f1a8-4e89-8334-86c12cbf5aaf",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:04:41.2754785+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-26T13:04:41.2754785Z",
"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": "bbb4dc12-0424-473c-afbf-adf8110fb6e6",
"regionscountries": "1c74a13f-3be3-4f8c-8b21-c042bb5679a7",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "c6b29c83-0b8f-4285-bd69-bea88d7eec15",
"targetaudiences": "0a40297a-fc20-4cf1-b7e7-e2afe1d4e242",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "ca8763ad-9f28-4da7-a5d7-5a2f25bc2aa9"
}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-26T13:04:41.2754785Z",
"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": "2edcb713-1b17-4cfe-8171-a884b1212ad6",
"regionscountries": "b53ed70c-b67a-441c-959e-c274d4d6c86a",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "170ac3cd-b295-4724-9cf8-1ff9766ff04e",
"targetaudiences": "580a6dd0-e734-4d1a-ab0f-048f96eb1b62",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "860dc572-f875-41ce-a41b-4aa3c0a2bca1"
}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-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "227f40d5-f714-4247-8c69-6ea50ca52754",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "10ea6c39-0777-4a9f-9150-24008709550e",
"Summary": "sample string 12",
"regionscountries": "f7c60732-84a7-4887-9da1-ba548cf70a4e",
"DisplayTitle": "sample string 14",
"healthtopics": "2fce95b9-b28c-41d3-8271-a86f332ca43c",
"ParentId": "1a99e240-aa30-4a0a-8208-4cf44024156a",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:04:41.2754785+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "227f40d5-f714-4247-8c69-6ea50ca52754",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "10ea6c39-0777-4a9f-9150-24008709550e",
"Summary": "sample string 12",
"regionscountries": "f7c60732-84a7-4887-9da1-ba548cf70a4e",
"DisplayTitle": "sample string 14",
"healthtopics": "2fce95b9-b28c-41d3-8271-a86f332ca43c",
"ParentId": "1a99e240-aa30-4a0a-8208-4cf44024156a",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:04:41.2754785+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-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "58c5b5d1-3e20-4be5-bba5-46b60c599a1e",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:04:41.2754785+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "58c5b5d1-3e20-4be5-bba5-46b60c599a1e",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:04:41.2754785+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-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"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": "76f9c0fe-8b07-454d-95c7-cafd7c6c19e5",
"publishingoffices": "16a961fe-5543-47a8-872b-f0d0850c4142",
"events": "611f1e07-d340-43a2-87d1-67242aaaa82e",
"targets": "12c13fef-7fa1-46aa-8658-4b3a1d547769",
"Category": "9416a56d-c3ca-4aeb-bde7-cee6acfe93a6",
"imagetypes": "f39ba703-2440-4dcd-9286-8eef000fdc9e",
"departmentaltargets": "6b744bea-65f8-4a60-b86d-010c3dc7bdab",
"stakeholders": "d936be6a-2776-48bb-abcd-4de3b211d5b9",
"Tags": "9bdf7172-e909-41d7-b330-5964d07e7cc2",
"healthtopics": "5d525114-b7bf-4c0e-8006-b99157bbdae2",
"targetaudiences": "4ddc5102-ea67-4a3f-8cf3-831724d237b3",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "aba1a642-8d85-47aa-8fb6-8fa0bcb2b15d",
"ParentId": "6d6ea95c-5397-4e5b-9916-b1566446b6c7",
"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-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"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": "76f9c0fe-8b07-454d-95c7-cafd7c6c19e5",
"publishingoffices": "16a961fe-5543-47a8-872b-f0d0850c4142",
"events": "611f1e07-d340-43a2-87d1-67242aaaa82e",
"targets": "12c13fef-7fa1-46aa-8658-4b3a1d547769",
"Category": "9416a56d-c3ca-4aeb-bde7-cee6acfe93a6",
"imagetypes": "f39ba703-2440-4dcd-9286-8eef000fdc9e",
"departmentaltargets": "6b744bea-65f8-4a60-b86d-010c3dc7bdab",
"stakeholders": "d936be6a-2776-48bb-abcd-4de3b211d5b9",
"Tags": "9bdf7172-e909-41d7-b330-5964d07e7cc2",
"healthtopics": "5d525114-b7bf-4c0e-8006-b99157bbdae2",
"targetaudiences": "4ddc5102-ea67-4a3f-8cf3-831724d237b3",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "aba1a642-8d85-47aa-8fb6-8fa0bcb2b15d",
"ParentId": "6d6ea95c-5397-4e5b-9916-b1566446b6c7",
"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-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"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": "9839a9fb-5f61-4db4-8cf7-30e77160ff16",
"publishingoffices": "53d166c7-e21d-4f34-8f90-5414da15e550",
"events": "f2448419-2d26-4287-b7aa-85e6e7fce4f1",
"targets": "21887588-db8e-4a02-bfb2-c632bb95375a",
"Category": "f6c0adaf-1243-4fb6-9256-c32478640074",
"imagetypes": "5b440fb4-d3b8-481b-b50b-b5fc04ffe226",
"departmentaltargets": "dedf45bc-a0c7-4204-af86-13d12e5317a1",
"stakeholders": "bff64ac2-8463-49b0-b80f-c16b556bacf3",
"Tags": "3dd8fc89-7bab-44c6-9c7d-d5303c571d13",
"healthtopics": "988048de-af74-4f82-9f7f-1dc6bb33a3a8",
"targetaudiences": "c83988a1-e548-4e76-b835-cddc10baa9e4",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "992c24be-f5fd-494f-929b-d3565a57c55e",
"ParentId": "9e34f32f-6a3e-4bcf-ae50-223f557b5361",
"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-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"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": "9839a9fb-5f61-4db4-8cf7-30e77160ff16",
"publishingoffices": "53d166c7-e21d-4f34-8f90-5414da15e550",
"events": "f2448419-2d26-4287-b7aa-85e6e7fce4f1",
"targets": "21887588-db8e-4a02-bfb2-c632bb95375a",
"Category": "f6c0adaf-1243-4fb6-9256-c32478640074",
"imagetypes": "5b440fb4-d3b8-481b-b50b-b5fc04ffe226",
"departmentaltargets": "dedf45bc-a0c7-4204-af86-13d12e5317a1",
"stakeholders": "bff64ac2-8463-49b0-b80f-c16b556bacf3",
"Tags": "3dd8fc89-7bab-44c6-9c7d-d5303c571d13",
"healthtopics": "988048de-af74-4f82-9f7f-1dc6bb33a3a8",
"targetaudiences": "c83988a1-e548-4e76-b835-cddc10baa9e4",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "992c24be-f5fd-494f-929b-d3565a57c55e",
"ParentId": "9e34f32f-6a3e-4bcf-ae50-223f557b5361",
"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-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"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": "ab4cb6d8-f6d0-4fc8-9e1a-edb2758dc8ee",
"publishingoffices": "8ed78776-fe3f-44eb-812e-24784412af72",
"events": "ceb449d4-f6fc-4afa-8cd6-17626bc554fc",
"targets": "7fae9e25-7754-45e6-99b8-a57765caf2ab",
"Category": "73e521ef-03a2-4cf1-a5b5-cf2604ff519a",
"imagetypes": "453d36a3-1601-4a0e-9897-19bbd3f2669d",
"departmentaltargets": "236c3839-987d-4a20-a749-cc85ae75291c",
"stakeholders": "cf5c40a5-b76b-40c4-9f1c-020da0fa8fd4",
"Tags": "57b3e99c-d837-4701-a0a3-865dc9fc19cd",
"healthtopics": "851548d7-7f87-41e3-a5ce-df2d23151636",
"targetaudiences": "a63ee6e3-1d73-4486-a074-1fcb92c054ca",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "528b57d9-82b4-427b-91c2-68829c50a80c",
"ParentId": "e7316ae8-b250-4689-9960-4a7eb8926f47",
"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-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"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": "ab4cb6d8-f6d0-4fc8-9e1a-edb2758dc8ee",
"publishingoffices": "8ed78776-fe3f-44eb-812e-24784412af72",
"events": "ceb449d4-f6fc-4afa-8cd6-17626bc554fc",
"targets": "7fae9e25-7754-45e6-99b8-a57765caf2ab",
"Category": "73e521ef-03a2-4cf1-a5b5-cf2604ff519a",
"imagetypes": "453d36a3-1601-4a0e-9897-19bbd3f2669d",
"departmentaltargets": "236c3839-987d-4a20-a749-cc85ae75291c",
"stakeholders": "cf5c40a5-b76b-40c4-9f1c-020da0fa8fd4",
"Tags": "57b3e99c-d837-4701-a0a3-865dc9fc19cd",
"healthtopics": "851548d7-7f87-41e3-a5ce-df2d23151636",
"targetaudiences": "a63ee6e3-1d73-4486-a074-1fcb92c054ca",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "528b57d9-82b4-427b-91c2-68829c50a80c",
"ParentId": "e7316ae8-b250-4689-9960-4a7eb8926f47",
"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-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"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": "43e5349f-a7f0-4651-bc24-3406b7c2dd10",
"publishingoffices": "40179c53-4a14-4237-8523-e72d283495fe",
"events": "81bda552-589b-4e19-8a47-e23780a6cd7e",
"targets": "f8cf9876-c188-488d-893a-3e9bb0459cc6",
"Category": "b5d5d13c-8d56-4d4d-aa0c-822033f67a33",
"imagetypes": "ae7027d9-927e-4a3c-afe0-a5e88bcf7a38",
"departmentaltargets": "d8567fd0-a567-4749-acfe-1cf9a40a9c65",
"stakeholders": "aec3a339-7b7b-4bf0-b935-97ac8be33a31",
"Tags": "c5e92a78-1aa9-4729-bb24-f75e4b5c3ad4",
"healthtopics": "dc8de104-c018-432c-99fd-a4c5da980289",
"targetaudiences": "471358d5-06ed-4a17-a91f-cb7ac3530c7a",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "60d17793-4cdd-441d-8ffa-64ee320b0441",
"ParentId": "8c493584-f422-4b9c-9f73-1fb06c1876dc",
"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-26T13:04:41.2754785Z",
"PublicationDate": "2026-03-26T13:04:41.2754785Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-26T13:04:41.2754785Z",
"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": "43e5349f-a7f0-4651-bc24-3406b7c2dd10",
"publishingoffices": "40179c53-4a14-4237-8523-e72d283495fe",
"events": "81bda552-589b-4e19-8a47-e23780a6cd7e",
"targets": "f8cf9876-c188-488d-893a-3e9bb0459cc6",
"Category": "b5d5d13c-8d56-4d4d-aa0c-822033f67a33",
"imagetypes": "ae7027d9-927e-4a3c-afe0-a5e88bcf7a38",
"departmentaltargets": "d8567fd0-a567-4749-acfe-1cf9a40a9c65",
"stakeholders": "aec3a339-7b7b-4bf0-b935-97ac8be33a31",
"Tags": "c5e92a78-1aa9-4729-bb24-f75e4b5c3ad4",
"healthtopics": "dc8de104-c018-432c-99fd-a4c5da980289",
"targetaudiences": "471358d5-06ed-4a17-a91f-cb7ac3530c7a",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "60d17793-4cdd-441d-8ffa-64ee320b0441",
"ParentId": "8c493584-f422-4b9c-9f73-1fb06c1876dc",
"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.