GET jobs

Description:

get all job ids

URL pattern:

.../jobs

Formats:

xml, json

HTTP Method:

GET

Parameters:

The request without parameters will return all job ids

name

value

optional?

user

user_name or user_id

yes

before

timestamp

yes

after

timestamp

yes

Response:

{
	"jobs": {
		"job_id": 12345,
		"job_id": 12345
	}
}
  • No labels