Search code examples
parse-platform

Parse Platform list all classes/tables


How do I get a list of all classes/tables that exist in an instance of Parse Platform?

I looked around and can't find a way. Essentially I'm trying to do the same thing as Oracle query: select * from all_table but for Parse Platform.


Solution

  • Using the Parse Js SDK you can use Parse.Schema.all(). Reference: https://docs.parseplatform.org/js/guide/#schema