Hi all,
is it possible to retrieve the following properties of a document in Content Server via an API call?
- Best Bets Value
- Best Bets Expiry
These two properties are displayed in the "General" properties tab of a document. You can get most of the general properties via the Content Server REST API endpoint
/v2/nodes/{id}
but unfortunately not the Best Bets properties. Is there another API which retrieves this information?
Thank you very much for your help!