How should I retrieve the id ("test") on the REST service side? There are not Path parameters on the URL and the Query parameter is "?/test". But I would expect something like:
so that I will be able to retrieve the query parameter on the REST service side. AeroGear knows the unique id (@RecordId) in order to construct the correct URL.
If I miss something, please correct me Thanks
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
No worries
Thanks a lot for your help.
Is there any AeroGear documentation about how Pipe remove method works?
When using this method, the corresponding request seems to be:
DELETE /aerogear-rest-service/rest/memberservice/remove/member?/test HTTP/1.1
Content-Type: application/json
How should I retrieve the id ("test") on the REST service side? There are not Path parameters on the URL and the Query parameter is "?/test". But I would expect something like:
DELETE /aerogear-rest-service/rest/memberservice/remove/member?id=test
so that I will be able to retrieve the query parameter on the REST service side. AeroGear knows the unique id (@RecordId) in order to construct the correct URL.
If I miss something, please correct me
Thanks