post https://services.azuga.com/azuga-ws-oauth/v3/groups.json
This API provides you with information about all groups present in your account.
Sample Request
https://services.azuga.com/azuga-ws-oauth/v3/groups?limit=50
{}
API Response Explanation
Field | Description | Data Type |
---|---|---|
generatedAtInMillis | Time in UTC milliseconds when the API request is made | Long |
data | The object consists of metadata of the group. | Object |
groupId | Unique identifier representing the group | String |
customerId | Unique identifier representing the customer | Long |
parentId | Unique identifier representing the parent group | String |
parentName | Name of the parent group | String |
name | Name of the group | String |
description | Brief description of the group | String |
configId | Unique identifier of the configuration | String |
parentGroup | Object represents the metedata of the parent group | GroupLiteVO |
groupId | unique identifier of the parent group | String |
name | Name of the parent group | String |
configName | Name of the configuration | String |
createdBy | Unique identifier of the user created the group | String |
createdAt | Created time of the group in UTC milliseconds | Timestamp |
lastModifiedBy | Unique identifier of the user updated the group last | String |
lastModifiedAt | Modified time of the group in UTC milliseconds | Timestamp |
deleted | Boolean value representing whether the group is deleted. True = Deleted False = Not Deleted | boolean |
deletedAt | Deleted time in UTC milliseconds | Timestamp |
color | Text color of the map icon. #ffffff by default | String |
bgColor | Background color of the map icon #000000 by default | String |
adminUsers | For internal use | String |
userList | Array of objects representing the meta-data of the administrators | List |
id | Unique identifier representing the administrators | String |
firstName | First name of the 1st administrator | String |
lastName | Last name of the 1st administrator | String |
childGroupIds | Unique identifier representing the child grouop | String |
configuration | Object representing the meta-data of the configuration | ConfigurationVO |
id | Unique identifier representing the configuration | String |
name | Name of the configuration | String |
description | Description of the configuration | String |
trackingSchedule | For internal use | boolean |
groupList | For internal use | List |
groupListString | For internal use | String |
hrsOfOperation | For internal use | List |
deviceConfigurations | For internal use | Set |
ssodefault | For internal use | boolean |
error | Error description - if any | List |
recordsFiltered | Number of records fetched | Integer |