getProject
@GetMapping(path = "/{" + IDENTIFIER_KEY + "}/" + PROJECTS_KEY + "/{" + PROJECT_IDENTIFIER_KEY + "}", headers = [])
Method to get a project
Return
the result of the request as String
Parameters
id
: the identifier of the user
token
: the token of the user
projectId
: the project identifier to get