How to export content news via API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello experts,
We have a request to export content news via API.
When I examine the body of a content news, even though the record can be edited in the table (sn_cd_content_base_list)
The body of the content news is saved in sn_cd_content_news table.
It seems it is saved in the rich content html column:
Can you give advice on how to pull that data via via like table rest api?
I am new to content news so I am also not sure on the approach.
Regards,
Vaine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Can you share the API URI & Headers you are using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello,
As I've mentioned I am fairly new to content news and as well with APIs so currently I am investigating with rest api explorer.
This is the current URI that I am checking:
GET https://devxxxxxx.service-now.com/api/now/table/sn_cd_content_news?sysparm_fields=sys_id%2Csubheadli...
This is the current headers and response:
As you could see the html tags are included. Please let me know what to do so that I could have my content not include the html tags.
Or any form of advice is appreciated, thank you,
Regards,
Vaine

