Need a special offer?Find out if your project fits.
+

How to get the corresponding records accroding to the given id of each row?

Answered
uchivoitachi asked on March 29, 2021

Hi,
 
Is there an API to get the rowDatas(json format) by the given ids?
For example:
data:
[
{"name":{"type":"string"},
"gender":{"type":"string"},
"age":{"type":"string"},
"personcardno":{"type":"id"}
},
{"name":"Peter","gender":"M","age":"21","personcardno":"A01"},
{"name":"Lily","gender":"F","age":"28","personcardno":"A02"},
{"name":"Lucy","gender":"F","age":"23","personcardno":"A03"}
]
 
Now,I have two IDs:A02,A03,and how tow get below records according to them?Thanks!
 
{"name":"Lily","gender":"F","age":"28","personcardno":"A02"},
{"name":"Lucy","gender":"F","age":"23","personcardno":"A03"}
 

3 answers

Public
Milena Pechura Milena Pechura Flexmonster March 29, 2021

Hi!
 
Thank you for your question.
 
We would like to inform you that our component does not have a dedicated API call for raw data retrieving. 
 
Could you please provide us with information about your use-case?
This will greatly help us to find a solution for you.
 
Looking forward to your response.
 
Best regards,
Milena

Public
Milena Pechura Milena Pechura Flexmonster April 5, 2021

Hello,
 
Our team is wondering whether you had a chance to check our last response.
 
Could you please let us know if you still need a solution for your case?
If you do require further assistance, would you be so kind to provide the info about the use-case of the desired API?
 
Waiting for your answer.
 
Kind regards,
Milena

Public
uchivoitachi April 12, 2021

Hello,
 
Thanks for the response and we'd figured out how to retreive raw data,thanks!

Please login or Register to Submit Answer