Fetch all entries
Fetch all the silo entries in the current company.
Documentation Index
Fetch the complete documentation index at: https://invopop-fr-multiple-pdp-reception-faq.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>
Query Parameters
The folder in which to search for entries.
"invoices"
Starting date and time for retrieving results, formatted as an ISO timestamp. Treated as the upper bound when descending (the default) or the lower bound when ascending.
"2023-08-02T00:00:00.000Z"
The position marker from the previous result's next_cursor property, used for pagination. Must be used with the same ascending value as the call that produced it.
The maximum number of entries to return in a single page of results.
20
When true, results are returned in ascending order (oldest first) instead of the default descending order (newest first).
Response
OK
Starting date for results. Acts as the upper bound when descending (the default) or the lower bound when ascending.
"2025-05-01T00:00:00.000Z"
Cursor used to identify the current page of results.
Key for the folder
"sales"
Maximum number of entries to show in a page of results, up to 100.
20
Array of entries sorted by creation time, descending by default or ascending when requested.
Cursor used to identify the next page of results.