Repository Sensitive Data
/api/v1/org/{orgId}/repo/{repoId}/sensitive/list List Repo Sensitive Data
List sensitive data MatchWords for the given organization and repository.
Usage:
Results are paginated via the previous and next page keys.
To get additional pages, use the nextPageKey or previousPageKey from the response and send back in as the page query param.
When the page parameter is provided, all other query parameters are ignored.
Additional Parameters:
sortField- the field to sort the MatchWords by.matchTermmatchPatternandcodeTypesortDir- direction to sort.ASCDESCpageSize- number of results to return.pageToken- zero-based index of the page to return.categories- comma separated list of named filters to apply.query- fuzzy filter MatchWords by matched term.
Requires
read:repositorypermission.
Path parameters
repoIdstring · uuidrequiredUUID identifier for this StackHawk Repository.
orgIdstring · uuidrequiredUUID identifier for this StackHawk Organization.
Query parameters
sortFieldstringResource field to sort paginated response by.
4 available options
matchTermmatchPatterncodeTypescoresortDirstringPaginated results are sorted 'asc' or 'desc'.
3 available options
ASCDESCUNSORTEDpagestringPagination page key.
pageSizeinteger · int32Pagination response size limit.
10pageTokeninteger · int32Pagination request page increment.
0categoriesstring[]A comma-delimited list of Sensitive data type categories.
querystringA term used to filter results based on matching content in one or more fields.
Response
OK
Whether or not there is a next page.
List of the OAS file information
PageToken to provide for the next page of results.
Whether or not there is a next page.
List of the OAS file information
PageToken to provide for the next page of results.
Unauthorized