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

Attributes

See cos for definitions of attributes.

Sample Record

{
  "name": "Research Collaboration",
  "description": "Pat's collaboration",
  "status": "A"
}

Supported Filters

No API specific filters are supported.

Implementation Notes

Delete

Unlike the standard Delete behavior, deleting a CO performs a hard delete (see Changelog Behavior), and all data associated with the CO (including history) will be physically removed from the database. To preserve this data, set status to Suspended (S) instead.


  • No labels