ResourceGroups
URL/api/v2/groups
Supported Standard Operations
  • Add
  • Delete
  • Edit
  • View (one)
  • View (all)

Attributes

See groups for definitions of attributes.

Sample Record

{
  "co_id": 2,
  "cou_id": null,
  "name": "Test Group 1",
  "description": "Group for testing groups",
  "open": false,
  "status": "A",
  "group_type": "S",
  "nesting_mode_all": false,
  "owners_group_id": 219
}

Supported Filters

(warning) Viewing all groups without an additional filter is not supported.

View (all)

Additional filters:

Example: Obtain Groups in a given CO

GET /registry/api/v2/groups?co_id=2

Implementation Notes