# Pagination for API /devices

**URL:** https://forum.genieacs.com/t/pagination-for-api-devices/1853
**Category:** Uncategorized
**Created:** [July 14, 2021, 1:41pm UTC](https://forum.genieacs.com/t/pagination-for-api-devices/1853 "2021-07-14T13:41:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![rhuanyago](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.genieacs.com/rhuanyago/32/425_2.png) [@rhuanyago](https://forum.genieacs.com/u/rhuanyago)
#### Post date: [July 14, 2021, 1:41pm UTC](https://forum.genieacs.com/t/pagination-for-api-devices/1853/1 "2021-07-14T13:41:13Z")

</div>

Hello, I have a question, where I try to get all devices by API, I want to know if there is a paging way through the API where the route is http://ip\_acs:7557/devices/.

Example: http://ip\_acs:7557/devices/?page=1.

---

<div class="post-metadata">

### Author: ![akcoder](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.genieacs.com/akcoder/32/11_2.png) [@akcoder](https://forum.genieacs.com/u/akcoder)
#### Post date: [July 19, 2021, 4:43pm UTC](https://forum.genieacs.com/t/pagination-for-api-devices/1853/2 "2021-07-19T16:43:48Z")

</div>

To the best of my knowledge, there is no pagenation, but you can do projections to help cut down on the data returned. Don’t know if that will help in your use case.

The format for projections is `/devices/?query=....&sort=....&projection=some.parameter,another.parameter,and.even.more.parameters.1`

---

<div class="post-metadata">

### Author: ![rhuanyago](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.genieacs.com/rhuanyago/32/425_2.png) [@rhuanyago](https://forum.genieacs.com/u/rhuanyago)
#### Post date: [July 20, 2021, 12:21pm UTC](https://forum.genieacs.com/t/pagination-for-api-devices/1853/3 "2021-07-20T12:21:51Z")

</div>

oh right, so basically it would just look for specific parameters, i’ll try, thank you very much
