Would you like to hear about webinars we're
doing, new features we're adding and projects we're undertaking? Sign up
here to our pleasantly infrequent newsletter!
In this section we will show how you can use built-in functions of the Moveshelf API.
Prerequisites
Before implementing this example, ensure that your processing script includes all necessary setup steps. In particular, you should have:
In this example we are going to use a built-in function of the Moveshelf API to retrieve the projects the current user has access to.
Add the following line of code to get a list of all the projects that are accesible by the user:
## Get available projects
projects=api.getUserProjects()