Bulk pairings
Show a bulk pairing
Get a single bulk pairing by its ID.
get/api/bulk-pairing/{id}
Path parameters
idstring required
The ID of the bulk pairing
Example:5IrD6Gzz
Response
The bulk pairing.
Example response
{
"id": "RVAcwgg7",
"games": [
{
"id": "NKop9IyD",
"black": "lizen1",
"white": "thibault"
},
{
"id": "KT8374ut",
"black": "lizen3",
"white": "lizen2"
},
{
"id": "wInQr8Sk",
"black": "lizen5",
"white": "lizen4"
}
],
"variant": "standard",
"clock": {
"increment": 0,
"limit": 300
},
"pairAt": 1612289869919,
"pairedAt": null,
"rated": false,
"startClocksAt": 1612200422971,
"scheduledAt": 1612203514628
}