Closed parisgianluca closed 6 years ago
I have a model, how do I query a field? Let's suppose I have the following model:
Timesheet : { month: 5, year: 2018 }
It is correct if i make a query like
url/timesheets?month=5&year=2018 ? Because it is not working for me, maybe I'm doing something wrong
url/timesheets?month=5&year=2018
I have a model, how do I query a field? Let's suppose I have the following model:
It is correct if i make a query like
url/timesheets?month=5&year=2018
? Because it is not working for me, maybe I'm doing something wrong