Fetch a collection using a POST request?

Viewed 24670

I have managed to work with REST API's to fetch() data where the urls contain minimal parameters (and use GET).

How would one retrieve a collection through a POST request?

4 Answers
Related