GetJobs Description Export specific job definitions from panel Signature string[] GetJobs(string key, string panelId, string jobIds) Parameters Name Data Type Description key string required The authentication key panelId string required jobIds string required Response Data Type Description string[ ] String array with XML representing the panel jobs Example var communityPanelSoapClient = new CommunityPanelSoapClient(); var jobDefinitions = communityPanelSoapClient.GetJobs(key, "p123456789", "12345,67890");