It allows you:
to get the list of Account Groups
Columns that can be used as filters:
Value
Name
Active
Actions can be done:
list
URL: https://api.socratecloud.com/webapi/rest/account/group/list/{version}?startRow={0}&endRow={100}&accessToken={access_token}
Method: GET
Return: JSON object with next format:
{
"data": [
{
"Organization": "*",
"Created": "2011-06-10 00:00:00+0300",
"CreatedBy": "System",
"Updated": "2011-06-10 00:00:00+0300",
"UpdatedBy": "System",
"Active": true,
"Value": "25",
"Name": "Current Assets",
"Description": null
}
],
"totalRows": 1
}