Migrated from Redmine #678 | Author: Bogdan Shyker Status: New | Priority: High, I’m very impatient | Created: 2021-03-30
Hi!
I’m integrating via Rest Api and stuck with getting the providers list. I see from the docs that the endpoint will return paginated result, but I don’t see query parameters to iterate through pages in the example.
Oh, great!
So, just to make sure, i will recive
“data”: [ {
“id”: 1,
“name”: “AnkaraStation for buying cars”,
“qty”: 4,
“email”: “shykerbogdan@gmail.com”,
“description”: “appointment system for cars”,
“phone”: “+380974727944”,
“picture”: null,
“picture_preview”: null,
“color”: null,
“is_active”: true
} …19 more provider…
]