cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve the filters used in report using Restful web services ?

Former Member
0 Kudos

I have tried using the below URL for retrieving filters used in the report.

http://<Server Name>:<Port Name>/biprws/raylight/v1/documents/<Document ID>/reports/<Report ID>/datafilter.

But i'm facing the below error as response.

{

  "error_code": "WSR 00400",

  "message": "The resource of type \"Report\" with identifier \"1\" does not have any inner resources of type \"Data filter\"."

}

Can anyone please help ?

Thanks,

Ramesh

Accepted Solutions (0)

Answers (1)

Answers (1)

daniel_paulsen
Active Contributor
0 Kudos

Hi Ramesh,

I suspect the response is correct in that the report does not have any data filters defined within it.

Is it possible you are confusing a data filter on a report with a Query filter which gets added to the query panel?

Dan