MCPcopy Create free account
hub / github.com/parse-community/parse-server / getJobs

Method getJobs

src/Routers/CloudCodeRouter.js:58–64  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

56 }
57
58 static getJobs(req) {
59 return rest.find(req.config, req.auth, '_JobSchedule', {}, {}).then(scheduledJobs => {
60 return {
61 response: scheduledJobs.results,
62 };
63 });
64 }
65
66 static getJobsData(req) {
67 const config = req.config;

Callers 2

validateJobScheduleFunction · 0.80
getJobsDataMethod · 0.80

Calls 1

findMethod · 0.65

Tested by

no test coverage detected