Fetch all entries
Fetch all the silo entries in the current company.
GET
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.
Example:
"invoices"
The starting date and time for retrieving results in descending order, formatted as an ISO timestamp.
Example:
"2023-08-02T00:00:00.000Z"
The position marker from the previous result's next_cursor property, used for pagination.
The maximum number of entries to return in a single page of results.
Example:
20
Response
200 - application/json
OK
The response is of type object
.