Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Polish

Sprawdzenie załadowania pakietu

Ścieżka do servletu: api/xpdlInfo/checkLoaded

Metoda: GET

Parametry:

  • xpdlFilename - nazwa pliku XPDL

Odpowiedź:

  • Odpowiedź zawiera informację, czy pakiet jest już załadowany do systemu. Jeżeli tak, zwracany jest również jego id.

 

Code Block
languagejs
titlePrzykładowa odpowiedź
linenumberstrue
{
	"success":true,
	"loaded":true,
	"packageId":"id_pakietu"
}
English

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.

 

Code Block
languagejs
titleExample answer
linenumberstrue
{
	"success":true,
	"loaded":true,
	"packageId":"package_id"
}