Checking the loading of the package
Path to servlet: api/xpdlInfo/checkLoaded
Method: GET
Parameters:
- xpdlFilename - XPDL file name
Answer:
- The response contains information whether the package is already loaded into the system. If so, its id is also returned.
Example answer
{ "success":true, "loaded":true, "packageId":"package_id" }