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-03-13T12:30:55.4087864Z",
"PublicationDate": "2026-03-13T12:30:55.4087864Z",
"DateCreated": "2026-03-13T12:30:55.4087864Z",
"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": "3eb2fa8a-9292-46bd-a53e-a48050e836ed",
"regionscountries": "88cab61e-2684-4e68-af7c-d934956ecb8d",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "9beb9000-084e-4b2c-80fd-0d13b50ee3b4",
"targetaudiences": "d13b1a24-1830-421e-b1e5-23f25ac826fa",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "6b57f940-986b-4174-800a-2202afb092e6",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:30:55.4087864+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-13T12:30:55.4087864Z",
"PublicationDate": "2026-03-13T12:30:55.4087864Z",
"DateCreated": "2026-03-13T12:30:55.4087864Z",
"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": "3eb2fa8a-9292-46bd-a53e-a48050e836ed",
"regionscountries": "88cab61e-2684-4e68-af7c-d934956ecb8d",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "9beb9000-084e-4b2c-80fd-0d13b50ee3b4",
"targetaudiences": "d13b1a24-1830-421e-b1e5-23f25ac826fa",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "6b57f940-986b-4174-800a-2202afb092e6",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:30:55.4087864+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-03-13T12:30:55.4087864Z",
"PublicationDate": "2026-03-13T12:30:55.4087864Z",
"DateCreated": "2026-03-13T12:30:55.4087864Z",
"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": "8cf2bd58-ec59-4fce-a935-05751525332c",
"regionscountries": "540fa13e-7e23-4b9f-b391-771539bbee66",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "957b1674-98e3-4668-a2eb-76fd92253b90",
"targetaudiences": "fd73db0f-a06f-4d54-b905-877a4174d2cc",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "f6aa7b74-78d1-4be2-b042-f27674b50e01",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:30:55.4087864+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": "e1580e04-8b7d-4aab-9bcc-6c71382e5859"
}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-03-13T12:30:55.4087864Z",
"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": "ac68c0ee-25d2-4344-98e1-8f5d388ac93d",
"regionscountries": "761098d9-b5a9-44ea-b837-72a0909f802b",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "c6152ce7-da4e-42fa-9114-414641517a2c",
"targetaudiences": "efedfcb8-5e3d-4ad8-8923-844f7d0c6259",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "f82b2bed-292e-4ad3-aa81-daa8eddb5a64"
}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-13T12:30:55.4087864Z",
"PublicationDate": "2026-03-13T12:30:55.4087864Z",
"DateCreated": "2026-03-13T12:30:55.4087864Z",
"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": "ff7ef48e-8aaf-4f39-b94d-e00506dc94b9",
"regionscountries": "bed288b0-374a-4f3f-add7-2108b9b62eb8",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "42437115-b6a7-42f8-9843-07f9341d0491",
"targetaudiences": "02d80d5d-22eb-425b-950b-ffaddd67f8c2",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "15a46292-a5bc-4a76-a99e-ef4086f8dc88",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:30:55.4087864+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-03-13T12:30:55.4087864Z",
"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": "bdbeb2a0-6639-47df-85a4-74b5eb6c918f",
"regionscountries": "3a215d49-7c88-4c4e-8465-172995ebb3bf",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "94a4e440-7158-4b39-a40c-c5edf0c8bc2b",
"targetaudiences": "c30fcb58-679b-4506-815a-62c782a94488",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "3f8a42a9-0a1b-4455-ad4b-9fca0570484e"
}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-03-13T12:30:55.4087864Z",
"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": "eb2fe2d4-4e41-4810-9163-70b5e813e72b",
"regionscountries": "df5ea074-8a00-4d2f-a084-65d4a6160f15",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "ca56238f-4fb3-49b8-9b7c-63ec92ff74de",
"targetaudiences": "cf06c551-1a4a-43ef-b6c4-d5bd326c3b24",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "c3157622-79bd-4024-88db-a785e265675d"
}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-03-13T12:30:55.4087864Z",
"PublicationDate": "2026-03-13T12:30:55.4087864Z",
"DateCreated": "2026-03-13T12:30:55.4087864Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "e31b9376-1690-456e-abad-712534940c7e",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "e152baae-8383-4897-b3f0-fb5ae9cd9455",
"Summary": "sample string 12",
"regionscountries": "b79ff1ea-6894-489f-b7bb-0063bc0afc9d",
"DisplayTitle": "sample string 14",
"healthtopics": "4a815dcb-f15b-49cf-98b0-5e46d0b31c94",
"ParentId": "8cddeb6b-63a7-425b-a236-e94951440341",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:30:55.4087864+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-13T12:30:55.4087864Z",
"PublicationDate": "2026-03-13T12:30:55.4087864Z",
"DateCreated": "2026-03-13T12:30:55.4087864Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "e31b9376-1690-456e-abad-712534940c7e",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "e152baae-8383-4897-b3f0-fb5ae9cd9455",
"Summary": "sample string 12",
"regionscountries": "b79ff1ea-6894-489f-b7bb-0063bc0afc9d",
"DisplayTitle": "sample string 14",
"healthtopics": "4a815dcb-f15b-49cf-98b0-5e46d0b31c94",
"ParentId": "8cddeb6b-63a7-425b-a236-e94951440341",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:30:55.4087864+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-03-13T12:30:55.4087864Z",
"PublicationDate": "2026-03-13T12:30:55.4087864Z",
"DateCreated": "2026-03-13T12:30:55.4087864Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "5ad40405-f13b-4777-bd2f-0f8eaf5fa79b",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:30:55.4087864+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-13T12:30:55.4087864Z",
"PublicationDate": "2026-03-13T12:30:55.4087864Z",
"DateCreated": "2026-03-13T12:30:55.4087864Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "5ad40405-f13b-4777-bd2f-0f8eaf5fa79b",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:30:55.4087864+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.