Start a conversation

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 actions require different data in different components of the web request.

Content Types

  HTTP Method URL Query Body
To get multiple content types using a filter GET  
  • maxitems
  • and other filters
 
To get a specific content type GET ID of content type to get    
To create a content type POST    
  • name
  • icon
  • description
  • fields
  • properties
To update a specific content type PUT ID of content type to update   fields to update
To delete a specific content type DELETE ID of content type to delete    

Content Items

  HTTP Method URL Query Body
To get multiple content items using a filter GET  
  • contentTypeId
  • maxitems
  • and other filters
 
To get a specific content item GET ID of content item to get    
To create a content item POST   publish
  • contentTypeId
  • name
  • description
  • fields
  • properties
To update a specific content item PUT ID of content item to update publish fields to update
To delete a specific content item DELETE ID of content item to delete    
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments