Discussions
How to run this API?
over 4 years ago by Developer
Hi
I am working on servicem8 "query" API method
Example (find all Completed jobs):
syncModule.query(‘Job’).where(‘status’).equ
als(‘Completed’);
but its not working anymore.
Anybody help me to sort out this problem?
Thanks