get https://api.azuga.com/azuga-ws/v1/landmark/view.json
This API provides you with information about all active landmarks present in your account.
Sample Request
https://api.azuga.com/azuga-ws/v1/landmark/view.json?groupName=Customer Group A &type=Supplier
API Response explanation
Field | Description |
---|---|
code | API Status Code |
message | API Message (Success/Failure) |
generatedAt | API generation timestamp in UTC |
reason | The reason for failure |
currentPage | The current page |
totalPages | The total number of pages in the result |
landmarks | An array of landmark objects |
name | The name of the landmark |
address | The address of the landmark |
latitude | The latitude coordinate of the landmark |
longitude | The longitude coordinate of the landmark |
radiusUnit | Unit of radius (metres, kilometres or miles) of the landmark |
icon | Icon of the landmark |
type | The Type of the landmark |
groupName | The name of the group associated with the landmark |
radius | The radius of the landmark |
color | The color of the landmark |
createdAt | Landmark creation timestamp in UTC |
modifiedAt | Timestamp in UTC when the landmark was updated |
firstName | The first name of the contact person associated with the landmark |
lastName | The last name of the contact person associated with the landmark |
phoneNumber | The phone number of the contact person associated with the landmark |
The email address of the contact person associated with the landmark | |
reserved1 | Reserved variable for future use |
reserved2 | Reserved variable for future use |
reserved3 | Reserved variable for future use |
reserved4 | Reserved variable for future use |