craftcms / element-api

Create a JSON API/Feed for your elements in Craft.
MIT License
498 stars 57 forks source link

Grouping results #131

Closed rgbjay closed 3 years ago

rgbjay commented 4 years ago

Probably a simple answer but, how can we return entries grouped by the month they were posted based on the postDate field?

I am trying to return an endpoint for a blog archive sidebar in a VueJS app.

Thanks in advance.

headerlocation commented 4 years ago

@rgbjay Have you found a solution?

mmikhalko commented 3 years ago

I have the same question, I would like to group entries by the category field that is in the entries

brandonkelly commented 3 years ago

This isn’t possible, and not something we could add. You would need to apply that grouping on the receiving end of the results.