Closed (works as designed)
Project:
JSON:API
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2018 at 15:31 UTC
Updated:
21 Mar 2018 at 20:38 UTC
Jump to comment: Most recent
Comments
Comment #2
arnoldbird commentedI think this doc is relevant: https://www.drupal.org/docs/8/modules/json-api/api-overview
It suggests you can only get items from one bundle at a time.
But what do developers do when they need to get items from all bundles? Create your own custom resource somehow?
Comment #3
arnoldbird commentedMaybe this is what I need to do: https://www.drupal.org/docs/8/api/restful-web-services-api/custom-rest-r...
Comment #4
arnoldbird commentedEven better, perhaps, I can create the resource as a view: http://redcrackle.com/blog/rest-export-views-drupal-8
Comment #5
arnoldbird commented