Returns a set of data items of type countryprofiles.
GET /api/news/countryprofiles
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 | |
| publishingoffices | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-01-08T18:24:13.8743623Z",
"PublicationDate": "2026-01-08T18:24:13.8743623Z",
"DateCreated": "2026-01-08T18:24:13.8743623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "0fc19fdf-01ba-46ea-bbe2-8feb066c0cc4",
"regionscountries": "f3ac271c-df57-4193-aea9-dff38afe7c03",
"healthtopics": "05cc2376-e58d-4d6f-85ab-e68a57283d10",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T18:24:13.8743623+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-08T18:24:13.8743623Z",
"PublicationDate": "2026-01-08T18:24:13.8743623Z",
"DateCreated": "2026-01-08T18:24:13.8743623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "0fc19fdf-01ba-46ea-bbe2-8feb066c0cc4",
"regionscountries": "f3ac271c-df57-4193-aea9-dff38afe7c03",
"healthtopics": "05cc2376-e58d-4d6f-85ab-e68a57283d10",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T18:24:13.8743623+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets countryprofiles item by id.
GET /api/news/countryprofiles({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 | |
| publishingoffices | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-01-08T18:24:13.8743623Z",
"PublicationDate": "2026-01-08T18:24:13.8743623Z",
"DateCreated": "2026-01-08T18:24:13.8743623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "9463f6c3-4185-44e4-b375-599ce6c5db7f",
"regionscountries": "cdea12d9-06cc-4a43-bf49-a25fa41d3043",
"healthtopics": "7a745538-9c93-4665-b811-4a7b23f42864",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T18:24:13.8743623+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from countryprofiles item.
GET /api/news/countryprofiles({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": "48c43cc4-6d90-4bba-a7b6-676883c62629"
}Creates a countryprofiles item.
POST /api/news/countryprofiles
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 | |
| publishingoffices | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-01-08T18:24:13.8743623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "5a5da63d-f6b9-4043-8f78-a6b991c69ddb",
"regionscountries": "8a5395b5-a996-4444-86a8-524252b3191f",
"healthtopics": "f8838651-1b72-4871-bb43-d9a4e120a69e",
"Title": "sample string 8"
}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 | |
| publishingoffices | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-01-08T18:24:13.8743623Z",
"PublicationDate": "2026-01-08T18:24:13.8743623Z",
"DateCreated": "2026-01-08T18:24:13.8743623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "a6210abd-51a9-4089-972c-67e2afe8ddeb",
"regionscountries": "cee1a78e-68e0-48b1-ad03-2b2d3d47174c",
"healthtopics": "599b582b-7795-494e-98ba-62e96d3715af",
"Title": "sample string 11",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T18:24:13.8743623+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for countryprofiles item.
PATCH /api/news/countryprofiles({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 | |
| publishingoffices | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-01-08T18:24:13.8743623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "78fdde58-b78c-434e-90c3-0ff613132f83",
"regionscountries": "1a7b1fcb-0976-4cd5-9815-769f8cd99145",
"healthtopics": "a986e0ae-9456-430d-b3c8-7bca3459a49f",
"Title": "sample string 8"
}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 countryprofiles item.
PUT /api/news/countryprofiles({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 | |
| publishingoffices | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-01-08T18:24:13.8743623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "309a1185-8e1b-443b-85c7-a62e41222e00",
"regionscountries": "cab2d48d-486f-437c-936c-02329b15afa6",
"healthtopics": "a1a32898-3a39-42f9-bd10-1863c2013c2f",
"Title": "sample string 8"
}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 countryprofiles item by Id.
DELETE /api/news/countryprofiles({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 ActualWhoDocument from countryprofiles item.
GET /api/news/countryprofiles({key})/ActualWhoDocument
| 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 | |
| Overview | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| ISBN | System.String | Read only: False | |
| Subtitle | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Links | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| SourceKey | System.String | Read only: False | |
| Editors | System.String | Read only: False | |
| Copyright | System.String | Read only: False | |
| meetingreporttypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Highlight | System.String | Read only: False | |
| NumberOfPagesField | System.Decimal | Read only: False | |
| WHOReferenceNumber | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-01-08T18:24:13.8743623Z",
"PublicationDate": "2026-01-08T18:24:13.8743623Z",
"DateCreated": "2026-01-08T18:24:13.8743623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "596f17df-5b30-4f78-9561-abfe1bb5b9e6",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "7f155e25-6809-4eba-900b-798bba15b372",
"departmentaltargets": "a644e6cb-d2e0-45c5-a58e-d8f2bbd30f10",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2026-01-08T18:24:13.8743623Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "da42825b-23b0-4486-b17f-aa7069b329e8",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "ffd4e8cb-8bd2-4252-a484-2d64d63ec4c8",
"events": "d77500bf-510d-436b-a799-83feb1d6ec9b",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "b53ae6cd-d389-49e1-8b04-78e89b97144d",
"publishingoffices": "5af24360-b3fe-4c3d-9a29-bb48bbd8fe62",
"OpenGraphTitle": "sample string 34",
"FeatureStoryNumberOfAdditionalItems": 35.0,
"Highlight": "sample string 36",
"NumberOfPagesField": 37.0,
"WHOReferenceNumber": "sample string 38",
"MetaTitle": "sample string 39",
"Title": "sample string 40",
"MetaDescription": "sample string 41",
"Provider": "sample string 42",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T18:24:13.8743623+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-08T18:24:13.8743623Z",
"PublicationDate": "2026-01-08T18:24:13.8743623Z",
"DateCreated": "2026-01-08T18:24:13.8743623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "596f17df-5b30-4f78-9561-abfe1bb5b9e6",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "7f155e25-6809-4eba-900b-798bba15b372",
"departmentaltargets": "a644e6cb-d2e0-45c5-a58e-d8f2bbd30f10",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2026-01-08T18:24:13.8743623Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "da42825b-23b0-4486-b17f-aa7069b329e8",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "ffd4e8cb-8bd2-4252-a484-2d64d63ec4c8",
"events": "d77500bf-510d-436b-a799-83feb1d6ec9b",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "b53ae6cd-d389-49e1-8b04-78e89b97144d",
"publishingoffices": "5af24360-b3fe-4c3d-9a29-bb48bbd8fe62",
"OpenGraphTitle": "sample string 34",
"FeatureStoryNumberOfAdditionalItems": 35.0,
"Highlight": "sample string 36",
"NumberOfPagesField": 37.0,
"WHOReferenceNumber": "sample string 38",
"MetaTitle": "sample string 39",
"Title": "sample string 40",
"MetaDescription": "sample string 41",
"Provider": "sample string 42",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T18:24:13.8743623+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add ActualWhoDocument relation to countryprofiles item.
POST /api/news/countryprofiles({key})/ActualWhoDocument/$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 ActualWhoDocument from countryprofiles item.
DELETE /api/news/countryprofiles({key})/ActualWhoDocument/$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 ActualIrisPublication from countryprofiles item.
GET /api/news/countryprofiles({key})/ActualIrisPublication
| 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 | |
| MetaDescription | System.String | Read only: False | |
| Editors | System.String | Read only: False | |
| NumberOfPages | System.Decimal | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Links | System.String | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ISBN | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Highlight | System.String | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| IRISID | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Copyright | System.String | Read only: False | |
| SourceKey | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| WHOReferenceNumber | System.String | Read only: False | |
| Subtitle | System.String | Read only: False | |
| publicationtypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-01-08T18:24:13.8743623Z",
"PublicationDate": "2026-01-08T18:24:13.8743623Z",
"DateCreated": "2026-01-08T18:24:13.8743623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"MetaDescription": "sample string 8",
"Editors": "sample string 9",
"NumberOfPages": 10.0,
"publishingoffices": "8bf8633f-e22f-4f88-8e74-9682ceb24746",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "8116bf38-cf83-404c-9047-dd82a4035aeb",
"events": "f3101133-80c9-4256-bfbc-84e9fd2f13d0",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "6c85a7d1-f402-4fc1-adf0-39574e29db22",
"ISBN": "sample string 19",
"Overview": "sample string 20",
"PhotoStoryNumberOfAdditionalItems": 21.0,
"Highlight": "sample string 22",
"DocumentNumberOfAdditionalItems": 23.0,
"IRISID": "sample string 24",
"MetaTitle": "sample string 25",
"FeatureStoryNumberOfAdditionalItems": 26.0,
"Copyright": "sample string 27",
"SourceKey": "sample string 28",
"sustainabledevelopmentgoals": "217e3e48-910a-41bf-b073-c98b21c7b691",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "f6dd236c-5b3a-4e9d-8d39-5a799e760376",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "97129c9d-d440-4e0e-9680-7fce7ac65ff0",
"departmentaltargets": "1a34b7c6-15a1-493c-8f5b-154f7908e189",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2026-01-08T18:24:13.8743623Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T18:24:13.8743623+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-08T18:24:13.8743623Z",
"PublicationDate": "2026-01-08T18:24:13.8743623Z",
"DateCreated": "2026-01-08T18:24:13.8743623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"MetaDescription": "sample string 8",
"Editors": "sample string 9",
"NumberOfPages": 10.0,
"publishingoffices": "8bf8633f-e22f-4f88-8e74-9682ceb24746",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "8116bf38-cf83-404c-9047-dd82a4035aeb",
"events": "f3101133-80c9-4256-bfbc-84e9fd2f13d0",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "6c85a7d1-f402-4fc1-adf0-39574e29db22",
"ISBN": "sample string 19",
"Overview": "sample string 20",
"PhotoStoryNumberOfAdditionalItems": 21.0,
"Highlight": "sample string 22",
"DocumentNumberOfAdditionalItems": 23.0,
"IRISID": "sample string 24",
"MetaTitle": "sample string 25",
"FeatureStoryNumberOfAdditionalItems": 26.0,
"Copyright": "sample string 27",
"SourceKey": "sample string 28",
"sustainabledevelopmentgoals": "217e3e48-910a-41bf-b073-c98b21c7b691",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "f6dd236c-5b3a-4e9d-8d39-5a799e760376",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "97129c9d-d440-4e0e-9680-7fce7ac65ff0",
"departmentaltargets": "1a34b7c6-15a1-493c-8f5b-154f7908e189",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2026-01-08T18:24:13.8743623Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-08T18:24:13.8743623+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add ActualIrisPublication relation to countryprofiles item.
POST /api/news/countryprofiles({key})/ActualIrisPublication/$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 ActualIrisPublication from countryprofiles item.
DELETE /api/news/countryprofiles({key})/ActualIrisPublication/$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.