Returns a set of data items of type publicadvices.
GET /api/news/publicadvices
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 | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| MoreInfo | System.String | Read only: False | |
| Notes | System.String | Read only: False | |
| ReferenceLinks | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| regionscountries | 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-03T14:45:59.3608939Z",
"PublicationDate": "2026-03-03T14:45:59.3608939Z",
"DateCreated": "2026-03-03T14:45:59.3608939Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "c16ca520-7e33-4551-80f9-b8ca7fef1940",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "4db2ed92-6a63-4d0b-b7ef-58055334c087",
"Content": "sample string 15",
"regionscountries": "566fb893-bd4b-4146-b220-fbc863ad8d3d",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.3608939+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T14:45:59.3608939Z",
"PublicationDate": "2026-03-03T14:45:59.3608939Z",
"DateCreated": "2026-03-03T14:45:59.3608939Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "c16ca520-7e33-4551-80f9-b8ca7fef1940",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "4db2ed92-6a63-4d0b-b7ef-58055334c087",
"Content": "sample string 15",
"regionscountries": "566fb893-bd4b-4146-b220-fbc863ad8d3d",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.3608939+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets publicadvices item by id.
GET /api/news/publicadvices({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 | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| MoreInfo | System.String | Read only: False | |
| Notes | System.String | Read only: False | |
| ReferenceLinks | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| regionscountries | 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-03T14:45:59.3608939Z",
"PublicationDate": "2026-03-03T14:45:59.3608939Z",
"DateCreated": "2026-03-03T14:45:59.3608939Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "b11bf7f0-5664-4023-b6cc-fb5cc4d2b9c7",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "2dd84a5e-7f1b-4ef2-a617-84500a2cf6b8",
"Content": "sample string 15",
"regionscountries": "bf23e403-bd84-4100-8e81-7ea57100364e",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.3608939+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from publicadvices item.
GET /api/news/publicadvices({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": "09a984e2-55a8-4b99-b407-f25039d7cd06"
}Creates a publicadvices item.
POST /api/news/publicadvices
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 | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| MoreInfo | System.String | Read only: False | |
| Notes | System.String | Read only: False | |
| ReferenceLinks | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| regionscountries | 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-03T14:45:59.3608939Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"Title": "sample string 6",
"healthtopics": "6bd0f00c-6621-4fed-aecf-cac6382ff398",
"MoreInfo": "sample string 8",
"Notes": "sample string 9",
"ReferenceLinks": "sample string 10",
"publishingoffices": "b458df07-6978-4c24-824f-fb50dea782b5",
"Content": "sample string 12",
"regionscountries": "6285282b-3a94-4845-b14d-2641433567c4"
}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 | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| MoreInfo | System.String | Read only: False | |
| Notes | System.String | Read only: False | |
| ReferenceLinks | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| regionscountries | 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-03T14:45:59.3608939Z",
"PublicationDate": "2026-03-03T14:45:59.3608939Z",
"DateCreated": "2026-03-03T14:45:59.3608939Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "58349bf5-fc5f-410f-b3e3-be5af62d6c34",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "0e1a4269-a524-425e-b483-66d9832aa45f",
"Content": "sample string 15",
"regionscountries": "898dd478-70e5-4a74-b40e-05dabdae608d",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.3608939+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for publicadvices item.
PATCH /api/news/publicadvices({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 | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| MoreInfo | System.String | Read only: False | |
| Notes | System.String | Read only: False | |
| ReferenceLinks | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| regionscountries | 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-03T14:45:59.3608939Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"Title": "sample string 6",
"healthtopics": "4287a297-ffdd-4dfb-9b50-619f91956652",
"MoreInfo": "sample string 8",
"Notes": "sample string 9",
"ReferenceLinks": "sample string 10",
"publishingoffices": "88e489a5-995f-4d78-8e99-7d4f2476af64",
"Content": "sample string 12",
"regionscountries": "665a3569-b9a7-4f1c-bfbb-2bbcb32eca64"
}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 publicadvices item.
PUT /api/news/publicadvices({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 | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| MoreInfo | System.String | Read only: False | |
| Notes | System.String | Read only: False | |
| ReferenceLinks | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| regionscountries | 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-03T14:45:59.3608939Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"Title": "sample string 6",
"healthtopics": "f63b09a2-ee7f-42fb-a04b-57fb035aafd4",
"MoreInfo": "sample string 8",
"Notes": "sample string 9",
"ReferenceLinks": "sample string 10",
"publishingoffices": "d16e2173-ce30-473f-a037-382f3b41e8be",
"Content": "sample string 12",
"regionscountries": "71af7b1f-c10d-4942-9ad3-16a9101966af"
}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 publicadvices item by Id.
DELETE /api/news/publicadvices({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 RelatedQandAGroups from publicadvices item.
GET /api/news/publicadvices({key})/RelatedQandAGroups
| 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 | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Archive | System.Boolean | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| DoNotShowInList | System.Boolean | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| References | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Highlight | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Title | System.String | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-03-03T14:45:59.3608939Z",
"PublicationDate": "2026-03-03T14:45:59.3608939Z",
"DateCreated": "2026-03-03T14:45:59.3608939Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"FeatureStoryNumberOfAdditionalItems": 8.0,
"Archive": true,
"FactSheetNumberOfAdditionalItems": 10.0,
"DoNotShowInList": true,
"sustainabledevelopmentgoals": "578b7ce6-ab6b-43ef-ae5f-03a5e9c43bab",
"References": "sample string 13",
"healthtopics": "e60ac817-1c30-4a52-9ffe-e17c18bd5b0e",
"departmentaltargets": "93b88bb8-8da0-4a73-a3b7-2ce1c0461b79",
"publishingoffices": "d1ae6001-dbf8-4590-a4c6-af2f463b0034",
"OpenGraphDescription": "sample string 17",
"MetaDescription": "sample string 18",
"targetaudiences": "256d4345-baef-447c-9eb6-907302d32caa",
"PublicationDateAndTime": "2026-03-03T14:45:59.3608939Z",
"CommentaryNumberOfAdditionalItems": 21.0,
"EventNumberOfAdditionalItems": 22.0,
"FactFileNumberOfAdditionalItems": 23.0,
"PhotoStoryNumberOfAdditionalItems": 24.0,
"Highlight": "sample string 25",
"Summary": "sample string 26",
"MultimediaNumberOfAdditionalItems": 27.0,
"Title": "sample string 28",
"DocumentNumberOfAdditionalItems": 29.0,
"NewsNumberOfAdditionalItems": 30.0,
"OtherRelated": "sample string 31",
"regionscountries": "68c3a7e8-01f2-4038-b6bc-5125e8804893",
"OpenGraphTitle": "sample string 33",
"MetaTitle": "sample string 34",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.3608939+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T14:45:59.3608939Z",
"PublicationDate": "2026-03-03T14:45:59.3608939Z",
"DateCreated": "2026-03-03T14:45:59.3608939Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"FeatureStoryNumberOfAdditionalItems": 8.0,
"Archive": true,
"FactSheetNumberOfAdditionalItems": 10.0,
"DoNotShowInList": true,
"sustainabledevelopmentgoals": "578b7ce6-ab6b-43ef-ae5f-03a5e9c43bab",
"References": "sample string 13",
"healthtopics": "e60ac817-1c30-4a52-9ffe-e17c18bd5b0e",
"departmentaltargets": "93b88bb8-8da0-4a73-a3b7-2ce1c0461b79",
"publishingoffices": "d1ae6001-dbf8-4590-a4c6-af2f463b0034",
"OpenGraphDescription": "sample string 17",
"MetaDescription": "sample string 18",
"targetaudiences": "256d4345-baef-447c-9eb6-907302d32caa",
"PublicationDateAndTime": "2026-03-03T14:45:59.3608939Z",
"CommentaryNumberOfAdditionalItems": 21.0,
"EventNumberOfAdditionalItems": 22.0,
"FactFileNumberOfAdditionalItems": 23.0,
"PhotoStoryNumberOfAdditionalItems": 24.0,
"Highlight": "sample string 25",
"Summary": "sample string 26",
"MultimediaNumberOfAdditionalItems": 27.0,
"Title": "sample string 28",
"DocumentNumberOfAdditionalItems": 29.0,
"NewsNumberOfAdditionalItems": 30.0,
"OtherRelated": "sample string 31",
"regionscountries": "68c3a7e8-01f2-4038-b6bc-5125e8804893",
"OpenGraphTitle": "sample string 33",
"MetaTitle": "sample string 34",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.3608939+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedQandAGroups relation to publicadvices item.
POST /api/news/publicadvices({key})/RelatedQandAGroups/$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 RelatedQandAGroups from publicadvices item.
DELETE /api/news/publicadvices({key})/RelatedQandAGroups/$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 RelatedMultimedia from publicadvices item.
GET /api/news/publicadvices({key})/RelatedMultimedia
| 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 | |
| TerranceAudioUrl | System.String | Read only: False | |
| VimeoVideo | System.String | Read only: False | |
| multimediatypes | System.Guid | Read only: False | |
| YoutubeVideo | System.String | Read only: False | |
| Duration | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| TerranceVideoUrl | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| FacebookVideo | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-03-03T14:45:59.3608939Z",
"PublicationDate": "2026-03-03T14:45:59.3608939Z",
"DateCreated": "2026-03-03T14:45:59.3608939Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "152342ac-413b-4338-8aa1-c693d40f5c05",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "d6cdd3ca-e9c8-4091-9fd6-757644c0525e",
"departmentaltargets": "df6fd48f-9454-49b5-ae3c-df61e89ba301",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-03T14:45:59.3608939Z",
"targetaudiences": "4de64341-27c6-40fc-99af-82a3ae90d5b6",
"targets": "9c2a2d59-e9c0-4166-957d-dc71b5b059a5",
"publishingoffices": "ad937e71-3bab-4e6c-b838-31267888c900",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "3aabf1e5-8ca9-4498-91c2-bd29ed23b3ed",
"events": "c3b4baee-85ec-4224-8955-cbba08ae66d4",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.3608939+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T14:45:59.3608939Z",
"PublicationDate": "2026-03-03T14:45:59.3608939Z",
"DateCreated": "2026-03-03T14:45:59.3608939Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "152342ac-413b-4338-8aa1-c693d40f5c05",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "d6cdd3ca-e9c8-4091-9fd6-757644c0525e",
"departmentaltargets": "df6fd48f-9454-49b5-ae3c-df61e89ba301",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-03T14:45:59.3608939Z",
"targetaudiences": "4de64341-27c6-40fc-99af-82a3ae90d5b6",
"targets": "9c2a2d59-e9c0-4166-957d-dc71b5b059a5",
"publishingoffices": "ad937e71-3bab-4e6c-b838-31267888c900",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "3aabf1e5-8ca9-4498-91c2-bd29ed23b3ed",
"events": "c3b4baee-85ec-4224-8955-cbba08ae66d4",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.3608939+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedMultimedia relation to publicadvices item.
POST /api/news/publicadvices({key})/RelatedMultimedia/$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 RelatedMultimedia from publicadvices item.
DELETE /api/news/publicadvices({key})/RelatedMultimedia/$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 RelatedPublications from publicadvices item.
GET /api/news/publicadvices({key})/RelatedPublications
| 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-03-03T14:45:59.3608939Z",
"PublicationDate": "2026-03-03T14:45:59.3608939Z",
"DateCreated": "2026-03-03T14:45:59.3608939Z",
"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": "71d0c98e-94b8-4794-9c44-09d4629d377d",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "a4d013d6-fc15-4796-9d91-de4e24316de2",
"events": "075dbdc3-a3ee-4083-bba6-ffbfde45dab5",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "d53d5c99-ae1d-4f7e-86dc-2024a9036738",
"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": "b4526bfc-0cc8-4b84-8294-4ee9beff4e34",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "029cbfda-5e69-43e9-9125-f6dbc274fb1c",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "9ec0812d-ff83-4298-aafe-c96b48ea6fe3",
"departmentaltargets": "9e492de5-15af-4dbb-adce-12504a61dd68",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2026-03-03T14:45:59.3608939Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.3608939+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T14:45:59.3608939Z",
"PublicationDate": "2026-03-03T14:45:59.3608939Z",
"DateCreated": "2026-03-03T14:45:59.3608939Z",
"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": "71d0c98e-94b8-4794-9c44-09d4629d377d",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "a4d013d6-fc15-4796-9d91-de4e24316de2",
"events": "075dbdc3-a3ee-4083-bba6-ffbfde45dab5",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "d53d5c99-ae1d-4f7e-86dc-2024a9036738",
"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": "b4526bfc-0cc8-4b84-8294-4ee9beff4e34",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "029cbfda-5e69-43e9-9125-f6dbc274fb1c",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "9ec0812d-ff83-4298-aafe-c96b48ea6fe3",
"departmentaltargets": "9e492de5-15af-4dbb-adce-12504a61dd68",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2026-03-03T14:45:59.3608939Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.3608939+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedPublications relation to publicadvices item.
POST /api/news/publicadvices({key})/RelatedPublications/$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 RelatedPublications from publicadvices item.
DELETE /api/news/publicadvices({key})/RelatedPublications/$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 RelatedMeetingReports from publicadvices item.
GET /api/news/publicadvices({key})/RelatedMeetingReports
| 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-03-03T14:45:59.3608939Z",
"PublicationDate": "2026-03-03T14:45:59.3608939Z",
"DateCreated": "2026-03-03T14:45:59.3608939Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "0c26e9fb-0c6a-4e91-b4ba-b1ce98b07de4",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "fa13cb00-f6d8-4d78-bf29-1c398c74551a",
"departmentaltargets": "bb86f719-c1c0-407c-8f71-a7495ad5ab05",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2026-03-03T14:45:59.3608939Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "dcdd8664-09de-4be1-9d01-a4486d81754c",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "f5c961e0-5d1b-4ad8-9fa5-f70b86f08f85",
"events": "7b5f7a94-c2ae-4dc2-8c80-6a39a955afd3",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "f77938db-dab6-4e53-a21f-b64e39cf3bc4",
"publishingoffices": "c9eb18f4-147d-4023-954f-a6a0b550ca57",
"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-03-03T14:45:59.3608939+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T14:45:59.3608939Z",
"PublicationDate": "2026-03-03T14:45:59.3608939Z",
"DateCreated": "2026-03-03T14:45:59.3608939Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "0c26e9fb-0c6a-4e91-b4ba-b1ce98b07de4",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "fa13cb00-f6d8-4d78-bf29-1c398c74551a",
"departmentaltargets": "bb86f719-c1c0-407c-8f71-a7495ad5ab05",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2026-03-03T14:45:59.3608939Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "dcdd8664-09de-4be1-9d01-a4486d81754c",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "f5c961e0-5d1b-4ad8-9fa5-f70b86f08f85",
"events": "7b5f7a94-c2ae-4dc2-8c80-6a39a955afd3",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "f77938db-dab6-4e53-a21f-b64e39cf3bc4",
"publishingoffices": "c9eb18f4-147d-4023-954f-a6a0b550ca57",
"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-03-03T14:45:59.3608939+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedMeetingReports relation to publicadvices item.
POST /api/news/publicadvices({key})/RelatedMeetingReports/$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 RelatedMeetingReports from publicadvices item.
DELETE /api/news/publicadvices({key})/RelatedMeetingReports/$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.