REST API - Get Information of Import Task Capture Payload Job Request
6 min
api/v1/taskcapture/jobs/{jobid} description returns the information of a specific import task capture payload docid\ mzejnf m9gpbz9uh8rvws job url structure \[blueprint uri]/api/v1/taskcapture/jobs/{jobid} jobid the id of the import task capture payload job supported methods get docid 7hm2r py7e84xk2msf11b http status codes 200 ok – the request is successfully fulfilled 400 bad request – the jobid url parameter is invalid (errorcode=180) 401 unauthorized – the blueprint authorization token is missing, invalid, or expired (in the authorization request header) 404 not found – the import task capture payload job with the specified id is not found (errorcode=181) example json example request uri https //production blueprintcloud com/api/v1/taskcapture/jobs/14 response body in the case of the returned 200 ok http status code, contains the job info object { "jobid" 14, "status" 2, "userid" 12, "userdisplayname" "john smith", "projectid" 1371, "project" "project 1", "submitteddatetime" "2021 10 24t20 02 03 107z", "jobstartdatetime" "2021 10 24t20 13 26 747z", "jobenddatetime" "2021 10 24t20 13 29 553z", "errorcode" null, "nessage" "the task capture payload has been successfully completed ", "importedartifacts" \[ { "id" 1390, "prefix" "pf", "name" "imported process", "baseartifacttype" "process", "parentid" 1380 } ]} in the case of the 400 bad request or 404 not found http status code, contains the error message { "message" "the jobid url parameter is invalid ", "errorcode" 180}