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

Compare with Current View Page History

« Previous Version 3 Current »

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

Attributes

  • See types for definitions of other attributes and elements
AttributeValueRequired?
co_idCO IDYes
attributeAttributeYes
display_nameDisplay NameYes
value

Database Value

Yes
edupersonaffiliationeduPersonAffiliation Mapping
statusStatusYes

Sample Record

{
  "co_id": 2,
  "attribute": "Names.type",
  "value": "author",
  "display_name": "Author",
  "edupersonaffiliation": null,
  "status": "A"
}

Supported Filters

View (all)

Additional filters:

  • co_id

Example: Obtain Types in a given CO

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

Implementation Notes

  • No labels