# Get Inventory Approval by environment ID and Ruleset Name. Endpoint: GET /inventory-approvals Version: 5.1.47 Security: api_key ## Query parameters: - `environment_id` (integer, required) The ID of the Environment. - `ruleset_name` (string, required) The name of the rule-set that has inventory approval record. ## Response 200 fields (application/json): - `inventoryApprovalId` (integer) The ID of the Inventory Approval. This field will be generated by the Masking Engine. Example: 1 - `environmentId` (integer, required) The ID of the Environment. Example: 1 - `rulesetName` (string, required) The name for this Ruleset inventory to be updated. Example: "DelimitedFileRs" - `inventoryStatus` (string, required) The inventory status of this Environment's inventory. Enum: "NEW", "SUBMITTED", "APPROVED", "REJECTED" - `submitUserLoginNm` (string) The login name of the user submitting the ruleset inventory to be approved. - `approvalUserLoginNm` (string) The login name of the user approving or rejecting the ruleset inventory. ## Response 403 fields ## Response 404 fields