cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to get the parameters list on the server through the document parameters REST

Former Member
0 Kudos

Hi Guys,

I am very new to RESTful web service SDK. By Using Restful we can do Schedule, get documents list, get logon token successfully. But only the "parameters list" call is not working. if we try to call parameter list, we got the attached screen shot error. Please let me know how can I proceed on this.

Thanks,

Naga.

Accepted Solutions (1)

Accepted Solutions (1)

daniel_paulsen
Active Contributor
0 Kudos

Hi Naga,

It could be that your list of values for the parameters is quite large and caused the timeout.

To get the parameters without retrieving all of the values try the following:

GET    /biprws/raylight/v1/documents/<docId>/parameters?lovInfo=false

Dan

Answers (0)