November Happy Hour will be moved to Thursday December 5th.
Ive a few queries about the Content Delivery API (which needs some better documentation and examples)
I want to use the Content Delivery API with Find to search for pages of a specific type under a known Parent.
The base API call is: GET /api/episerver/v2.0/search/content
My API call below returns top 5 MyStandardPage pages ordered by PublishDate:
../api/episerver/v2.0/search/content?filter=ContentType/any(t:t eq 'MyStandardPage')&top=5&orderby=startPublish
Queries:
Ive a few queries about the Content Delivery API (which needs some better documentation and examples)
I want to use the Content Delivery API with Find to search for pages of a specific type under a known Parent.
The base API call is: GET /api/episerver/v2.0/search/content
My API call below returns top 5 MyStandardPage pages ordered by PublishDate:
../api/episerver/v2.0/search/content?filter=ContentType/any(t:t eq 'MyStandardPage')&top=5&orderby=startPublish
Queries: