Forum Post: Re: Rest Query Parameter With Multiple Values

  • Thread starter Thread starter Srinivas Munigala
  • Start date Start date
Status
Not open for further replies.
S

Srinivas Munigala

Guest
If you are mapping it to an Extent, you need to pass the data in below format: /test?Ext=[1,2,3] If you are mapping them to independent parameters, you need to pass the data in below format: /test?id=123&id=456&id=789

Continue reading...
 
Status
Not open for further replies.
Back
Top