Start job

Starts a new long-running job

Request

POST https://www.activityinfo.org/resources/jobs

Request body

application/json

object
descriptor object required
locale string required

Successful response

application/json

object
id string The job's id required
userId string The id of the user who started the job required
descriptor object The job descriptor used to start this job required
state string The job's current stateValues:
STARTED
The job has started processing.
COMPLETED
The job has completed successfully.
FAILED
The job has failed.
required
jobResult object required
percentComplete float required
error object If the job state is FAILED, the reason for the failure. optional

Error responses

Status Code Error Code Description
401 AUTHENTICATION_REQUIRED The request must be authenticated
Next item
Translate