We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e444a51 commit a8133b7Copy full SHA for a8133b7
build/tools/ortelius.md
@@ -35,7 +35,6 @@ All endpoints for listing resources accept the following parameters:
35
| Name | Type | Description | Default | Max |
36
| :--- | :--- | :--- | :--- | :--- |
37
| `limit` | `int` | The maximum number of items to return | `5000` | `5000` |
38
-| `offset` | `int` | The number of items to skip | `0` | None |
39
| `query` | `string` | An ID prefix to filter items by | None | None |
40
| `startTime` | `datetime` | Limits to items created on or after a given time | `0` | Now |
41
| `endTime` | `datetime` | Limits to items created on or before a given time | Now | Now |
0 commit comments