Server API
Answered
Verin posted this in #help-forum
VerinOP
How to send more than 10 parameters with GET method?
And how to get them from them api?
And how to get them from them api?
3 Replies
VerinOP
When I send the GET request to the api, the directory looks like this "api/test/[id]
Then when I send more than 10 parameters, How should the api directory look like?
Then when I send more than 10 parameters, How should the api directory look like?
@Verin When I send the GET request to the api, the directory looks like this "api/test/[id]
Then when I send more than 10 parameters, How should the api directory look like?
Have a look at catch-all routes, e.g. api/test/[…ids]
Answer
VerinOP
oh, yes. I've forgot it.
Thanks
Thanks