Returns a set of data items of type resultsreportinfographicmilestones.
GET /api/news/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-04-03T01:47:32.9671757Z",
"PublicationDate": "2026-04-03T01:47:32.9671757Z",
"DateCreated": "2026-04-03T01:47:32.9671757Z",
"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": "7f8480f5-ebbc-425f-adc1-5d8cb6cc0a8f",
"regionscountries": "3a65fd2d-072f-458b-9d9e-9c58d8a96052",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "76ed7e8a-869c-4fea-a87f-ca51fb72be13",
"targetaudiences": "c8b48e64-cb0b-4b8d-80cb-e036c25843ca",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "e426d2d3-2c10-4c41-bfc8-d83cf1c724ad",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:47:32.9671757+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-04-03T01:47:32.9671757Z",
"PublicationDate": "2026-04-03T01:47:32.9671757Z",
"DateCreated": "2026-04-03T01:47:32.9671757Z",
"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": "7f8480f5-ebbc-425f-adc1-5d8cb6cc0a8f",
"regionscountries": "3a65fd2d-072f-458b-9d9e-9c58d8a96052",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "76ed7e8a-869c-4fea-a87f-ca51fb72be13",
"targetaudiences": "c8b48e64-cb0b-4b8d-80cb-e036c25843ca",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "e426d2d3-2c10-4c41-bfc8-d83cf1c724ad",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:47:32.9671757+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets resultsreportinfographicmilestones item by id.
GET /api/news/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-04-03T01:47:32.9671757Z",
"PublicationDate": "2026-04-03T01:47:32.9671757Z",
"DateCreated": "2026-04-03T01:47:32.9671757Z",
"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": "d8d3dc10-febe-4b5c-880f-9a49b50cd1b0",
"regionscountries": "69e0ca0b-510e-4f57-8c35-4827fcc4406a",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "cd3b96d6-e384-4a60-a8a1-ac1ea8f7d0cd",
"targetaudiences": "7493ecb9-c631-4779-9088-e71b37f29a79",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "59f204f2-8866-4249-902e-f4c955ed898b",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:47:32.9671757+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from resultsreportinfographicmilestones item.
GET /api/news/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": "bb9f4971-6dcf-403d-8875-87887ed7a4a6"
}Creates a resultsreportinfographicmilestones item.
POST /api/news/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-04-03T01:47:32.9671757Z",
"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": "721798ce-094b-41f6-97cd-cad34da97d5b",
"regionscountries": "93b529fd-48a9-4a1e-be9e-d75e8e93751a",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "705ae35b-a728-43cb-9fe2-059bde098b3b",
"targetaudiences": "8ed5ee9a-c142-4011-ab44-a2b84a92779b",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "25c0eec4-2848-45b9-a6e4-7381348df11b"
}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-04-03T01:47:32.9671757Z",
"PublicationDate": "2026-04-03T01:47:32.9671757Z",
"DateCreated": "2026-04-03T01:47:32.9671757Z",
"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": "13b0a578-d522-42fc-8bd0-dac0d771c4f7",
"regionscountries": "edd1f9f0-814c-49bb-81e7-7df138ec51a7",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "e0051486-fcf8-45b2-b233-95094df78781",
"targetaudiences": "74afeadc-0a5f-4854-84e6-51e7a3462300",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "01cd0aed-18fe-4259-830a-02614e75f704",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:47:32.9671757+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for resultsreportinfographicmilestones item.
PATCH /api/news/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-04-03T01:47:32.9671757Z",
"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": "7856e5f1-ac45-4e98-8910-b437f1303bad",
"regionscountries": "54ca4d0c-ecd2-41be-ada7-ae90ce73a9ae",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "7f876a4f-1e95-41c8-8c20-4b1db8f343f6",
"targetaudiences": "bf1c8956-eed8-4556-8d5d-20ec0dd56eb2",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "9f1ef150-3800-412e-907e-d46dfd1eacb0"
}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/news/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-04-03T01:47:32.9671757Z",
"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": "05ee6d3d-4126-46c0-9b09-d63b0a98f276",
"regionscountries": "db801625-179a-4614-b411-626a3e9f2f84",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "e03fc2bd-1b0a-4864-8da7-ec4e61e31ded",
"targetaudiences": "08d0cb08-b886-4a45-8941-ff1dfc8c1418",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "a7ef7548-252e-499c-b264-a38014025508"
}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/news/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/news/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-04-03T01:47:32.9671757Z",
"PublicationDate": "2026-04-03T01:47:32.9671757Z",
"DateCreated": "2026-04-03T01:47:32.9671757Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "392f6bfe-535d-4c4a-aec1-e333c59aaf66",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "79c9a42a-a3c3-481e-b898-2ce4780d3d63",
"Summary": "sample string 12",
"regionscountries": "fc2da7a6-436d-4318-b57c-9a70d50a01c4",
"DisplayTitle": "sample string 14",
"healthtopics": "9612bb8f-792e-490a-993b-5936895ac5fb",
"ParentId": "922f2d2e-7523-4c3e-b1ce-ccec8a00a7ad",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:47:32.9671757+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-04-03T01:47:32.9671757Z",
"PublicationDate": "2026-04-03T01:47:32.9671757Z",
"DateCreated": "2026-04-03T01:47:32.9671757Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "392f6bfe-535d-4c4a-aec1-e333c59aaf66",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "79c9a42a-a3c3-481e-b898-2ce4780d3d63",
"Summary": "sample string 12",
"regionscountries": "fc2da7a6-436d-4318-b57c-9a70d50a01c4",
"DisplayTitle": "sample string 14",
"healthtopics": "9612bb8f-792e-490a-993b-5936895ac5fb",
"ParentId": "922f2d2e-7523-4c3e-b1ce-ccec8a00a7ad",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:47:32.9671757+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to resultsreportinfographicmilestones item.
POST /api/news/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/news/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/news/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-04-03T01:47:32.9671757Z",
"PublicationDate": "2026-04-03T01:47:32.9671757Z",
"DateCreated": "2026-04-03T01:47:32.9671757Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "797d8741-6987-44b0-a020-bbc57d055bb4",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:47:32.9671757+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-04-03T01:47:32.9671757Z",
"PublicationDate": "2026-04-03T01:47:32.9671757Z",
"DateCreated": "2026-04-03T01:47:32.9671757Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "797d8741-6987-44b0-a020-bbc57d055bb4",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-03T01:47:32.9671757+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedInfographicCategory relation to resultsreportinfographicmilestones item.
POST /api/news/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/news/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.