Round Schedule API
Manages the scheduling and flow of game rounds.
post
Body
roundIdstring · uuidOptional
playerIdstring · uuidOptional
purchaseOptionIdstring · uuidOptional
cardQuantityinteger · int32Optional
Responses
200
OK
400
Bad Request
post
/api/roundschedule/player/addroundreservationget
Path parameters
roundIdstring · uuidRequired
playerIdstring · uuidRequired
Responses
200
OK
400
Bad Request
get
/api/roundschedule/player/getplayerhasroundreservation/{roundId}/{playerId}get
Path parameters
roundIdstring · uuidRequired
Responses
200
OK
400
Bad Request
get
/api/roundschedule/player/getroundreservations/{roundId}get
Path parameters
playerIdstring · uuidRequired
Body
roomIdsstring · uuid[] · nullableOptional
startDatestring · date-time · nullableOptional
endDatestring · date-time · nullableOptional
startTimeinteger · int32 · nullableOptional
endTimeinteger · int32 · nullableOptional
Responses
200
OK
400
Bad Request
get
/api/roundschedule/player/getroundschedulebyfilter/{playerId}get
Responses
200
OK
400
Bad Request
get
/api/roundschedule/player/isAlivepost
Query parameters
intervalBetweenRoundsinteger · int32Optional
purchaseOptionIdDefaultstring · uuidOptional
cardQuantityRandombooleanOptional
roundQuantityinteger · int32Optional
Body
idstring · uuidOptional
roomIdstring · uuidOptional
roundIdstring · uuidOptional
datestring · date-timeOptional
Responses
200
OK
post
/api/roundschedule/room200
OK
No content
get
Path parameters
roomIdstring · uuidRequired
roundIdstring · uuidRequired
Responses
200
OK
get
/api/roundschedule/room/{roomId}/round/{roundId}200
OK
No content
get
Path parameters
provisionstringRequired
roomIdstring · uuidRequired
Responses
200
OK
get
/api/roundschedule/room/getroundschedule/{provision}/{roomId}200
OK
No content
get
Path parameters
roomIdstring · uuidRequired
Query parameters
startPeriodstringOptional
endPeriodstringOptional
topinteger · int32Optional
Responses
200
OK
get
/api/roundschedule/room/getroundschedulebyrange/{roomid}200
OK
No content
Last updated