Studio & Workflow Tools

Get GPAL Settings

Retrieve the current GPAL library configuration as JSON.

Retrieve the current GPAL library configuration as JSON.

Returns a JSON snapshot of the GPAL library's own configuration settings, useful for debugging and diagnostics.

TIP

Primarily an OttoMagic/debugging feature; no Puppeteer-side equivalent.

Examples

MagicHelper: MagicHelper utility library

string settings = GPAL.MagicHelper.GetGpalSettings();

REST Client: Direct REST/HTTP client

GPAL.OttoMagicClient.GetGpalSettings().Execute();