View Single Post
  #918  
Old 26.09.2019, 15:14
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,533
Default

Quote:
Originally Posted by Demongornot View Post
.. if I use this command after the first link has been added, will said link still be referenced ?
It needs to be enabled/run BEFORE the source url/text is added to JD.

Quote:
Originally Posted by Demongornot View Post
Also I would love an API method to get "job" from "jobId" please !
Code:
var myJobId = jobId;
var apiLinks = callAPI("linkgrabberv2", "queryLinks", {
    "jobUUIDs": [myJobId]
});
alert(apiLinks);
Reply With Quote