I need to fetch all available rows for specific picker.
I have used api endpoint
/api/data/v6.0/db/{dbId}/elements/resolveFieldValue/{idguid}
The api return only first 100 rows
It is possible use pagination or sth like that ?
I need to fetch all available rows for specific picker.
I have used api endpoint
/api/data/v6.0/db/{dbId}/elements/resolveFieldValue/{idguid}
The api return only first 100 rows
It is possible use pagination or sth like that ?
Hi,
You can try to change the number of result for choicefield.
It's just an idea. I didn't use this api until now.
Thanks,
Raluca
Hi,
You can try to change the number of result for choicefield.
It's just an idea. I didn't use this api until now.
Thanks,
Raluca
I checked it, and still in the response I have 100 rows.
It's look like in the API we have the same function what we have in TEST button.