Consume REST return as a LIST

0
Hi All, I’ve consume a REST api, and it is with JSON format, the JSON is with multiple records. For example: Would like to ask is there anyway that when i  call the REST Services, and return with the LIST ?  so far i tested it only able to return with the first record.   thanks.
asked
2 answers
0

The response that you receive depends on the service that you consume. What service are you consuming?

And the JSON you show, is it the body of your request?

answered
0

ok, finally i got it worked, i have to uncheck the single object that point to the array, then the option for me to response in list is appeared in “Call REST”.

answered