Forum Discussion

bma's avatar
bma
Mentor
12 years ago

How can I retrieve the detailed description of a blog node by REST API?

After adding a blog node to my community structure, how do I access its "Detailed description" property field via REST call or custom endpoint?

 

Example: Blog Edit Properties dialog

http://snappy-app.com/s/read.php?pass=ddff14a661a369d8d1326abdad3ca19d

 

e.g. /restapi/vc/blogs/id/<blogid> can retrieve the blog's id, forum title, short title, and (short) description.

 

/restapi/vc/blogs/id/<blodid>/settings also indicates that the (short) description is available via "board.description"

 

Is there a setting hidden or otherwise to access the detailed description?

 

Thanks!

Ben

1 Reply

  • Ah, I didn't realize that settings were paginated. "board.description_long" holds the detailed description.