OGWUGO API DOCUMENTATION

  1. Home
  2. Docs
  3. OGWUGO API DOCUMENTATION
  4. Main Server Documentation
  5. pagination

pagination

for every endpoint that require pagination, default list /page is 50

if you want to override that, set parameter list = (INT)

list

the page id is also passed as

pageId

 

sample request:

getting user wallet credit history, the 4th page with 30 items

[GET] /wallet/history/credit?pageId=4&list=30
Was this article helpful to you? Yes No

How can we help?