cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How can I get the data of the document parameter piece by piece?

Can4
Explorer
0 Likes
202

Hi,

I am using sap bo rest apis in c#.

Here, I send a put request to raylight/v1/documents/{documentId}/parameters to get all the parameters of the relevant document and all the data of these parameters. If a parameter coming from here is suitable for creating a Listbox, for example, I create a Listbox and put the data in the parameter into the Listbox, but sometimes the data in some parameters can be too much, in this case, it takes too long for the service to respond. How can I get the data of the parameter piece by piece here?

Instead of loading all the data into the Listbox at once, the data should come as the user scrolls in the Listbox. Does sap bo offer such support for the relevant endpoint? How can I do this or is there another solution?

Thanks.

Accepted Solutions (0)

Answers (0)