evidence_get
Retrieve records from any AbraFlexi evidence using filters, pagination, sorting, and detail levels. Specify evidence, optional IDs, conditions, and related sub-evidences to get the data you need.
Instructions
Get records from any AbraFlexi evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | List of record IDs to retrieve | |
| limit | No | Maximum number of results | |
| order | No | Column name to sort by | |
| start | No | Zero-based offset of the first record to return (pagination) | |
| detail | No | Detail level (summary, id, full, custom:field1,field2) | summary |
| company | No | Company identifier (dbNazev) to query instead of the server's default ABRAFLEXI_COMPANY - e.g. to read another company's 'uzivatele' (user access) evidence | |
| evidence | Yes | Evidence name (e.g., 'faktura-vydana', 'adresar', 'cenik') | |
| relations | No | Sub-evidences to include in the response (e.g. ['polozkyFaktury']) | |
| filter_expr | No | AbraFlexi filter expression | |
| add_row_count | No | Include the total number of matching records in the response | |
| order_direction | No | "A" for ascending (default) or "D" for descending | A |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |