Results 12 comments of matias

@t0mk sorry I thought that I was answered before, I reviewed and It seems that was a deployment issue. I tested a similar configuration and it works fine Let me...

should have `Devices,Volumes,Events, Hardware Reservations,Organizations,Projects,Users` without `Memberships,Notifications,Plans,Transfers,Facilities` reporting a request

@jasmingacic , got & reported. will be back soon

curl '../api/devices?with_tag=Hello' for a single tag curl '../api/devices?with_tags=Hello,bye' for multiple ones

sorry my bad, is without the `with_` `curl '../api/devices?tag=test01'` or `curl '../api/devices?tags=test01,test02'`

it's an `or` and probably you need an `and`

created a request in jira, will go back here as soon as it's done

hi @patrickdevivo not yet, it still on the backlog

@jasmingacic can you test now `GET /projects/id/devices?tags[]=test01&tags[]=test02` this should get only with both tags

not sure why it allow with `[]` but you can call `GET /projects/id/devices?tags[]=test01&tags[]=test02` or without `GET /projects/id/devices?tag=test01&tag=test02`