|
|
|
|
|
by shagie
342 days ago
|
|
POST the filter, get a response back with the query to follow up with for the individual resources. POST /complex
value1=something
value2=else
which then responds with 201 Created
Location https://example.com/complex/53301a34-92d3-447d-ac98-964e9a8b3989
And then you can make GET request calls against that resource.It adds in some data expiration problems to be solved, but its reasonably RESTful. |
|