Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am working with the DNA spaces REST API and trying to use clients/count with groupBy, but it is returning only 100 entries, from what I can tell. Is there any way to get around this limit? My only other option, from what I have found, would be to g...
I am working with the DNA spaces REST API and trying to use clients/count with groupBy, but it is returning only 100 entries, from what I can tell. Is there any way to get around this limit? My only other option from what I have found would be to get...
I apologize, I posted the same question in a different forum because I couldn't seem to find anything for DNA spaces specifically, and they sent me here. I have tried it with page and limit following the same idea as what I did above but neither work...
I tried adding the offset filter like so https://XXXXXXXXXXX/api/location/v1/clients/count?groupBy=buildingId&associated=true&offset=300 but was still returning the same data as without having offset there.