Hi everyone, sorry to disturb, have been searching for days about this but havent found anything.
If I have a jserver running in (example) "https://myserverapi.com" and I send a poststring to "https://myserverapi.com?method=getcards" with the following post: {"idevento":5,"filter":"NO"}... I understand that with req.GetParameter("methhod") I obtain the value "getcards"... but how do I obtain the values 5 and "NO"?
I'm pretty sure it is a silly question, but would be great to have it answered
Many thanks
If I have a jserver running in (example) "https://myserverapi.com" and I send a poststring to "https://myserverapi.com?method=getcards" with the following post: {"idevento":5,"filter":"NO"}... I understand that with req.GetParameter("methhod") I obtain the value "getcards"... but how do I obtain the values 5 and "NO"?
I'm pretty sure it is a silly question, but would be great to have it answered
Many thanks