Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Service

/permission-group

Method

GET

Response

Code Block
{
 "response":{
  "status":"OK",
  "groups":[
   {
    "id":"",
    "customerId":"",
    "name":"",
    "description":null,
    "deleted":"",
    "createdBy":"",
    "created":"",
    "modified":""
   },
   {...}
  ]
 }
}