get the requested repositories count
POST/api/v1/vcs-repository/repositories/count
Get repositories count
Request
- application/json
Body
required
the body includes filters page configuration.
orderBy object
isAsc booleanrequired
type stringrequired
fieldName stringrequired
pageConfig object
pageSize doublerequired
page doublerequired
filters object
appIds string[]
importanceScore RepoImportanceScore (string)[]
Possible values: [HIGH
, MEDIUM
, LOW
]
owners string[]
Array of repository owners, filter all repositories owned by specified owners
images string[]
archived string[]
An array with length of 1 containing either ‘true’ or ‘false’, filter between archived and not archived repositories
issues string[]
Issues enum: [IAC
, SCA
, SECRETS
, CICD
, SAST
]
Filter repositories containing issues of the requested type
pipelines string[]
Get all repositories linked to the specified pipelines
lastUpdated date-time
riskFactors RiskFactorsType (string)[]
Possible values: [isInternetExpose
, isRepositoryDeployed
]
workspaceIds string[]
privacyLevels RepositoryPrivacyLabel (string)[]
Possible values: [public
, private
, internal
]
CI files path
technologies string[]
Get repositories that make use of the specified technologies
providers RepositoryProvider (string)[]
ids string[]
VCS repository IDs
name string
Search repositories by free text
Responses
- 200
repositories
- application/json
- Schema
Schema
number
Loading...