You need to sign in to do that
Don't have an account?

In an Apex REST Endpoint how do I parse parameters sent in a Get request?
I want to know how to parse the URL params from a get request
Please help!
/services/apexrest/Endpoint/?subject=test&status=active&priority=1&origin=?subject=test&status=active&priority=1I want to parse the url params in the class below
@HttpGet global static void getStatus() { RestRequest request = RestContext.request; System.debug(request.requestURI); }
Please help!
You have to write like below to parse the request:
Thanks,
Maharajan.C
All Answers
You have to write like below to parse the request:
Thanks,
Maharajan.C
https://writemyresearchpaper.onl/