cURL
curl --request GET \ --url https://core.ermbot.xyz/api/v1/shifts/search \ --header 'Authorization: <api-key>' \ --header 'Guild: <api-key>'
{ "data": [ { "id": { "$oid": "<string>" }, "username": "<string>", "nickname": "<string>", "user_id": 123, "type_": "<string>", "start_epoch": 123, "breaks": [ {} ], "guild": 123, "moderations": [ {} ], "added_time": 123, "removed_time": 123, "end_epoch": 123 } ], "pagination": { "next_cursor": 123, "limit": 123, "has_more": true } }
Search results
The response is of type object.
object