# Get Organization In-House Libraries Retrieves all libraries in an organization that have been marked as In-House Endpoint: GET /api/v2.0/orgs/{orgToken}/libraries/inHouse Version: 3.0.1 Security: bearer-key ## Query parameters: - `pageSize` (string) - `page` (string) - `search` (any) Filter your search to return items whose property has a specific value. Use the syntax: where a colon (:) separates between property, operation and value. + Property: the name of the property of the item + Operation: + - true if the value is identical to this value. + - true if the property's value is contained within this value + - true if this regular expression resolves as true. The regex is not case sensitive, and special characters must be escaped with a backslash. Special characters include space, double quote ("), '', '#', '%', '{', '}', vertical bar ('|'), backslash, '^'. To pass an escaped character in a URL in Postman, encode it first. E.g. to return all items whose value begins with or , use regex:^a + Value: the value of the property. To combine multiple filters, separate each filter with a semicolon with no space. E.g. property1:operation1:value1;property2:operation2:value2 This endpoint supports filtering on this property: + name:[like | equals | regex]:value + type:[like | equals ]:value + comment:[like | equals | regex]:value + markType:[equals]:value - `sort` (any) Sort search results alphabetically on an item's property by entering followed by the property name. E.g. enter to sort alphabetically by their email addresses from a-z ascending.To sort in descending order (z-a), add a minus sign ('-'). E.g. . You can sort by the following properties: + name + type + comment + markType ## Path parameters: - `orgToken` (string, required) org UUID (by running Entities - Organization > Get User Organizations) or API Key (from the Mend SCA App: tab > ). ## Response 200 fields (application/json): - `additionalData` (object) + : The total count of data points returned in an API response. + : Defines whether the current page represents the conclusion of the API response. When “true”, this signifies you are viewing the last page of the API response. When “false”, this indicates there are further pages remaining. Example: {"totalItems":"422","isLastPage":"true"} - `supportToken` (string) Example: "1171c60d" - `retVal` (array) - `retVal.uuid` (string) Example: "123e4567-e89b-12d3-a456-426655440000" - `retVal.name` (string) Example: "dbus-1.10.24-13.el7_6.x86_64.rpm" - `retVal.artifactId` (string) Example: "kind-of-6.0.2.tgz" - `retVal.groupId` (string) Example: "kind-of" - `retVal.version` (string) - `retVal.architecture` (string) - `retVal.languageVersion` (string) - `retVal.classifier` (string) - `retVal.extension` (string) - `retVal.sha1` (string) Example: "01146b36a6218e64e58f3a8d66de5d7fc6f6d051" - `retVal.description` (string) Example: "Get the native type of a value." - `retVal.type` (string) Example: "javascript/Node.js" - `retVal.libraryType` (string) - `retVal.directDependency` (boolean) - `retVal.purl` (string) Example: "pkg:maven/commons-beanutils/commons-beanutils@1.8.0?type=jar" - `retVal.extraInfo` (object) - `retVal.extraInformation` (object) - `retVal.extraInformation.distributionUrl` (string) - `retVal.extraInformation.downloadUrl` (string) - `retVal.extraInformation.releaseDate` (string) - `retVal.extraInformation.packageManagerRepository` (string) - `retVal.extraInformation.homePage` (string) - `retVal.extraInformation.repositoryUrl` (string) - `retVal.extraInformation.author` (string) - `retVal.securityRisks` (array) - `retVal.securityRisks.sourceUrl` (string) - `retVal.securityRisks.riskFactor` (string) Enum: "NO_FINDINGS", "UNCONFIRMED_UNSAFE", "CONFIRMED_UNSAFE", "KNOWN_FALSE_POSITIVE" - `retVal.noticeReference` (object) - `retVal.noticeReference.text` (string, required) Example: "Developed internally" - `retVal.noticeReference.reference` (string) Example: "https://github.com/..." - `retVal.proprietaryInfo` (object) - `retVal.proprietaryInfo.ruleDescription` (string) - `retVal.proprietaryInfo.rulePattern` (string) - `retVal.proprietaryInfo.comment` (string) - `retVal.proprietaryInfo.userInfo` (object) - `retVal.proprietaryInfo.userInfo.email` (string) Example: "jon.smith@mail.com" - `retVal.proprietaryInfo.userInfo.userType` (string) Enum: "REGULAR", "SERVICE", "SCAN_SUMMARY_RECEIVER" - `retVal.proprietaryInfo.userInfo.accountStatus` (string) Enum: "ACTIVE", "INACTIVE", "LOCKOUT" - `retVal.proprietaryInfo.proprietaryMarkType` (string) Enum: "BY_RULE", "BY_USER" - `retVal.locations` (array) - `retVal.locations.localPath` (string) Example: "C:\\\\Users\\\\user\\\\.m2\\\\repository\\\\commons-io-1.4.jar" - `retVal.locations.dependencyFile` (string) Example: "C:\\\\GitHubRepos\\\\Pipline\\\\EUA\\\\plugins-automation\\\\fsa\\\\tests\\\\EUA\\\\Java\\\\bigProjectsMaven\\\\WST_417\\\\Data\\\\ksa\\\\ksa-web-core\\\\pom.xml" - `retVal.attributionReportSettings` (object) - `retVal.attributionReportSettings.excluded` (boolean) - `retVal.dependencyType` (string) - `retVal.violations` (integer) Example: 22 - `retVal.workflowUuids` (array) Example: 2 - `retVal.violatingFindings` (integer) Example: 2 ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"