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 |
|
||
| To get a specific content type | GET | ID of content type to get | ||
| To create a content type | POST |
|
||
| 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 |
|
||
| To get a specific content item | GET | ID of content item to get | ||
| To create a content item | POST | publish |
|
|
| 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 |
- About Liquid Content™ Content Type APIs
- About Liquid Content™ Content Item APIs
- About Liquid Content™ Published Content Item APIs
- About Liquid Content™ API Responses to GET Requests
- About Liquid Content™ Content Type Fields for POST and PUT APIs
Priyanka Bhotika
Comments