list

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

Method to get a projects list

Return

the result of the request as String

Parameters

id

: the identifier of the user

token

: the token of the user