Get information about all integrations of the specified plugin
Return a JSON representation of all integrations of the specified plugin.
Request
GET https://{hostname}:{port}
/build/rest2/plugins{id}/integrations
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | true | The identifier to use when looking up plugin. This is the ID or name of the plugin |
This command takes a JSON request string or file. Use the following template for the request:
[{
"propName": "propValue, if having multi properties,
repeat this. If the propValue is an array, please use
JSONArray format.",
"propSheetId": "The id of the integration",
"propSheetName": "The name of the plugin"
}]
