Queries the details of an extension.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ExtensionCode | string | Yes | The unique code of the extension. | ce4*********086da5 |
Response parameters
Examples
Sample success responses
JSON
format
{ "RequestId": "0000-ABCD-EFG", "Extension": { "ExtensionCode": "ce4*********086da5", "ExtensionName": "Extension name", "ExtensionDesc": "This is a description", "HelpDocUrl": "https://www.aliyun.com/", "Status": 0, "ProjectTesting": 13552, "DetailUrl": "https://www.aliyun.com/", "ParameterSetting": "extension.project.disabled=projectId1,projectId2,projectId3", "OptionSetting": "Option configuration", "BindEventList": [ { "EventCode": "commit-file", "EventName": "File submission pre-event" } ], "EventCategoryList": [ { "CategoryCode": "file-change", "CategoryName": "File change event" } ] } }
Error codes
For a list of error codes, visit the Service error codes.