Request
Parameters
string
required
The attendance session ID
string
required
Roblox game server ID (required)
string
Roblox place ID (optional)
string
Roblox game ID (optional)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Link a game server to a session
curl -X POST https://api.series.hr/attendance/connect-server/session_xyz789 \
-H "apikey: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"ServerId": "server_12345",
"PlaceId": "9876543210",
"GameId": "game_98765",
"JobId": "job_54321"
}'
{
"success": true,
"data": {
"sessionId": "session_xyz789",
"ServerId": "server_12345",
"connectedAt": "2024-01-15T10:30:00Z"
}
}
