cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieving query results

Joe_Peters
Active Contributor
0 Kudos

In REBean, we could use DataProvider.getResult() to get a RecordSet object that enabled easy navigation of the query result set.  In REST, it appears the only way to do this is to retrieve the entire result as CSV or XML, then manually parse it.

Is there an easier way to do this?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197386
Active Contributor
0 Kudos

Hello Joe,

You're right, you have to interpret the output in order to create the best data structure in the langage you're working with.

Best regards,

Anthony