I have tried to get it using:
http://ip:1026/v2/entities?type=Audi&details=on
It doesn't work.
Try:
GET /v2/entities?type=Audi&options=count
You should get the count in the fiware-total-count header in the response.
fiware-total-count
Maybe you find useful the pagination documentation in the Orion manual.
Try:
You should get the count in the
fiware-total-count
header in the response.Maybe you find useful the pagination documentation in the Orion manual.