Hello!
Leer desde con api más de 50 registros.
Gracias
Hello!
Leer desde con api más de 50 registros.
Gracias
From the API documentation
per_page
The number of entries to show per page. (integer, max 1000). Default is 50.
combined with
page
The current page. (integer)
Vale, gracias veo que si es posible pero en realidad no se como hacer eso solo estoy generando el access token desde el link de la documentación de ustedes. Puedo usar esa misma herramienta (link{ EC5 API (Private) - JSFiddle - Code Playground}) para configurar ese parametro? ¿como lo escribo y en que línea de código?
Epicollect5 provides an API to fetch data programmatically using some simple GET requests.
You can access your data using the endpoints of your project which are listed in the project’s API section. If your project is private, you will need to create a client ID and SECRET for authentication as explained in our User Guide →
Authenticate with the Epicollect5 API using the provided credentials. This typically involves including your client ID and SECRET in the headers of your requests to exchange them with a token to be used to fetch your data, see the examples →
Use the API endpoints to retrieve the data you need. You will need to specify parameters like the project or form from which you want to fetch data, see →
Once you’ve obtained the data, you can process it as needed. This involves parsing the JSON responses from the API to suit your needs. See an example of JSON response →
Now, you can integrate the fetched data into your third-party system, be it a website or a database. The integration method will depend on the specific requirements and capabilities of your third-party system.
If your data needs to stay up-to-date, consider implementing periodic data synchronization to keep your third-party system current with the data in Epicollect5.
Remember to respect the terms of use and policies of Epicollect5 while using their API, and be polite and ethical in your interactions with the platform and its users.
More info - >