I have inherited an existing Parse infrastructure setup running in Azure. I can query the classes with no problems using ParseObject.GetQuery. What I would like to do is to write a query to loop through all available classes but cannot see how to list the classes in the first place. I have seen some examples using REST but am unable to get these to work. Hopefully someone knows the .Net commands to do this.
Thanks