Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.readmin.app/staff/history \ --header 'loader-id: <api-key>'
{ "success": true, "history": [ { "_id": "<string>", "groupId": "<string>", "userId": true, "disciplinarianId": "<string>", "reason": "<string>", "created": "<string>", "rankFrom": "<string>", "ended": true, "expires": "<string>", "rankTo": "<string>", "endedBy": "<string>", "evidence": [ "<string>" ], "pendingApproval": true, "approvedBy": "<string>", "notify": true, "distribution": 123 } ] }
The request was successful, and the server has returned the requested resource in the response body.
Show child attributes