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-24T16:44:38.8868378Z",
"PublicationDate": "2026-03-24T16:44:38.8868378Z",
"DateCreated": "2026-03-24T16:44:38.8868378Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "e9ca7281-65bc-4553-a373-2dbbed1286bf",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "251d5445-8e93-4590-8184-46c7b489cebe",
"Content": "sample string 15",
"regionscountries": "682b212e-372b-4fcc-a977-a2c8a84aa38a",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-24T16:44:38.8868378+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-24T16:44:38.8868378Z",
"PublicationDate": "2026-03-24T16:44:38.8868378Z",
"DateCreated": "2026-03-24T16:44:38.8868378Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "e9ca7281-65bc-4553-a373-2dbbed1286bf",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "251d5445-8e93-4590-8184-46c7b489cebe",
"Content": "sample string 15",
"regionscountries": "682b212e-372b-4fcc-a977-a2c8a84aa38a",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-24T16:44:38.8868378+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-24T16:44:38.8868378Z",
"PublicationDate": "2026-03-24T16:44:38.8868378Z",
"DateCreated": "2026-03-24T16:44:38.8868378Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "8f406653-5c18-4d98-ba3b-d5586fae080f",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "1ecc706b-f321-49a1-a614-ffde2923d1d1",
"Content": "sample string 15",
"regionscountries": "ad7feb57-ec76-4d39-9deb-265af346272f",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-24T16:44:38.8868378+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": "583a857d-7ab2-430b-a936-5945a9d74f3e"
}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-24T16:44:38.8868378Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"Title": "sample string 6",
"healthtopics": "9c950e1f-c823-447a-ae43-bdc40aab35ff",
"MoreInfo": "sample string 8",
"Notes": "sample string 9",
"ReferenceLinks": "sample string 10",
"publishingoffices": "c52f4461-f21a-427a-8855-8c3840208831",
"Content": "sample string 12",
"regionscountries": "77704931-e007-4f3b-8e2a-b7c3c140185e"
}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-24T16:44:38.8868378Z",
"PublicationDate": "2026-03-24T16:44:38.8868378Z",
"DateCreated": "2026-03-24T16:44:38.8868378Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "8b7f0865-5e6d-40cb-80c5-45499fa2d4e4",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "47cce9eb-f1aa-4b6c-9e16-912b1a59ea04",
"Content": "sample string 15",
"regionscountries": "b4ce5e01-0db7-464f-8dfe-7b3bd8e0ee9c",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-24T16:44:38.8868378+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-24T16:44:38.8868378Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"Title": "sample string 6",
"healthtopics": "2318b0fd-921e-4b74-96ff-e410e37cceca",
"MoreInfo": "sample string 8",
"Notes": "sample string 9",
"ReferenceLinks": "sample string 10",
"publishingoffices": "5f3fa6e8-78ea-4a22-a0d9-81ce07c8f783",
"Content": "sample string 12",
"regionscountries": "58190dcb-359e-45da-b240-a37d4cae941a"
}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-24T16:44:38.8868378Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"Title": "sample string 6",
"healthtopics": "a333a562-6bc1-4d78-93d2-8ffb08bca4f4",
"MoreInfo": "sample string 8",
"Notes": "sample string 9",
"ReferenceLinks": "sample string 10",
"publishingoffices": "35c37d54-de30-4afe-a577-40b4a7936bfe",
"Content": "sample string 12",
"regionscountries": "45487d54-a12a-419e-b3e3-15f80b7daca8"
}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-24T16:44:38.8868378Z",
"PublicationDate": "2026-03-24T16:44:38.8868378Z",
"DateCreated": "2026-03-24T16:44:38.8868378Z",
"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": "93dcea9c-89ef-40ac-a947-aea08277db6b",
"References": "sample string 13",
"healthtopics": "6c17943c-91d5-456a-bce9-1b8f5c9eef3d",
"departmentaltargets": "f4eef038-b2ea-4a06-80d9-fbe8c47fa220",
"publishingoffices": "09c21705-ab46-479f-85a0-60b6242fab82",
"OpenGraphDescription": "sample string 17",
"MetaDescription": "sample string 18",
"targetaudiences": "0b76cccc-c4a4-47c5-809d-73b71747512b",
"PublicationDateAndTime": "2026-03-24T16:44:38.8868378Z",
"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": "b45d1117-c6ea-4a1c-b707-f896a147fa81",
"OpenGraphTitle": "sample string 33",
"MetaTitle": "sample string 34",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-24T16:44:38.8868378+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-24T16:44:38.8868378Z",
"PublicationDate": "2026-03-24T16:44:38.8868378Z",
"DateCreated": "2026-03-24T16:44:38.8868378Z",
"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": "93dcea9c-89ef-40ac-a947-aea08277db6b",
"References": "sample string 13",
"healthtopics": "6c17943c-91d5-456a-bce9-1b8f5c9eef3d",
"departmentaltargets": "f4eef038-b2ea-4a06-80d9-fbe8c47fa220",
"publishingoffices": "09c21705-ab46-479f-85a0-60b6242fab82",
"OpenGraphDescription": "sample string 17",
"MetaDescription": "sample string 18",
"targetaudiences": "0b76cccc-c4a4-47c5-809d-73b71747512b",
"PublicationDateAndTime": "2026-03-24T16:44:38.8868378Z",
"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": "b45d1117-c6ea-4a1c-b707-f896a147fa81",
"OpenGraphTitle": "sample string 33",
"MetaTitle": "sample string 34",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-24T16:44:38.8868378+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-24T16:44:38.8868378Z",
"PublicationDate": "2026-03-24T16:44:38.8868378Z",
"DateCreated": "2026-03-24T16:44:38.8868378Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "429f420b-9e38-4319-9963-110700ae6601",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "51ce0b49-2dc4-4ab5-b611-a10564a20d04",
"departmentaltargets": "4effbcbe-364a-4741-b484-f2486738d37a",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-24T16:44:38.8868378Z",
"targetaudiences": "05e813d7-a6d5-40fd-a653-d32742a9e24b",
"targets": "70f9753f-a9d5-445e-a627-1a93836eacc5",
"publishingoffices": "b6d00010-b3fe-42a0-b02d-b3ca49456991",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "929cbb42-f7ad-4ea0-91e8-276d078d628d",
"events": "a7f7b4a7-1327-4be3-8e19-83883b5d71c2",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-24T16:44:38.8868378+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-24T16:44:38.8868378Z",
"PublicationDate": "2026-03-24T16:44:38.8868378Z",
"DateCreated": "2026-03-24T16:44:38.8868378Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "429f420b-9e38-4319-9963-110700ae6601",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "51ce0b49-2dc4-4ab5-b611-a10564a20d04",
"departmentaltargets": "4effbcbe-364a-4741-b484-f2486738d37a",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-03-24T16:44:38.8868378Z",
"targetaudiences": "05e813d7-a6d5-40fd-a653-d32742a9e24b",
"targets": "70f9753f-a9d5-445e-a627-1a93836eacc5",
"publishingoffices": "b6d00010-b3fe-42a0-b02d-b3ca49456991",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "929cbb42-f7ad-4ea0-91e8-276d078d628d",
"events": "a7f7b4a7-1327-4be3-8e19-83883b5d71c2",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-24T16:44:38.8868378+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-24T16:44:38.8868378Z",
"PublicationDate": "2026-03-24T16:44:38.8868378Z",
"DateCreated": "2026-03-24T16:44:38.8868378Z",
"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": "80d4b885-c242-4bc8-9c28-b7a4e18530c5",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "faa42b73-1996-46d8-a065-e36ff320741b",
"events": "33955603-61fa-4cd2-bb5d-fce92258db2f",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "f8fbe7f5-1ebe-4dcc-b219-445fb85b4eeb",
"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": "22f1423e-f03e-4a36-ad79-b1b0db63ef4f",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "c28666e3-f08d-44e0-b5f2-7d962c8d8ed3",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "8c1cab80-8011-459a-aa92-dd30c3a9a6c6",
"departmentaltargets": "fc16cd15-3abc-44a6-b209-71241234e730",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2026-03-24T16:44:38.8868378Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-24T16:44:38.8868378+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-24T16:44:38.8868378Z",
"PublicationDate": "2026-03-24T16:44:38.8868378Z",
"DateCreated": "2026-03-24T16:44:38.8868378Z",
"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": "80d4b885-c242-4bc8-9c28-b7a4e18530c5",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "faa42b73-1996-46d8-a065-e36ff320741b",
"events": "33955603-61fa-4cd2-bb5d-fce92258db2f",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "f8fbe7f5-1ebe-4dcc-b219-445fb85b4eeb",
"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": "22f1423e-f03e-4a36-ad79-b1b0db63ef4f",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "c28666e3-f08d-44e0-b5f2-7d962c8d8ed3",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "8c1cab80-8011-459a-aa92-dd30c3a9a6c6",
"departmentaltargets": "fc16cd15-3abc-44a6-b209-71241234e730",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2026-03-24T16:44:38.8868378Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-24T16:44:38.8868378+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-24T16:44:38.8868378Z",
"PublicationDate": "2026-03-24T16:44:38.8868378Z",
"DateCreated": "2026-03-24T16:44:38.8868378Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "68f45e37-1bc6-4b74-9280-61bca29265f6",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "dccbcdbc-bb2b-46c4-8eeb-842f2d58bf21",
"departmentaltargets": "e4359eb1-bf4f-4f88-9485-581f088aca93",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2026-03-24T16:44:38.8868378Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "36a31f5a-47b9-422f-b15b-b70dd5d37be8",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "d6eae070-5d48-4891-a1b5-94be93320b35",
"events": "4517a9c0-86ae-4bed-b6af-cebcf574bd7f",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "88360fcc-6225-43ee-b2a3-0fae54b202f0",
"publishingoffices": "c4d20f8f-c4d0-4951-a51b-671b823ba03a",
"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-24T16:44:38.8868378+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-24T16:44:38.8868378Z",
"PublicationDate": "2026-03-24T16:44:38.8868378Z",
"DateCreated": "2026-03-24T16:44:38.8868378Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "68f45e37-1bc6-4b74-9280-61bca29265f6",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "dccbcdbc-bb2b-46c4-8eeb-842f2d58bf21",
"departmentaltargets": "e4359eb1-bf4f-4f88-9485-581f088aca93",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2026-03-24T16:44:38.8868378Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "36a31f5a-47b9-422f-b15b-b70dd5d37be8",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "d6eae070-5d48-4891-a1b5-94be93320b35",
"events": "4517a9c0-86ae-4bed-b6af-cebcf574bd7f",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "88360fcc-6225-43ee-b2a3-0fae54b202f0",
"publishingoffices": "c4d20f8f-c4d0-4951-a51b-671b823ba03a",
"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-24T16:44:38.8868378+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.