0

Using url to export data

Hi,

I've been using the following URL to export data from our forum to CSV. 

https://<our site>/api/2/posts?fields=postKey,postedOn,title,postStatus,likeCount,url&categoryLink=<our site and category>&postType=topics&limit=1000&output=csv

It all works great, but I also want the content of the post as well as the title.

Can someone tell me the field name to add to the list (postKey,postedOn,title,postStatus,likeCount,url) to return the content of the post along with the other information?

Thanks,

Ian

1 reply

null
    • Forumbee
    • 2 yrs ago
    • Reported - view

    Hi Ian Macdonald , thanks for your question! The field name you are looking for is called "text" (which is the raw HTML of the post) or "textPlain" (text-only version of the post). 

Content aside

  • Status Answered
  • 2 yrs agoLast active
  • 1Replies
  • 52Views
  • 2 Following