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-05-06T22:22:12.7053724Z",
"PublicationDate": "2026-05-06T22:22:12.7053724Z",
"DateCreated": "2026-05-06T22:22:12.7053724Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "96bfd888-7d1b-41a9-a3ad-5066f411a0de",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "c2afd7f7-cd2f-4cc1-bccd-dad5f8fb4901",
"Content": "sample string 15",
"regionscountries": "e8692d85-8da9-4f1a-ac3b-90d4d0c4324d",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-06T22:22:12.7053724+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-05-06T22:22:12.7053724Z",
"PublicationDate": "2026-05-06T22:22:12.7053724Z",
"DateCreated": "2026-05-06T22:22:12.7053724Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "96bfd888-7d1b-41a9-a3ad-5066f411a0de",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "c2afd7f7-cd2f-4cc1-bccd-dad5f8fb4901",
"Content": "sample string 15",
"regionscountries": "e8692d85-8da9-4f1a-ac3b-90d4d0c4324d",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-06T22:22:12.7053724+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-05-06T22:22:12.7053724Z",
"PublicationDate": "2026-05-06T22:22:12.7053724Z",
"DateCreated": "2026-05-06T22:22:12.7053724Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "001fe5f6-1ec1-4706-b54e-365b8fae52da",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "31d7b180-bcaf-4845-8389-4ec67f03553a",
"Content": "sample string 15",
"regionscountries": "dfb9acba-c3be-4ece-beb8-ef38a0513cc7",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-06T22:22:12.7210676+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": "2a7f349a-c04c-42b3-9427-4835f8b11a4f"
}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-05-06T22:22:12.7210676Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"Title": "sample string 6",
"healthtopics": "b737eb9c-89a9-422d-b688-eb0c96359526",
"MoreInfo": "sample string 8",
"Notes": "sample string 9",
"ReferenceLinks": "sample string 10",
"publishingoffices": "e6ea06d1-c07b-4159-b13b-22abc57a6bf5",
"Content": "sample string 12",
"regionscountries": "2bf168e0-75b7-441d-9c51-dc60f9033456"
}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-05-06T22:22:12.7210676Z",
"PublicationDate": "2026-05-06T22:22:12.7210676Z",
"DateCreated": "2026-05-06T22:22:12.7210676Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"healthtopics": "6f63e0ae-1bdb-442d-af83-1dbbe4f5719f",
"MoreInfo": "sample string 11",
"Notes": "sample string 12",
"ReferenceLinks": "sample string 13",
"publishingoffices": "6f93e225-26b6-4b87-ac0f-38f2bf9fcce3",
"Content": "sample string 15",
"regionscountries": "42de5b43-759e-41cc-9f66-f761de95f3d8",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-06T22:22:12.7210676+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-05-06T22:22:12.7210676Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"Title": "sample string 6",
"healthtopics": "4a7cd785-ecd3-45f3-b35b-2d801b58bd31",
"MoreInfo": "sample string 8",
"Notes": "sample string 9",
"ReferenceLinks": "sample string 10",
"publishingoffices": "d625d771-026a-454c-b626-b8e2653c5652",
"Content": "sample string 12",
"regionscountries": "f8b19727-2917-4389-963a-d46ac35291be"
}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-05-06T22:22:12.7210676Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"Title": "sample string 6",
"healthtopics": "31ace133-bc8d-4ca1-80ff-efaed856d5c7",
"MoreInfo": "sample string 8",
"Notes": "sample string 9",
"ReferenceLinks": "sample string 10",
"publishingoffices": "f3e59fb8-8064-45f0-bbc6-43d1e0b9aca3",
"Content": "sample string 12",
"regionscountries": "2a9e0212-1d82-43e9-975a-0ba27d33235f"
}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-05-06T22:22:12.7210676Z",
"PublicationDate": "2026-05-06T22:22:12.7210676Z",
"DateCreated": "2026-05-06T22:22:12.7210676Z",
"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": "30f717da-ba41-4b0e-96f2-67a6c43a0abb",
"References": "sample string 13",
"healthtopics": "fc26af10-f786-4aeb-8030-54d1033e7323",
"departmentaltargets": "48a329a1-99d7-467e-8770-463b87652f22",
"publishingoffices": "18df00b9-41c4-4175-96d6-6eaca56566ec",
"OpenGraphDescription": "sample string 17",
"MetaDescription": "sample string 18",
"targetaudiences": "626aeb21-6d73-41e6-b781-b8a7036db8e9",
"PublicationDateAndTime": "2026-05-06T22:22:12.7210676Z",
"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": "92ef6988-020a-4be2-8fe3-ec137610a140",
"OpenGraphTitle": "sample string 33",
"MetaTitle": "sample string 34",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-06T22:22:12.7210676+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-05-06T22:22:12.7210676Z",
"PublicationDate": "2026-05-06T22:22:12.7210676Z",
"DateCreated": "2026-05-06T22:22:12.7210676Z",
"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": "30f717da-ba41-4b0e-96f2-67a6c43a0abb",
"References": "sample string 13",
"healthtopics": "fc26af10-f786-4aeb-8030-54d1033e7323",
"departmentaltargets": "48a329a1-99d7-467e-8770-463b87652f22",
"publishingoffices": "18df00b9-41c4-4175-96d6-6eaca56566ec",
"OpenGraphDescription": "sample string 17",
"MetaDescription": "sample string 18",
"targetaudiences": "626aeb21-6d73-41e6-b781-b8a7036db8e9",
"PublicationDateAndTime": "2026-05-06T22:22:12.7210676Z",
"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": "92ef6988-020a-4be2-8fe3-ec137610a140",
"OpenGraphTitle": "sample string 33",
"MetaTitle": "sample string 34",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-06T22:22:12.7210676+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-05-06T22:22:12.7210676Z",
"PublicationDate": "2026-05-06T22:22:12.7210676Z",
"DateCreated": "2026-05-06T22:22:12.7210676Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "b132bd07-5352-43d8-999d-5316afc83e02",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "76b156f5-1bb7-41f7-9c39-421ecbbe832a",
"departmentaltargets": "70fb7610-22c1-4ef9-9a67-6a0eb21aad5a",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-05-06T22:22:12.7210676Z",
"targetaudiences": "a3c62bb7-0cbe-4bf2-9903-5e626fd19b1a",
"targets": "10b5611b-e316-4fe9-af35-a2f4eebd7b24",
"publishingoffices": "6a02a79f-cb7f-4098-99f4-d5240ad61562",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "a504611e-2661-4689-9c95-d49e18fc7a72",
"events": "93194f4e-a074-4659-a6ff-7fed96301b7b",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-06T22:22:12.7210676+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-05-06T22:22:12.7210676Z",
"PublicationDate": "2026-05-06T22:22:12.7210676Z",
"DateCreated": "2026-05-06T22:22:12.7210676Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TerranceAudioUrl": "sample string 8",
"VimeoVideo": "sample string 9",
"multimediatypes": "b132bd07-5352-43d8-999d-5316afc83e02",
"YoutubeVideo": "sample string 11",
"Duration": "sample string 12",
"Summary": "sample string 13",
"regionscountries": "76b156f5-1bb7-41f7-9c39-421ecbbe832a",
"departmentaltargets": "70fb7610-22c1-4ef9-9a67-6a0eb21aad5a",
"Title": "sample string 16",
"PublicationDateAndTime": "2026-05-06T22:22:12.7210676Z",
"targetaudiences": "a3c62bb7-0cbe-4bf2-9903-5e626fd19b1a",
"targets": "10b5611b-e316-4fe9-af35-a2f4eebd7b24",
"publishingoffices": "6a02a79f-cb7f-4098-99f4-d5240ad61562",
"TerranceVideoUrl": "sample string 21",
"healthtopics": "a504611e-2661-4689-9c95-d49e18fc7a72",
"events": "93194f4e-a074-4659-a6ff-7fed96301b7b",
"FacebookVideo": "sample string 24",
"Provider": "sample string 25",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-06T22:22:12.7210676+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-05-06T22:22:12.7210676Z",
"PublicationDate": "2026-05-06T22:22:12.7210676Z",
"DateCreated": "2026-05-06T22:22:12.7210676Z",
"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": "b5bb7995-0dee-4ba7-960d-41512a441df3",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "ae9b8e35-f589-460b-a9a6-e633924e7608",
"events": "ce4668a4-e93f-4061-a0ca-dbae8e331b9a",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "63ba3524-8dae-4470-b61e-ae486d971691",
"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": "49f76f30-b289-4db8-9491-3ad47c6d89c3",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "825d07ac-87ce-4958-98f6-544ca373545b",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "2640c540-8fea-4c10-9e5e-5415bfb39e55",
"departmentaltargets": "b55c2b93-53b4-4864-96c0-d0fc35e9ba3a",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2026-05-06T22:22:12.7210676Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-06T22:22:12.7210676+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-05-06T22:22:12.7210676Z",
"PublicationDate": "2026-05-06T22:22:12.7210676Z",
"DateCreated": "2026-05-06T22:22:12.7210676Z",
"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": "b5bb7995-0dee-4ba7-960d-41512a441df3",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "ae9b8e35-f589-460b-a9a6-e633924e7608",
"events": "ce4668a4-e93f-4061-a0ca-dbae8e331b9a",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "63ba3524-8dae-4470-b61e-ae486d971691",
"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": "49f76f30-b289-4db8-9491-3ad47c6d89c3",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "825d07ac-87ce-4958-98f6-544ca373545b",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "2640c540-8fea-4c10-9e5e-5415bfb39e55",
"departmentaltargets": "b55c2b93-53b4-4864-96c0-d0fc35e9ba3a",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2026-05-06T22:22:12.7210676Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-06T22:22:12.7210676+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-05-06T22:22:12.7210676Z",
"PublicationDate": "2026-05-06T22:22:12.7210676Z",
"DateCreated": "2026-05-06T22:22:12.7210676Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "1e33becf-0776-4986-bffd-de7b1d584ef1",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "455f5ea3-5def-4579-98b7-ac0ddb2d44c7",
"departmentaltargets": "31fbb554-8351-4f6b-92e5-04f5e887ac45",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2026-05-06T22:22:12.7210676Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "95edcdf5-a2fe-48cf-a779-4e7944c3457e",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "71db5f6e-5e0c-4f0a-92e9-aac512d08a4e",
"events": "144e01c3-53a7-4014-9527-2fc05d6d0592",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "12afeeb5-d3ca-4a8c-8842-402d3b1b01f3",
"publishingoffices": "9b863aef-dc7d-41ad-86ae-732720e202f2",
"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-05-06T22:22:12.7210676+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-05-06T22:22:12.7210676Z",
"PublicationDate": "2026-05-06T22:22:12.7210676Z",
"DateCreated": "2026-05-06T22:22:12.7210676Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "1e33becf-0776-4986-bffd-de7b1d584ef1",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "455f5ea3-5def-4579-98b7-ac0ddb2d44c7",
"departmentaltargets": "31fbb554-8351-4f6b-92e5-04f5e887ac45",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2026-05-06T22:22:12.7210676Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "95edcdf5-a2fe-48cf-a779-4e7944c3457e",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "71db5f6e-5e0c-4f0a-92e9-aac512d08a4e",
"events": "144e01c3-53a7-4014-9527-2fc05d6d0592",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "12afeeb5-d3ca-4a8c-8842-402d3b1b01f3",
"publishingoffices": "9b863aef-dc7d-41ad-86ae-732720e202f2",
"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-05-06T22:22:12.7210676+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.