Job Roaming
POST /v3/jobs/discover
Discovers jobs on other site servers.
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%
Authentication:
Grant_type: login_info
Scopes: [ jobs ]
POST /v3/jobs/download
Download jobs data from other site servers.
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%
Authentication:
Grant_type: login_info
Scopes: [ jobs ]
Response body:
{
"jobIds": [
0
]
}
POST /v3/jobs/download/cancel
Cancels job download
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%
Authentication:
Grant_type: login_info
Scopes: [ jobs ]
Request body:
{
"jobIds": [
0
]
}