Files
bookhoard/bruno-yaml/progress/Get Reading Progress.yml
T

31 lines
731 B
YAML

info:
name: Get Reading Progress
type: http
seq: 6
http:
method: GET
url: '{{base_url}}/api/media-items/{{media_item_id}}/progress'
auth: inherit
body:
type: none
docs: |-
## Get Reading Progress
Retrieves the authenticated user's reading progress for a media item.
**Authentication:** Required (Bearer token)
**Path Parameters:**
- `id` (string): Media Item UUID
**Response:**
- `id` (string): Media Item UUID
- `user_id` (string): User UUID
- `current_page` (number): Current page number
- `total_pages` (number, nullable): Total pages
- `last_read_at` (string): Last read timestamp
**Error Responses:**
- 401: Invalid authentication