get_from_core
Retrieve records from a database table by providing an array of IDs; an empty array returns all records.
Instructions
Get records by ID(s), or all records if empty array
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| id_array | Yes | Array of integer IDs to fetch, **empty array [] returns ALL records** |