getUserGroups
Return an array of user groups.
Input parameters
Parameter name |
Description |
Possible value |
Required |
userGroupID |
Retrieve one specific user group. |
Integer |
|
changedSince |
Retrieve only items that have been added or modified since the specified timestamp. Use it to keep a local database in sync with Erply. |
Integer (Unix timestamp) |
|
Response
Field name |
Type |
Description |
userGroupID |
Integer |
|
name |
String |
|
added |
Unix timestamp |
Creation time. |
addedByUserName |
String |
|
lastModified |
Unix timestamp |
Last modification time. |
lastModifiedByUserName |
String |
|
attributes |
Array |
Additional attributes. Each item looks like this:
Field name | Type | Description |
---|
attributeName | String | Attribute name | attributeType | String | Attribute type | attributeValue | String | Attribute value |
|