Last modified November 7, 2024

getAccountFilter

This function prints the objects data given its Account Filter ID.
Parameter name Type Description Possible Values Example
_id String REQUIRED Account Filter ID of the Account Filter Object you are trying to fetch. N/A _id=5f864533cde674169f42ffe2

Example Call JETAPI

jetbackup5api -F getAccountFilter -D "_id={$ACCOUNT_FILTER_ID}"
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: _id: 64f37dd63d5cd855603d04f2 group_id: 64f37dd63d5cd855603d04f3 type: 2 name: user1 owner: 64f37d695aa01f55661b38f2 owner_name: root count: 1 condition: 1 list: 0: user

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi?function=getAccountFilter&_id={$ACCOUNT_FILTER_ID}