cancel
Showing results for 
Search instead for 
Did you mean: 

How do you pass multiple values for a prompt as JSON to the BI Restful Web Service?

Former Member
0 Kudos

I am trying to do a refresh a document using the BI Restful Web Service. I call the following URI with the JSON payload.

http://server.com:6405/biprws/raylight/v1/documents/2995944/parameters

payload:

{"parameters":{"parameter":[{"id":0,"answer":{"@type":"Text","values":{"value":["CCAVITWP","CDMONCOL","CENGAGE1","CNCHPTOT"]}}},{"id":1,"answer":{"@type":"Text","values":{"value":["1"]}}},{"id":2,"answer":{"@type":"Numeric","values":{"value":["201612"]}}}]}}

The report is only refreshed for the last value in the list (CNCHPTOT). How do you pass multiple values for a report prompt?

Thanks,

Ken

Accepted Solutions (0)

Answers (0)