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": "2025-12-10T02:41:18.1678623Z",
"PublicationDate": "2025-12-10T02:41:18.1678623Z",
"DateCreated": "2025-12-10T02:41:18.1678623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "8463ee8d-fc4e-42f0-943b-ac795e205214",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "f777f986-d318-4d3b-9d79-20b4a01ffbf8",
"Content": "sample string 15",
"regionscountries": "e69086be-85d2-4dc0-83ef-9e62e229b350",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T02:41:18.1678623+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-10T02:41:18.1678623Z",
"PublicationDate": "2025-12-10T02:41:18.1678623Z",
"DateCreated": "2025-12-10T02:41:18.1678623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "8463ee8d-fc4e-42f0-943b-ac795e205214",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "f777f986-d318-4d3b-9d79-20b4a01ffbf8",
"Content": "sample string 15",
"regionscountries": "e69086be-85d2-4dc0-83ef-9e62e229b350",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T02:41:18.1678623+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": "2025-12-10T02:41:18.1678623Z",
"PublicationDate": "2025-12-10T02:41:18.1678623Z",
"DateCreated": "2025-12-10T02:41:18.1678623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "9c02d8ec-4e82-4d3f-a959-763730f9c466",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "76e22f48-7c97-4894-b33f-f0c0be1c5442",
"Content": "sample string 15",
"regionscountries": "cce7e9ff-7dde-4e4e-a20f-988bb65c22d0",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T02:41:18.1678623+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": "3b3324cd-e110-4c07-ae4c-5151cbf34d1d"
}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": "2025-12-10T02:41:18.1678623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"Title": "sample string 6",
"healthtopics": "06cdf5c0-072b-4ffd-86ec-39992c6b7527",
"MoreInfo": "sample string 8",
"Notes": "sample string 9",
"ReferenceLinks": "sample string 10",
"publishingoffices": "435d17c0-0257-49c3-b248-25392767dc63",
"Content": "sample string 12",
"regionscountries": "2cdffc75-3495-4047-a485-4284e65ae283"
}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": "2025-12-10T02:41:18.1678623Z",
"PublicationDate": "2025-12-10T02:41:18.1678623Z",
"DateCreated": "2025-12-10T02:41:18.1678623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "8c4d22b7-5c44-4b81-9262-33ac5392b09b",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "1c6edc5b-418d-4257-bd93-3b7948d07327",
"Content": "sample string 15",
"regionscountries": "ce7b99d2-f8b6-4a13-9031-828300ec4106",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T02:41:18.1678623+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": "2025-12-10T02:41:18.1678623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"Title": "sample string 6",
"healthtopics": "78980847-bf15-42fb-a3bd-bd8f027ca9a2",
"MoreInfo": "sample string 8",
"Notes": "sample string 9",
"ReferenceLinks": "sample string 10",
"publishingoffices": "1be17bb2-ea38-44c0-9ca3-b349bf844f2f",
"Content": "sample string 12",
"regionscountries": "78aeb09f-86aa-4163-8b94-1c323bbe660e"
}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": "2025-12-10T02:41:18.1678623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"Title": "sample string 6",
"healthtopics": "4d626c31-1ca2-4809-94aa-bdd33211a129",
"MoreInfo": "sample string 8",
"Notes": "sample string 9",
"ReferenceLinks": "sample string 10",
"publishingoffices": "3f0b695f-1989-4c8d-9751-8f435e26ff71",
"Content": "sample string 12",
"regionscountries": "881c2219-dac7-4af1-9513-26395e84d3b3"
}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": "2025-12-10T02:41:18.1678623Z",
"PublicationDate": "2025-12-10T02:41:18.1678623Z",
"DateCreated": "2025-12-10T02:41:18.1678623Z",
"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": "cdb3481c-5222-4ed9-b8a3-3ea25c63440f",
"References": "sample string 13",
"healthtopics": "0e12593f-b775-4a48-960b-8add1ebfa6f9",
"departmentaltargets": "a7be1fc9-c8eb-461c-957a-a4bbe9abdaf5",
"publishingoffices": "ed8557d9-a018-45eb-a2fb-60e5b3cd1284",
"OpenGraphDescription": "sample string 17",
"MetaDescription": "sample string 18",
"targetaudiences": "2815d1b2-ed28-4ce5-a8e1-5f0cdd9731a4",
"PublicationDateAndTime": "2025-12-10T02:41:18.1678623Z",
"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": "ce16827e-493e-4d24-8d73-4ed70fe0af16",
"OpenGraphTitle": "sample string 33",
"MetaTitle": "sample string 34",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T02:41:18.1678623+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-10T02:41:18.1678623Z",
"PublicationDate": "2025-12-10T02:41:18.1678623Z",
"DateCreated": "2025-12-10T02:41:18.1678623Z",
"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": "cdb3481c-5222-4ed9-b8a3-3ea25c63440f",
"References": "sample string 13",
"healthtopics": "0e12593f-b775-4a48-960b-8add1ebfa6f9",
"departmentaltargets": "a7be1fc9-c8eb-461c-957a-a4bbe9abdaf5",
"publishingoffices": "ed8557d9-a018-45eb-a2fb-60e5b3cd1284",
"OpenGraphDescription": "sample string 17",
"MetaDescription": "sample string 18",
"targetaudiences": "2815d1b2-ed28-4ce5-a8e1-5f0cdd9731a4",
"PublicationDateAndTime": "2025-12-10T02:41:18.1678623Z",
"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": "ce16827e-493e-4d24-8d73-4ed70fe0af16",
"OpenGraphTitle": "sample string 33",
"MetaTitle": "sample string 34",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T02:41:18.1678623+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": "2025-12-10T02:41:18.1678623Z",
"PublicationDate": "2025-12-10T02:41:18.1678623Z",
"DateCreated": "2025-12-10T02:41:18.1678623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "ffa7568c-9ac8-48cb-9c0e-538a0cbc12a4",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "aef193ac-c33e-4ef1-a69f-2c552435cd22",
"departmentaltargets": "8cdda064-56f3-451b-880d-b76c2eacbe7d",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-12-10T02:41:18.1678623Z",
"targetaudiences": "48b24c6b-5d29-497e-b3c1-89db8d9d04a0",
"targets": "6975e4f0-2e4c-459c-9148-a08b440b63f6",
"publishingoffices": "0ede3c32-57ef-478b-8978-3db3b86614e8",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "f942f34d-ab97-4ca7-9b63-cf0aae865d06",
"events": "a1c7bd89-3b7a-4c6c-b574-5486797915de",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T02:41:18.1678623+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-10T02:41:18.1678623Z",
"PublicationDate": "2025-12-10T02:41:18.1678623Z",
"DateCreated": "2025-12-10T02:41:18.1678623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "ffa7568c-9ac8-48cb-9c0e-538a0cbc12a4",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "aef193ac-c33e-4ef1-a69f-2c552435cd22",
"departmentaltargets": "8cdda064-56f3-451b-880d-b76c2eacbe7d",
"Title": "sample string 16",
"PublicationDateAndTime": "2025-12-10T02:41:18.1678623Z",
"targetaudiences": "48b24c6b-5d29-497e-b3c1-89db8d9d04a0",
"targets": "6975e4f0-2e4c-459c-9148-a08b440b63f6",
"publishingoffices": "0ede3c32-57ef-478b-8978-3db3b86614e8",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "f942f34d-ab97-4ca7-9b63-cf0aae865d06",
"events": "a1c7bd89-3b7a-4c6c-b574-5486797915de",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T02:41:18.1678623+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": "2025-12-10T02:41:18.1678623Z",
"PublicationDate": "2025-12-10T02:41:18.1678623Z",
"DateCreated": "2025-12-10T02:41:18.1678623Z",
"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": "e1641eb6-4614-4a1b-bc67-b4375c065027",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "844fea14-ce44-47f3-8f53-c62fa7813501",
"events": "eb23be67-2fd2-4e1d-9c43-0f85f8a8b62f",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "65297f4b-c504-436e-b022-a094f0ab02bf",
"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": "97bb1fc8-aad0-46d2-a972-3e7d93bf997d",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "19fcf7c6-ffca-4380-8f6c-03c5b94fcd28",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "b85ef743-a570-46e7-8264-e966fa62f650",
"departmentaltargets": "071053cb-6456-42fd-9f38-36131b4c8749",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2025-12-10T02:41:18.1678623Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T02:41:18.1678623+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-10T02:41:18.1678623Z",
"PublicationDate": "2025-12-10T02:41:18.1678623Z",
"DateCreated": "2025-12-10T02:41:18.1678623Z",
"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": "e1641eb6-4614-4a1b-bc67-b4375c065027",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "844fea14-ce44-47f3-8f53-c62fa7813501",
"events": "eb23be67-2fd2-4e1d-9c43-0f85f8a8b62f",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "65297f4b-c504-436e-b022-a094f0ab02bf",
"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": "97bb1fc8-aad0-46d2-a972-3e7d93bf997d",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "19fcf7c6-ffca-4380-8f6c-03c5b94fcd28",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "b85ef743-a570-46e7-8264-e966fa62f650",
"departmentaltargets": "071053cb-6456-42fd-9f38-36131b4c8749",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2025-12-10T02:41:18.1678623Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T02:41:18.1678623+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": "2025-12-10T02:41:18.1678623Z",
"PublicationDate": "2025-12-10T02:41:18.1678623Z",
"DateCreated": "2025-12-10T02:41:18.1678623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "f0a16b5e-0be4-448a-b66b-eedd3bd47e3e",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "135f29e0-debd-492c-8489-788cda3edf1f",
"departmentaltargets": "f8014f09-799b-4d52-9cec-ad169dda6858",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2025-12-10T02:41:18.1678623Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "2bc7b04b-c956-4708-9150-b24b8062a0f7",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "e92ae234-376d-4a4d-b7e3-79887be933f4",
"events": "9a8ff363-1ec3-48da-904c-76675ff1fef2",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "74eef95b-ac86-4693-9811-77af22c71db1",
"publishingoffices": "f8505cb8-0181-4a91-8858-7ff9f6498683",
"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": "2025-12-10T02:41:18.1678623+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-10T02:41:18.1678623Z",
"PublicationDate": "2025-12-10T02:41:18.1678623Z",
"DateCreated": "2025-12-10T02:41:18.1678623Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "f0a16b5e-0be4-448a-b66b-eedd3bd47e3e",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "135f29e0-debd-492c-8489-788cda3edf1f",
"departmentaltargets": "f8014f09-799b-4d52-9cec-ad169dda6858",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2025-12-10T02:41:18.1678623Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "2bc7b04b-c956-4708-9150-b24b8062a0f7",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "e92ae234-376d-4a4d-b7e3-79887be933f4",
"events": "9a8ff363-1ec3-48da-904c-76675ff1fef2",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "74eef95b-ac86-4693-9811-77af22c71db1",
"publishingoffices": "f8505cb8-0181-4a91-8858-7ff9f6498683",
"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": "2025-12-10T02:41:18.1678623+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.