yash_verma
5 years agoNew Contributor
Rest API help required
Hi Team,
My requirement is I want to pass email address for validity to Rest API post call and it will return the id of the job submitted. Than I need to execute another Rest API Get call which will list the status of all the job submitted and in that response I need to check the status of latest job id (returned from Rest POST call I mentioned above) and continue to get the status till it shows completed. After the status is completed I need to call another rest get to get the details of emails. Please help how to do this.