cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
717
Views
0
Helpful
1
Replies

Prime Infrastructure API 3.0: AccessPoints Bulk GET

Angalakuditi Mahanagarjuna
Community Member

Hi,

We are having about 8K APs, are trying to GET their details one by one which is very time/resource intense. Is there a way to get data in bulk?  

https://<IP_ADDRESS>/webacs/api/v1/data/AccessPoints/4673671

Thanks,

Maha 

1 Reply 1

dkeysell
Cisco Employee
Cisco Employee

Hi, Probably easier to do https://<IP_ADDRESS>/webacs/api/v1/data/AccessPoints?.full=true

This will return 1000 at a time.