Fetch Office API
### Get Office Details
This API endpoint retrieves the details of an office based on the provided name From Dice.
#### Request Parameters
| Param | Required | Description |
| --- | --- | --- |
| name | Mandatory | The name of the office. |
#### Example Response
``` json
{
"name": "Indore",
"coords": {
"name": "Indore",
"lat": 22.7195687,
"lng": 75.8577258
},
"createdAt": 1586185758298,
"updatedAt": 1586185758298
}
```
Headers
DICE-APP-ID
X-CLIENT-ID
X-CLIENT-SECRET
Query parameters
name
Fetches office details based on the office name.
Response
OK
name
coords
createdAt
updatedAt

