Files
NowChessSystems/bruno/store/02 Get Running Games.bru
T
2026-04-30 18:56:54 +02:00

22 lines
322 B
Plaintext

meta {
name: Get Running Games
type: http
seq: 2
}
http {
method: GET
url: {{storeBaseUrl}}/game/running/{{playerId}}?offset=0&limit=20
auth: none
}
headers {
Accept: application/json
}
notes {
Optional query parameters:
- offset: Skip N records (default 0)
- limit: Return N records (default 20)
}