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-06T02:31:03.844379Z",
"PublicationDate": "2026-03-06T02:31:03.844379Z",
"DateCreated": "2026-03-06T02:31:03.844379Z",
"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": "9b3bd54a-b8c0-4d61-8c5b-1c60008f366b",
"regionscountries": "a6cb8804-e2a3-4899-bbed-342e20cc12aa",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "7c7089a8-13af-4382-87f9-f701d1ac10c9",
"targetaudiences": "cfc9d182-19e3-4d4a-b73d-0f5157813624",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "06b67bf4-ac63-46bb-a337-2c194ed17801",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T02:31:03.844379+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-06T02:31:03.844379Z",
"PublicationDate": "2026-03-06T02:31:03.844379Z",
"DateCreated": "2026-03-06T02:31:03.844379Z",
"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": "9b3bd54a-b8c0-4d61-8c5b-1c60008f366b",
"regionscountries": "a6cb8804-e2a3-4899-bbed-342e20cc12aa",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "7c7089a8-13af-4382-87f9-f701d1ac10c9",
"targetaudiences": "cfc9d182-19e3-4d4a-b73d-0f5157813624",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "06b67bf4-ac63-46bb-a337-2c194ed17801",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T02:31:03.844379+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-06T02:31:03.844379Z",
"PublicationDate": "2026-03-06T02:31:03.844379Z",
"DateCreated": "2026-03-06T02:31:03.844379Z",
"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": "9372300d-5382-42ac-856a-48bd93bd7a68",
"regionscountries": "b2040d59-dacf-408a-88fe-e9f67ab8f6d5",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "ea287378-f881-457f-9526-808105722e7c",
"targetaudiences": "0cab11d8-07b2-4226-85ab-a156c18e83d5",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "659093d1-f13f-4b23-ba7e-99956000905a",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T02:31:03.844379+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": "0d033ea4-aed1-4c07-8ffb-d437236eca4b"
}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-06T02:31:03.844379Z",
"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": "aa54b288-8a5e-40a5-a17a-4a4c3792581a",
"regionscountries": "5a657818-51a9-47bb-a309-92d157e2efe5",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "ad838b35-5d70-4a1e-85be-39532005dd20",
"targetaudiences": "b80885d7-0262-4007-8ac2-f7657e289abf",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "32b8a0eb-56e3-4730-907b-1f81a0be8057"
}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-06T02:31:03.844379Z",
"PublicationDate": "2026-03-06T02:31:03.844379Z",
"DateCreated": "2026-03-06T02:31:03.844379Z",
"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": "cfd862a5-bcf9-4ba3-92ce-249e21c502bd",
"regionscountries": "869b04c8-c182-41bf-9286-ba5a803425a9",
"InfographicType": "sample string 14",
"Summary": "sample string 15",
"Overview": "sample string 16",
"healthtopics": "018067a2-48c2-4886-8186-fec7e96acef3",
"targetaudiences": "c6a43c2d-33a0-476e-9262-bcc123104574",
"SortOrder": 19.0,
"BackgroundColor": "sample string 20",
"ParentId": "8236a13d-3436-4cf1-9322-e47d816b6eac",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T02:31:03.844379+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-06T02:31:03.844379Z",
"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": "2469a440-f26e-4c30-9cea-dd2350523aaa",
"regionscountries": "0948c879-8109-488a-a6a3-1f9e006df390",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "fb0746b2-ebbc-4d5d-bf70-5eaf7003a5f7",
"targetaudiences": "3adf34bd-8cef-4df4-95f1-4893f5cd8ea3",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "1370a83f-f934-4082-8923-78eb2365bc8c"
}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-06T02:31:03.844379Z",
"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": "3ff878cf-5e44-41c3-8038-d0c4e7cd940e",
"regionscountries": "c36cf4f7-92c0-4ff7-81f1-f2ac242dfb15",
"InfographicType": "sample string 11",
"Summary": "sample string 12",
"Overview": "sample string 13",
"healthtopics": "dc397ca2-fbfa-49dd-9b72-9922b00d4e24",
"targetaudiences": "7ebd1ba8-91c3-4158-97b0-dd62a7d8b3a8",
"SortOrder": 16.0,
"BackgroundColor": "sample string 17",
"ParentId": "b8684d6e-0360-44d2-9f4d-5693848f8387"
}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-06T02:31:03.844379Z",
"PublicationDate": "2026-03-06T02:31:03.844379Z",
"DateCreated": "2026-03-06T02:31:03.844379Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "6ebe3e87-c16b-456f-9975-7d1f00da50ba",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "8d6d7795-5bc9-460c-b276-c8fc1ced751e",
"Summary": "sample string 12",
"regionscountries": "68da7c9c-a0a0-4936-80d2-0590c383d294",
"DisplayTitle": "sample string 14",
"healthtopics": "85b2e9c9-5141-4dd0-a519-98eb16b6193d",
"ParentId": "c80e7c2f-02c3-40a4-b2f5-dc9fb03450a7",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T02:31:03.844379+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-06T02:31:03.844379Z",
"PublicationDate": "2026-03-06T02:31:03.844379Z",
"DateCreated": "2026-03-06T02:31:03.844379Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "6ebe3e87-c16b-456f-9975-7d1f00da50ba",
"Title": "sample string 9",
"Overview": "sample string 10",
"targetaudiences": "8d6d7795-5bc9-460c-b276-c8fc1ced751e",
"Summary": "sample string 12",
"regionscountries": "68da7c9c-a0a0-4936-80d2-0590c383d294",
"DisplayTitle": "sample string 14",
"healthtopics": "85b2e9c9-5141-4dd0-a519-98eb16b6193d",
"ParentId": "c80e7c2f-02c3-40a4-b2f5-dc9fb03450a7",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T02:31:03.844379+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-06T02:31:03.844379Z",
"PublicationDate": "2026-03-06T02:31:03.844379Z",
"DateCreated": "2026-03-06T02:31:03.844379Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "fe9748fc-a4da-4872-9b8a-b236f97036bb",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T02:31:03.844379+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-06T02:31:03.844379Z",
"PublicationDate": "2026-03-06T02:31:03.844379Z",
"DateCreated": "2026-03-06T02:31:03.844379Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Color": "sample string 9",
"ParentId": "fe9748fc-a4da-4872-9b8a-b236f97036bb",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-06T02:31:03.844379+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.