I am having students model in loopback which is accessible via rest using this url. /api/students
rest call gives all the student data but I want to get only the registration numbers (regno) of students. Like in sql (SELECT regno
FROM students
). how I should filter the above rest call to get only the registration numbers of students.
Asked
Active
Viewed 385 times
0

Farid Nouri Neshat
- 29,438
- 6
- 74
- 115

Rizwan Haider
- 167
- 2
- 17