Last modified October 31, 2024

listShowcase

This funtion returns the data for showcases that appear on first launch.
Returns
Parameter name Type Description Possible Values
features List [] List of Feature Objects
  • _id (String)
  • feature (String)
  • order (Integer)
  • approved (Boolean)

Example Call JETAPI

jetbackup5api -F listShowcase
success: 1 message: system: version: 5.3.3 version_panel: 5.3.3 tier: EDGE type: cPanel retry_ms: 0 disableui: dr: agreement_panel: agreement: licenseIssue: data: features: 0: _id: 100_rootPrivateKey feature: rootPrivateKey order: 100 approved: 1 1: _id: 105_initialSettings feature: initialSettings order: 105 approved: 1

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi?function=listShowcase