[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, cityName: string): Office;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | Name of the division |
| cityName | string | Name of the city |
Returns:
[Office](./bitburner.office.md)
Office data