# Retrieves office's inventory. **GET /v1/Office/inventory** Sample request: ``` GET /v1/office/inventorymlsId=12345&officeId=oid ``` ## Servers - https://api.lwolf.com/brokermetrics: https://api.lwolf.com/brokermetrics () ## Parameters ### Query parameters - **mlsId** (string) The unique identifier of the MLS provider used to filter offices. - **officeId** (string) The identifier for a given office, is unique per MLS ## Responses ### 200 Successfully returns the data for the specified office. #### Body: application/json (array[object]) - **forSaleUnits** (number(double) | null) - **forSaleVolume** (number(double) | null) - **forSaleDom** (number(double) | null) - **ucUnits** (number(double) | null) - **ucVolume** (number(double) | null) - **ucDom** (number(double) | null) ### 400 One or more required parameters are missing or invalid. #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 404 No offices were found that match the given criteria. #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 500 An internal server error occurred while processing the request. [Powered by Bump.sh](https://bump.sh)