getProject

@GetMapping(path = "/{" + IDENTIFIER_KEY + "}/" + PROJECTS_KEY + "/{" + PROJECT_IDENTIFIER_KEY + "}", headers = [])
open fun <T> getProject(@PathVariable(value = "id") id: String, @PathVariable(value = "project_id") projectId: String, @RequestHeader(value = "token") token: String): T

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