get Project

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

Method to get a single project

Return

the result of the request as String

Parameters

id

The identifier of the user

token

The token of the user

projectId

The identifier of the project to fetch