This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Initialization Option Assess API

administration

Enables an administration panel with various control options.

Note See the configuration panel knowledge base article for detailed information on the control options.

Examples

"administration": {
     "pwd": "a665a45920422f9d417e4867efdc4fb8a04a1f3fff1fa07e998e86f7f7a27ae3",
     "options": {
         "show_save": true,
         "show_submit": true,
         "show_exit": true,
         "show_extend": true
     }
}

Values

Request object key administration

Type object

This object has the following properties which can be configured.

  • options object

    Available options for the administration panel.

  • pwd string

    Makes the administration panel password-protected.

Was this article helpful?