I am seeing Prime reporting 100APs for the API call. However today I noticed that API Response says count 320 (# of APs) but lists only 100. Per the prime documentation, I don’t see a way to retrieve all APs information. Here's a snipit of the output response. Should the @last line say 320 and then show all 320 APs information?
API: https://10.211.29.107/webacs/api/v1/data/AccessPoints.json
Response:
{
"queryResponse": {
"@type": "AccessPoints",
"@rootUrl": "https:\/\/10.211.29.107\/webacs\/api\/v1\/data",
"@requestUrl": "https:\/\/10.211.29.107\/webacs\/api\/v1\/data\/AccessPoints",
"@responseType": "listEntityIds",
"@count": "320",
"@first": "0",
"@last": "99",
"entityId": [{
"@url": "https:\/\/10.211.29.107\/webacs\/api\/v1\/data\/AccessPoints\/476478",
"@type": "AccessPoints",
"$": "476478"
},
{
"@url": "https:\/\/10.211.29.107\/webacs\/api\/v1\/data\/AccessPoints\/476480",
"@type": "AccessPoints",
"$": "476480"
},
{
"@url": "https:\/\/10.211.29.107\/webacs\/api\/v1\/data\/AccessPoints\/476482",
"@type": "AccessPoints",
"$": "476482"
},
{