I have service like this :
getLastStatus(id): Observable { let url_detail = this.apiurl + `/${id}`; return this.http.get