There are several services which we can use. But what is the purpose of the _Row service? I have stored some records id's locally (like 23424, 2342432) and I want to retrieve only these records. Should i use the _Row service? The _Getall service does not have a filter option...
Hi Bal,
If you want to retrieve any particular record you can user _Read service & pass the Id into "filter" request parameter of the service. This will get you a particular record from rollbase backend. _Getall service is for getting all the records.
Regards
Ajay
There are several services which we can use. But what is the purpose of the _Row service? I have stored some records id's locally (like 23424, 2342432) and I want to retrieve only these records. Should i use the _Row service? The _Getall service does not have a filter option...
Flag this post as spam/abuse.
Hi Ajay, Anil,
Ok, i will not use the _Row service. Im familiar with the _Read service, but i want to retrieve a set of records, can we do this also with the _Read service? Eg giving 2 record id's in the filter (seperated with a comma), and fetching all the info of these 2 records?
Hi Ajay, Anil,
Ok, i will not use the _Row service. Im familiar with the _Read service, but i want to retrieve a set of records, can we do this also with the _Read service? Eg giving 2 record id's in the filter (seperated with a comma), and fetching all the info of these 2 records?
Flag this post as spam/abuse.
Hi Anil,
We have a employee list, we put all the employees on the page based on the "getView_All" service. The end user can save some employees as favourite. On the backend we save the records id's and can retrieve the appropriate columns later when the end user is on favourites page. What kind of service can we use, to retrieve information, based on a few record id's?
Hi Anil,
Any updates around this topic? How can i do retrieval of information (select) based on 2 record id's?
Hi bal,
Using current approach we cannot fetch multiple records and the read service takes single value for fetching the record from the Rollbase backend.
I would suggest to log an enhancement request for this behavior.
Thanks and Regards,
Anil Kumar.
Hi Anil,
Thanks for the reply. Is it possible to use another REST call (self made??) to retrieve some records within Rollbase Mobile based on a selectquery API?
I have - sort of - the same issue described in this topic: (getting multiple entities)
community.progress.com/.../14792.aspx
I've filed a ticket about it and I will share the info if there is a resolution.