I am trying to get the Restful API table working. I am able to query the URL via curl and get the following returned json data:
{ "expand": "metadata,fielddata",
"start_at": 1,
"max_results": 100,
"data": [
{ "id": "abc123",
"status": "open",
...
I see in the documentation that the Restful Table expects an array of hashes. Is there a way to point the plugin to parse the data: array result?