New
  • We've added a new API route for organization owners or admins within One Codex, to be able to view samples within their organization. The API route is
    /api/v1/samples/organization
    , and can be used with the onecodex client library, i.e.
    ocx.Samples.where(organization=True)
    , to get all samples uploaded by users within the organization. Note, this functionality was available on the web application at https://app.onecodex.com/organization/samples, and remains unchanged.