gripp_get
Retrieve Gripp entities by specifying the entity name. Apply filters using field names and operators, and control paging and ordering for targeted data access.
Instructions
Retrieve Gripp entities with filters, paging, and ordering. Uses the entity.get API method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Gripp entity name, for example company or invoice. | |
| filters | No | Gripp filters. Use full field names like company.id. | |
| options | No | Gripp paging and ordering options. maxresults is capped at 250. |