Not getting "Job ID" to run the call "AsyncJob"
Hi, I am testing the API of request call "AsyncJob" but I am not receiving "Job-id" from other calls.
Kindly guide me where would I found the "Job ID" in order to run the call?
どのようなことでお手伝いできますか?
学ぶ。 共有する。 議論する。
Hi, I am testing the API of request call "AsyncJob" but I am not receiving "Job-id" from other calls.
Kindly guide me where would I found the "Job ID" in order to run the call?
Folllowing List for Post: Not getting "Job ID" to run the call "AsyncJob"
[this list is visible for admins and agents only]
Hi Sibqo Developer, some API methods are async, which means that the call instantly returns the async job ID while the actual process may still be happening behind the scenes. Among these are Folder duplication (Copy Folder async) or launching a Blueprint.
For instance, you can create a project from Blueprint via API using the following method from our Developers portal: https://developers.wrike.com/api/v4/blueprints/#folder-blueprint-launch-async. In response, you'll receive the async job ID and the status of the duplication/creation process.
It's possible to get the actual status of the async job via "GET/async_job/{async_jobId}" API call: https://developers.wrike.com/api/v4/async-job/
Please let me know if you have any additional questions! 😉
Lisa K. Community Team at Wrike Wrike Product Manager Wrike Discover で Wrike のエキスパートになろう
Lisa K. Wrike Team member Wrike Discover で Wrike のエキスパートになろう
Hi, I need to get the status of a blueprint launch so that I can perform further actions when the job is completed.
I don't have the Async job id as I didn't initiate the blueprint launch. Is it possible to get the Async Job Id from the API after creation?
Lisa K. I have solved my error with the help of your guide. Thankyou for the prompt reply. .
Hello Tim Dodds, welcome to the Community 👋🏻
Our Support team is in touch with you via email. Please let me know if you have any other questions 🙋🏻♀️