Not Monitored
Tag not monitored by Microsoft.
25,455 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an OData query as below.
http://localhost:65202/api/odata/StaffBookings?$select=ID&$filter=Staff/ID eq 1&$expand=Staff($select=ID),Event($select=ID,EventDate;$expand=Client($select=ID,Company))
How can I call it using Refit?
Thanks
Regards
Refit is recommended by Microsoft (I forget the actual link), so that's not a really helpful MSFT answer IMHO.
Anyway, I found this answer for OData: https://stackoverflow.com/questions/70947350/making-odata-call-using-refit
Hi Jack
Thanks for reply. I just assumed Refit would be easier but I am happy to consider any method that would do the job.
Thanks again.
Regards