this.get("/authors/:id", (schema, request) => { const id = request.params.id console.log( "Parameter :id has value", id ); })