query_odata
Query Timetta OData entities using filter, select, expand, and pagination. Returns JSON rows from the Timetta API.
Instructions
Query a Timetta OData entity.
Args use OData semantics ($filter, $select, $expand, $orderby, $top, $skip) without the leading '$'. Example: entity='TimeEntries', filter='Date ge 2024-01-01', expand='Project,User', select='Date,Hours'. top defaults to 50 and is capped at 200; use skip to paginate. Returns a JSON array of rows, or 'Error: ...' on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | ||
| filter | No | ||
| select | No | ||
| expand | No | ||
| orderby | No | ||
| top | No | ||
| skip | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |