3xx Redirection
There are several valid versions of this thing, and the server is asking you to pick one.
Use 300 when more than one representation or target is valid and the client should pick the preferred one.
GET https://api.example.test/report300 Multiple Choices
# Headers
Content-Type: application/json
# Body
{
"choices": [
"/report.html",
"/report.pdf",
"/report.csv"
]
}The server exposes several valid representations and lets the client choose.
This moved for good. Start using the new address from now on.
Go somewhere else for now, but don’t assume this new address is the permanent one.
You submitted something successfully. Now go fetch this other page to see the result.
I can't give you the data in the format you want. I have the data, but not in XML/JSON/etc. that you asked for.