Skip to content
aritas1 edited this page Oct 16, 2012 · 2 revisions

JSON

send a post request with an JSON string to /api/json

Example string (returns the number of unchecked Exams):
{"method":"uncheckedExams", "id":1, "Params":"apiKey":"HNmmaBQZzN3xN7lbed0ztarhc6HXMS6fp8y9HQ3JQDaUEpsuiuELAWK1iTqMNFR"}}
Returns:
{"result":"3","id":"1"}

Clone this wiki locally