get Authored Projects

@GetMapping(path = "/authored", headers = [] )
open fun <T> getAuthoredProjects(@PathVariable(value = "id") id: String, @RequestHeader(value = "token") token: String): T

Method to get the authored projects list

Return

the result of the request as String

Parameters

id

The identifier of the user

token

The token of the user