Versions Compared

Key

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


Panel

Table of Contents


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

Attributes

  • See cous for definitions of other attributes and elements
AttributeValueRequired?
idCOU IDRequired for edit, omit for add
co_idCO IDYes
nameCOU NameYes
descriptionCOU Description
parent_id

Parent COU ID


Sample Record

Code Block
{
  "id": 5,
  "co_id": 2,
  "parent_id": null,
  "name": "Researchers",
  "description": "Test CO Researcher"
}

...

Code Block
GET /registry/api/v2/coscous.json?co_id=2