در حال بارگذاری…
List your own published strength-record claims.
| Permission | Description |
|---|---|
strength_records.view | View your strength-record claims |
Only your own claims. Other people's claims are read through the leaderboard, which is a different endpoint with a different permission.
| Name | Type | Required | Description |
|---|---|---|---|
exercise_id | int | No | Only claims for this exercise |
per_page | int | No | Results per page (default 50, capped at 100) |
page | int | No | Page number for pagination |
Results are ordered by claimed_at descending. Withdrawn claims are not listed — withdrawing
is unpublishing, and a set is put back on the leaderboard by claiming it again rather than by
restoring anything.
{
"data": [<strength record claim resource>, ...],
"links": {<pagination data>},
"meta": {<pagination data>}
}
| Status | Error Type | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden | Permission error |