Scanyp provides a set of functions grouped in the ScanypKit class to query the Scanyp server and get what you need as info about the project analysis.
Permits to get all the projects parsed with scanyp. The project model is available here.
Get the project by id, the ids of projects are retrieved from the getProjects function.
Get the perspective by id, the ids of perspectives are retrieved from the getProject(id) function.
Get a specific project analysis, an analysis is identified by an Id. The latest analysis Id and the Ids of all the project analysis are retrieved from the getProject function
Get all the scanyp users.
Get all the scanyp teams
Get the tasks created by a user in a specific project.
Get the working sets created by a user in a specific project