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

Attributes

See types for definitions of attributes.

Sample Record

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

Supported Filters

View (all)

Additional filters:

Example: Obtain Types in a given CO

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

Implementation Notes