mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-07 20:47:44 +00:00
11 lines
1.1 KiB
Markdown
11 lines
1.1 KiB
Markdown
# ListRequestBody
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------- | ------------------------------------------- | ------------------------------------------- | ------------------------------------------- |
|
|
| `Offset` | **int64* | :heavy_minus_sign: | The offset to start fetching feedback from. |
|
|
| `Limit` | **int64* | :heavy_minus_sign: | The number of feedback to fetch. |
|
|
| `CompletionID` | **string* | :heavy_minus_sign: | The completion id to fetch feedback for. |
|
|
| `TaskID` | **string* | :heavy_minus_sign: | The task id to fetch feedback for. | |