Skip to main content

The quote object represents a section of referenced text from an external source.

Properties

Name Type Format Description
text string   The quote text.
source string   The source of the quote.

Example

JavaScript
ContensisClient.entries.get('<entry_id>').then(function (entry) {
    console.log(entry.myQuote.text);
    console.log(entry.myQuote.source);
});

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request