Solved

RESTful API - return jobs for all given JOB IDs

  • 2 August 2022
  • 2 replies
  • 106 views

Hi,

does anyone have a working example of how to use the RESTful API, to POST with the following URL /jobrunner/rest/v1/jobs/status and collect status data back on multiple Job IDs ?

I cannot seem to figure out how to get the body of the request correctly.

Thanks 

icon

Best answer by XavierV 2 August 2022, 21:11

View original

2 replies

This should work:

["id-1:org", "id-2:org"]

 

Hi, that worked.

 

Thanks!

Reply