Hello,
I've done the steps needed to get going with the API (I think). I've had a play with cURL and with the built-in API Explorer. It all looks good. My question is really are there any resources specifically for Python? Or do I just write a standard Python script using Python modules like request & json? I haven't used a REST API before.
My use-case is pretty simple, I just want to get a list of devices from Guest, check the status of the people who have registered them (by running their IDs through our own identity db) and then delete any devices in Guest that belong to users who are now cancelled (ie have left the university). Before I start I just want to make sure there isn't anything I'm missing about how to do this.
Thank you