cancel
Showing results for 
Search instead for 
Did you mean: 

Complete list of LOV in rest sdk

Former Member
0 Kudos

How to get complete list of values in 4.1 Sp2 ?

I am getting only 50 values.

Accepted Solutions (1)

Accepted Solutions (1)

daniel_paulsen
Active Contributor
0 Kudos

Hi Deepak,

The default number of values is 50.  if there are more, you should see it broken up into intervals of 50 in your response when calling

GET   /documents/<docId>/parameters.

You can control the size of the intervals or simply get a specific interval by specifying its ID using

PUT /documents/<docId>/parameters.

See my reply on May 13, 2014 in the following thread:

And also, in the documentation, see section 6.5.6 "Answer Request body schemas" to see how to control the interval size (you can also search the documentation for "intervalId".  this will show how to retrieve the full list of values (ie: unlimited) and how to control the sort order as well.

Dan

former_member197386
Active Contributor
0 Kudos

Hey SupenDan!

How are you doing to answer questions almost before they are asked!!!

Amazing!

Anthony

Former Member
0 Kudos

Thanks Dan

It's working now as per your suggestion.

Answers (0)