0

i have to put jobs {uuid} in https://api.servicem8.com/api_1.0/job/{uuid}.json for updating a job but I cannot find it

  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Oct 02 '22 at 05:13

1 Answers1

0

You need to get the list of jobs first and then find the relevant uuid for the job you want using this: https://api.servicem8.com/api_1.0/job.json

TomC
  • 338
  • 2
  • 10