search only for entries with the given book(s) (project ids). To match multiple, give the parameter multiple times or give a list comma delimited. Will perform an exact match (case insensitive)
search only for entries with the given checking level(s). Can be 1, 2 or 3
if true, all releases, not just the latest, are included. Default is false
if false, only subject and title are searched with query terms, if true all metadata values are searched. Default is true
search only for entries with the given language(s). To match multiple, give the parameter multiple times or give a list comma delimited. Will perform an exact match (case insensitive) unlesss partialMatch=true
page size of results, defaults to no limit
sort order, either "asc" (ascending) or "desc" (descending). Default is "asc", ignored if "sort" is not specified.
search only for entries with the given owner name(s). Will perform an exact match (case insensitive) unlesss partialMatch=true
page number of results to return (1-based)
if true, subject, owner and repo search fields will use partial match (LIKE) when querying the catalog. Default is false
keyword(s). Can use multiple `q=<keyword>`s or a comma-delimited string for more than one keyword. Is case insensitive
search only for entries with the given repo name(s). To match multiple, give the parameter multiple times or give a list comma delimited. Will perform an exact match (case insensitive) unlesss partialMatch=true
if true, a list of the projects in the resource and their file paths will be listed for each entry. Default is false
sort repos alphanumerically by attribute. Supported values are "subject", "title", "reponame", "tag", "released", "lang", "releases", "stars", "forks". Default is by "language", "subject" and then "tag"
specifies which release stage to be return of these stages: "prod" - return only the production releases (default); "preprod" - return the pre-production release if it exists instead of the production release; "draft" - return the draft release if it exists instead of pre-production or production release; "latest" -return the default branch (e.g. master) if it is a valid RC instead of the above
search only for entries with the given subject(s). To match multiple, give the parameter multiple times or give a list comma delimited. Will perform an exact match (case insensitive) unlesss partialMatch=true
search only for entries with the given release tag(s). To match multiple, give the parameter multiple times or give a list comma delimited. Will perform an exact match (case insensitive)
Generated using TypeDoc
Request parameters for catalogSearch operation in CatalogApi.
CatalogApiCatalogSearchRequest