Skip to main content

Hello, community!

I’m currently working with board items using the

`GET https://api.miro.com/v2/boards/{board_id}/items` endpoint

and am wondering if there’s a query parameter available to sort these items by group (using the group ID). 

Sorting by group would be incredibly helpful for my use case, as the `Get groups` endpoint doesn’t quite meet my needs.

Thanks in advance for any insights!

Vas

Hi @vkoko

Unfortunately, get items endpoint only allows you to filter by item type, as of now. I can see how being able to filter by groupID would be very helpful though. 

I’ve added it as feedback for our product team. 

Thanks so much for your feedback as it’s invaluable for us to help build a better platform for developers. 


@vkoko 

Have you tried using tags instead? I’m not quite sure what your use case is, but you could define different tags, add those tags to certain items, and then use the get items by tag endpoint instead.

If you want to share more of your use case / flow that you are trying to achieve, it would help me see if I could come up with a more useful solution. 


@Horea Porutiu  Thanks for your responses! 

 


Reply