cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
This article explains how to set up a table in a REST Connector when the response to the API Endpoint is an array.
Sisense expects the results returned in the format of JSON documents. If an array is returned, Sisense converts the array into a document with the property "results".  
You should reference the "results" as the DataPath in your config.json file, for example: 
Example of an array as a response
[
  "someElementInArray": {
  }
]
Setting DataPath parameter
{
    "DataPath":"results"
}
Version history
Last update:
‎02-16-2024 10:36 AM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: