get https://services.azuga.com/azuga-ws-oauth/v3/landmark/categories.json
This API allows you to view all the categories added to your account. You are allowed to view the categories for those you have access to.
Sample Request
https://services.azuga.com/azuga-ws-oauth/v3/landmark/categories.json
API Response explanation
Field | Description | Data Type |
---|---|---|
generatedAtInMillis | API generation timestamp in UTC milliseconds | Long |
data | API Message (Success/Failure) | Object |
categoryId | Unique identifier representing the category. For default categories like Customer, Home, Office etc, the value would be an integer. | String |
name | Name of the category | String |
createdBy | Unique identifier of the user who created the category. For default categories like Customer, Home, Office etc, the value would be 1. | String |
error | Error description - if any | List |