# Retrieve mappings for a specific enterprise with optional filters Return all mapping records associated with the given enterprise (enterpriseId). Endpoint: GET /mappings/enterprise/{enterpriseId} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `enterpriseId` (string, required) Enterprise identifier Example: "E0000090" ## Response 200 fields (application/json): - `mappingId` (string) - `name` (string) - `number` (string) - `type` (string) ## Response 400 fields (application/json): - `error` (string) Example: "Invalid credentials" ## Response 404 fields (application/json): - `error` (string) Example: "Invalid credentials"