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

Filtering collection elements? #6

Open
cen1 opened this issue Apr 19, 2018 · 0 comments
Open

Filtering collection elements? #6

cen1 opened this issue Apr 19, 2018 · 0 comments

Comments

@cen1
Copy link

cen1 commented Apr 19, 2018

I am not 100% about this feature but perhaps it should be possible to filter the collection elements.

{
    "id": "8017e184-fff6-41b3-b4c8-35f55af42d97",
    "collections": [
        {
            "id": "b2ed6074-9512-4f75-9c4c-0943dcaebf1b",
            "createdAt": "2018-04-11T08:02:23.490246Z",
            "updatedAt": "2018-04-11T08:02:23.490246Z"
       }
   ]
}

?jsonFields=collections.id

{
    "id": "8017e184-fff6-41b3-b4c8-35f55af42d97",
    "collections": [
        {
            "id": "b2ed6074-9512-4f75-9c4c-0943dcaebf1b"
       }
   ]
}
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

1 participant