Containers
Retrieves a paginated list of Containers
Returns a list of Container objects based on filtering and pagination parameters. Containers are layout components that define how content is displayed on pages.
get/api/v1/containers
Query parameters
filterstring
Filter containers by title pattern
pageinteger
Page number for pagination (starting from 1)
per_pageinteger
Number of items per page
orderbystring
Field to order results by
directionstring
Sort direction: ASC or DESC
hoststring
Filter containers by host ID
systemboolean
Include system containers in results
archiveboolean
Include archived containers in results
content_typestring
Filter containers by content type ID or variable name
Response
Containers retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.