Closed luispabon closed 7 years ago
Thanks for reporting the bugs @luispabon! I will take a look at the issues and try to fix them soon.
:+1:
@luispabon Please try the following -
/pages?include=page&fields[page]=slug,image&fields[pages]page,title
Cleaning up some issues.
GET http://localhost:17000/api/pages?include=page.slug,page,title,page.image
I suppose you intended: page.title
instead of page,title
:
-page.slug,page,title,page.image
+page.slug,page.title,page.image
Use this:
/pages?include=page&fields[page]=slug,image&fields[pages]=page,title
GET http://localhost:17000/api/pages?include=page.slug,page,title,page.image