I see how to request a record by id.
Is there any way to search on slug? This is what I really want to do.
Thanks!
Why can't you just do a standard query against CDA?
/spaces/[space_id]/entries?fields.slug=[my_slug]
If you use the SDK , you can also do
this.contentfulClient.getEntries({ content_type: 'YOUR_CONTENT_KEY', 'fields.slug[in]': 'THE_SLUG_YOU_ARE_LOOKING_FOR', })
Source: https://habr.com/ru/post/1258780/More articles:AppBarLayout ScrollingViewBehavior gives me the error "java.lang.RuntimeException: this graph contains circular dependencies" - androidProblems installing NativeScript - nativescriptProfiling Java applications with DTrace on macOS - javaHow to use FirebaseUI to authenticate Google in iOS in Swift? - iosSubscribing to a nested observable - angularCSRF Token Test Request for Play 2.5 (Scala) - scalaMocking and dependent injection in C ++ - c ++Testing scala Play controllers (2.2.1) with CSRF protection - scalaDoes Go use DNS queries? - cachingReact Router - BrowserHistory.Push VS. ContextTypes - javascriptAll Articles