v1
latestOpenAPI 3.0.02026-07-143014.8 KBPages
Get all CMS pages by Content Type
Gets data from all pages of a given Content Type.
get/_v/cms/api/{builderId}/{content-type}
Path parameters
builderIdstring required
Example:faststore
Builder ID specified in the settings of the CMS app.
content-typestring required
Example:plp
Content Type identifier defined in the FastStore project.
Query parameters
versionIdstring
Example:e7263fc8-bc68-4052-9e25-dd5a2572d3bb
Version ID presented in the URL path of a CMS preview.
releaseIdstring
Example:6196c277c6dce15f9709a2a7
Release ID presented in the URL path of a CMS preview.
filters[{field}]string
Example:published
Filter results by a property of the page (e.g., filters[status]) or by a nested custom field of the parameters object (e.g., filters[parameters.collection.sort]). Replace {field} with the desired property.
Response
OK