PUBLIC
Get subfilters for a filter
Roles: view,edit,rule_admin,admin
application/json
application/json
Header Name | Description | Allowed Values |
---|---|---|
API-Key | API key in plaintext | |
Authorization | Base64 encoded credentials of "username:service-key" |
Name | Description | Type | Required | Allowed Values |
---|---|---|---|---|
orgUuid | Organization UUID | organization | true | String |
librariesFilterType | Filter Type | librariesfiltertype | true | languages,apps,servers,tags,status,grades |
Name | Description | Type | Required | Allowed Values |
---|---|---|---|---|
apps | Application IDs | array | false | String[] |
servers | Server IDs | array | false | Long[] |
environments | Library Environments | array | false | DEVELOPMENT,QA,PRODUCTION |
tags | Tags | array | false | String[] |
q | Keyword search | string | false | String |
languages | Library Language | array | false | String |
licenses | Library Licenses | array | false | String |
grades | Library Grades | array | false | String |
severities | Library severities | array | false | String |
quickFilter | Quick Filter | libraryquickfiltertype | false | ALL,VULNERABLE,VIOLATION,PRIVATE,PUBLIC,HIGH_RISK |
status | Library Status | set | false | Set |
includeUsed | Include used libraries | boolean | false | boolean |
includeUnused | Include unused libraries | boolean | false | boolean |
200 OK - OK