Anonim
Want to get companies list
I want to access all companies list through API, We try to check but didn't found it. So can you help us to figure it our?
Główna odpowiedź
Kacper
2023-10-30 16:47
Hello,
you can fetch Clients via API:
https://github.com/fakturownia/api#k1
Data is paginated, page= parameter allows to iteration over paginated records. By default it is ‘1’ what gives first N records, when N is the limit of the records in response. In order to download next N records, parameter page=2 should be forwarded to call and so forth.
You can change the amount of records on one page via per_page=, max value is 100.
Best regards,
Kacper