You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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?
co_idCO IDYes
nameCOU NameYes
descriptionCOU Description
parent_id

Parent COU ID


Sample Record

{
  "co_id": 2,
  "parent_id": null,
  "name": "Researchers",
  "description": "Test CO Researcher"
}

Implementation Notes

View (all)

Additional filters:

  • co_id

Example: Obtain COUs in a given CO

GET /registry/api/v2/cous?co_id=2
  • No labels