Skip to content
Discussion options

You must be logged in to vote

Thanks @dosu that lead us in the right direction. To follow up and provide a fuller answer, for anyone else coming across this issue, we were able to generate a filter'd report using the API for the create (POST /api/v1/report). In order to do so, we had to do the following:

First, we had to get the list of native filters for the dashboard: GET /api/v1/dashboard/:id, which provided us with this in the response:

{
  "result": {
    ...
    "json_metadata": "<stringified json>"
  }
}

If we unpack the json_metadata, we find (apologize for the verbosity here, but I've stripped away most of what wasn't important):

{
  "native_filter_configuration": [
    {
      "id": "NATIVE_FILTER-abcdefg",
…

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@dosubot
Comment options

@billbelanger
Comment options

Answer selected by billbelanger
@dosubot
Comment options

@billbelanger
Comment options

@dosubot
Comment options

@billbelanger
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant