app/version/tool
Lists all tools for an application version
get/app/{appId}/version/{appVersion}/tools
Path parameters
appIdnumber required
Example:5
ID of the application
appVersionnumber required
Example:2
Version number of the application
Response
Successful operation
Example response
[
{
"appId": 5,
"appVersion": 2,
"toolPackageName": "@vincent/foo-bar",
"toolVersion": "1.0.0",
"hiddenSupportedPolicies": [
"@vincent/foo-bar-policy-1",
"@vincent/foo-bar-policy-2"
]
}
]