Accessing Data API Request Payload

To avoid creating Data API requests from scratch, Arcadia Enterprise provides access to details of the data requests.

This task is optional.

To access details of Arcadia visual Data API requests, follow these steps:

  1. Add the following settings in the configuration file of the Arcadia Web Server:

    ENABLE_DSREQ_PERF_DISPLAY = True
    COMPRESS_DSREQ = True
  2. Restart the ArcViz service.
  3. Open an existing dashboard. We selected Cereals.
  4. Use the keyboard shortcut Shift + Control + G to open the Performance Profile interface.
  5. Hover over a line that represents a visual ID (we selected 377), and view the duration, type, and details of the query that runs against that visual.

    The query uses the same API and includes the details of the data requests. You can use this dataset request as the payload for your Data API call.

    add style

For more information on using the Performance Profile interface, see Monitoring Dashboard Performance Profile.