Parse Dashboard
API Reference
5 min
api reference introduction in this tutorial, you will learn what is and how to use the api reference goal access and use the api reference prerequisites there are no pre requisites to read or edit this page api reference the api documentation tool generates docs for any objects saved in your database and with this tool, we provide code snippets for each of the supported programming languages, so your documentation lives right alongside your data your api keys are provided in the docs so you don’t need to jump back and forth between two different things back4app’s api documentation tool creates this dynamic environment for any project you can access it going to dashboard dashboard > api reference api reference or you can find the button in any class to the api reference panel how it works? we’ll briefly go through each of the sections introduction contains background information on the back4app api getting started the main sections that we need to highlight are installing parse sdk provides links to each of the parse sdks these are libraries for integrating the frontend of your project with your back4app server initializing parse sdk presents your keys you’ll also notice on the left you can page between different languages to see how to initialize your project this is great because you can copy this code directly, and not have to track down your keys separately! api reference initializing sdk objects api this section provides detailed information on what parse objects are and how the api works it also explains how to create classes on the fly unlike what we did with the data browser i highly recommend reading this section! user api another important section with api calls for interacting with the special user class it has the same methods as normal objects but adds some authentication items queries can be used to explore the query capabilities errors if your server sends back an error, this is where you can find out what the numeric code means read more about it in this post blog