# Retrieves detailed information about an office based on the specified MLS ID and Office ID. **GET /v1/Office/office-info-details** Sample request: ``` GET /v1/office/office-info-details?mlsId=12345&officeId=67890 ``` ## Servers - https://api.lwolf.com/brokermetrics: https://api.lwolf.com/brokermetrics () ## Parameters ### Query parameters - **mlsId** (string) The unique identifier of the MLS provider associated with the office. - **officeId** (string) The unique identifier of the office within the MLS system. ## Responses ### 200 Successfully returns the office information details. #### Body: application/json (array[object]) - **stateCode** (string | null) - **zipcode** (string | null) - **streetName1** (string | null) - **streetName2** (string | null) - **city** (string | null) - **county** (string | null) - **phones** (array[object] | null) - **brokerId** (string | null) - **agentTotalCount** (integer(int32) | null) - **agentCount** (integer(int32) | null) - **officeName** (string | null) - **emailAddress** (string | null) - **respMember** (string | null) - **memberTypeDescription** (string | null) - **memberType** (string | null) - **statusCode** (string | null) - **statusDescription** (string | null) - **officeId** (string | null) - **mlsId** (string | null) - **mlsStatus** (string | 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 office information was found for the specified parameters. #### 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)