Want to get companies list
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
Customer Reviews
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