wafeq_items_list
Retrieve a paginated list of items from Wafeq, with optional filters by external ID and creation or modification timestamps.
Instructions
๐ข READ-ONLY ยท Items ยท GET /items/
List items
Endpoint for retrieving a list of items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| page_size | No | Number of results to return per page. | |
| external_id | No | External identifier | |
| created_ts_after | No | The timestamp in UTC when the item was created | |
| created_ts_before | No | The timestamp in UTC when the item was created | |
| modified_ts_after | No | The timestamp in UTC when the item was last modified | |
| modified_ts_before | No | The timestamp in UTC when the item was last modified |