curl -X GET https://api.chessplay.io/api/v1/batches/ \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "count": 5, "next": null, "previous": null, "results": [ { "id": 1, "name": "Beginner Batch", "coach": {...}, "students": [...], "student_count": 15 } ] }
Retrieve a paginated list of all batches
Documentation IndexFetch the complete documentation index at: https://developer.chessplay.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.chessplay.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?