Retrieves a list of content types
Returns a list of content type objects based on the filtering criteria.
Query parameters
String to filter/search for specific content types; leave blank to return all.
Page number in response pagination.
Default: 1
Number of results per page for pagination.
Default: 10
Column(s) to sort the results. Multiple columns can be combined in a comma-separated list. Column names can also be set within a SQL string function, such as upper().
Some possible values:
name, velocity_var_name, mod_date, sort_order
description, structuretype, category, inode
Sort direction: choose between ascending or descending.
Variable name of base content type.
Filter by site identifier.
Multi-site filter: Takes comma-separated list of site identifiers or keys.
Guarantee Content Types to be included in the response: Comma-separated content type keys (e.g. activity, blog, product).
Response
Content types retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.