Start a conversation

Articles

  • Liquid Content™ APIs

    About Liquid Content™ (Structured Content) APIs Liquid Content™ (Structured Content) APIs The Liquid Content™ (Structured Content) APIs expose the content types and content items in a site. Different ...

  • Liquid Content™ Microservice

    Overview Liquid Content™ is a structured content microservice that manages content items or pieces of content that can be presented in any context, such as a webpage or a native mobile app.   Prerequi...

  • API Responses to GET

    About Liquid Content™ API Responses to GET Requests A Liquid Content API GET request can return either a JSON structure stored the body of the response or an error. Different factors affect the conten...

  • Examples: Liquid Content APIs

    Examples: Liquid Content APIs The following examples use the Liquid Content™ (Structured Content) APIs. Build an Alexa Skill that Connects an Amazon Echo to Liquid Content I developed an Alexa Skill t...

  • Content Type Fields for POST and PUT

    About Liquid Content™ Content Type Fields for POST and PUT APIs The JSON structure in the body of the POST request requires a fields array, and each field in the content type is defined as a node in t...

  • Content Items

    About Liquid Content™ Content Item APIs Content Item APIs GET Content Items returns a list of content items that match the query. GET Content Items with ID returns the specific content item with the s...

  • Content Types

    About Liquid Content™ Content Type APIs Content Type APIs GET Content Types returns a list of content types that match the query. GET Content Types with ID returns the specific content type with the s...

  • PublishedContent Items

    About Liquid Content™ Published Content Item APIs Published Content Item APIs GET Published Content Items returns a list of published content items that match the query. GET Published Content Items wi...

  • Visualizer Templates: Conditional operations using if/else

    Overview  In this article, we will manipulate a visualizer using conditional statements that will serve as a working sample for template designers.  Objective Create a list Visualizer template where t...

  • Sorting Arrays by Properties in the Template Editor for Visualizers

    Overview Originally, the arrays in the template editor for visualizers are sorted alphabetically. This article shares the process of sorting them by properties.   Process Log into your DNN instance. G...