🔢Rows Responses
Some endpoints return data as rows for easy rendering data as a list.
Certain API endpoints might return data as rows, so it's easier for you to render them in your template files.
You can get the rows
array from the response object using data.rows
.
Each object in the rows array can be accessed by iterating the array.
For more information on how to render this type of data refer to the samples repository
Last updated