Scanyp Kit

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.

Available functions

getProjects:

Permits to get all the projects parsed with scanyp. The project model is available here.


getProject(id):

Get the project by id, the ids of projects are retrieved from the getProjects function.


getPerspective(id):

Get the perspective by id, the ids of perspectives are retrieved from the getProject(id) function.


getAnalysis(id):

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


getUsers():

Get all the scanyp users.


getTeams:

Get all the scanyp teams


getTasks(idUser,idProject):

Get the tasks created by a user in a specific project.


getWorkingSets(idUser,idProject):

Get the working sets created by a user in a specific project