collectBodyParameters() {
    const { linkid } = this.req.params;
    this.data = { linkid };
  }