Retrieve a list of extensions and associated information. This list can be filtered by extension type (PHP Extension and Zend Extension). This list of extensions contains only meta and operation information about the extension, and does not include directives and internal state.
Version: 1.3
Required Permissions: Read-only
HTTP method: GET
Supported by Editions: All
Request Parameters:
Directives and their values are passed as HTTP parameters in the “directives” namespace, directly into the query part of the Request
Parameter |
Type |
Required |
Description |
type |
String |
No |
Retrieve only extensions of a specific type (one of “all”, ”zend”, “php”). Default: All |
order |
String |
No |
Column to sort the result by (name, status). Default: (extension) name |
direction |
String |
No |
Sorting direction: ASC or DESC. Default: ASC |
filter |
String |
No |
Apply a certain case-insensitive string filter to the extensions returned |
Expected Response Code: 200 OK
Response Type: A list of extensions, current meta data, state and description.
Possible Action Specific Error Codes:
HTTP Code |
Error Code |
Description |
500 |
internalServerError |
The system could not retrieve the requested extensions’ information, possibly due to a database error. |
|
Request
Response
|