The pluginGetList Web API Method
Get a list of plugin entries.
Version: 1.10
Required Permissions: Full
HTTP method: GET
Supported by Editions: Zend Server
Request Parameters:
Parameter |
Type |
Required |
Description |
order |
String |
No |
Column identifier for sorting the result set (id, name, version, creationTimeTimestamp). Default is id. |
direction |
String |
No |
Sorting direction: ASC or DESC. Default is DESC |
Expected Response Code: 200 OK - Returned for a successful request.
Response Type: auditList
Possible Action Specific Error Codes: This method has no action-specific error codes.
Example
|
Request
Response
|