Fetch Office API

View as Markdown
### 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-IDstringOptional
X-CLIENT-IDstringOptional
X-CLIENT-SECRETstringOptional

Query parameters

namestringOptional
Fetches office details based on the office name.

Response

OK
namestring
coordsobject
createdAtinteger
updatedAtinteger