[Home](./index.md) > [bitburner](./bitburner.md) > [OfficeAPI](./bitburner.officeapi.md) > [getOffice](./bitburner.officeapi.getoffice.md) ## OfficeAPI.getOffice() method Get data about an office. **Signature:** ```typescript getOffice(divisionName: string, city: CityName): Office; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| divisionName | string | Name of the division |
| city | [CityName](./bitburner.cityname.md) | Name of the city |