Looking at your blocks, you appear to have your web components around the wrong way ?
WebForAdding should be for submitting a new request, WebForReading should be for returning the list of requests made ?
If you are going to call back the results after a new request has been submitted, then, no, your do not need to have the GET button. I put it there for testing and separation, to avoid confusion!