November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
This works for me on a new site, via Postman:
api/episerver/v3.0/search/content?filter=ContentType/any(t:t eq 'StandardPage')
Just making sure, you've got the Content Delivery Search API package installed?
I can call https://mysite.com/api/episerver/v2.0/site?expand=* and return data. I'm trying to use the search end point to pull the start pages, to start off with:
https://mysite.com/api/episerver/v2.0/search/content?filter=ContentType/any(t:t eq 'Start Page')
I tried multiple content types. "Start Page", "Start", "Root Page", and custom page types. They all return 404. Any idea what I'm doing wrong here?