api/nonbusinessgroups: Read nonbusiness groups
With this resource you can read all nonbusiness groups. The editing and adding of nonbusiness groups is currently not possible.
Object type „ nonbusinessgroup“
Parameter | Type | Description |
---|---|---|
id | integer | The ID of the nonbusiness group |
name | string | The name of the nonbusiness group |
List nonbusiness groups
GET /api/nonbusinessgroups
Answer
{ "nonbusinessgroups": { [object of type nonbusinessgroup], [object of type nonbusinessgroup], ... } }