Page
Search pages by path
Returns all pages whose path matches the given filter. If the path starts with '//', the segment after the double-slash is treated as the site name for filtering. Results can be filtered to live versions only and/or pages from live sites only.
get/api/v1/page/search
Query parameters
pathstring required
Path to filter pages by; prefix with '//' to include site name (e.g., '//demo.dotcms.com/about')
liveboolean
If true, return only live versions; if false, return both live and working versions
onlyLiveSitesboolean
If true, filter results to only include pages from live sites
Response
Pages matching the search criteria
Changes
No recorded changes to this endpoint across all 1 revision of this API.