Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch several entities in a single request #11

Open
caalle opened this issue Jun 14, 2016 · 2 comments
Open

Fetch several entities in a single request #11

caalle opened this issue Jun 14, 2016 · 2 comments

Comments

@caalle
Copy link

caalle commented Jun 14, 2016

How would a request to fetch several entities based on a list of primary keys look like?

Example:

  • .../foo/1,4,5
  • .../foo?id=1,4,5
  • .../foo?primary_key=1,4,5
@caalle
Copy link
Author

caalle commented Jun 14, 2016

After discussion we decided on:

    .../foo?primary_key=1,4,5,12

@gnewton
Copy link
Contributor

gnewton commented Jun 14, 2016

Documentation needs to be updated in several places also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants