Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Genesys Backend Genesys Backend
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Genesys PGRGenesys PGR
  • Genesys BackendGenesys Backend
  • Issues
  • #314
Closed
Open
Issue created Sep 01, 2018 by Matija Obreza@mobrezaOwner

Accesssion API v1: details

Accession API v1 /{uuid} or /{doi} return accession information.

Add new endpoints /details/{uuid} and /details/{doi} that return the following JSON:

{
 "details": accession,
 "pdci": acession.accessionId.pdci,
 "datasets": ...,
 "subsets": ...
}
  • datasets: includes List of basic information of Datasets where accession is described (use JsonView.Minimal)
  • subsets: includes List of basic infomration of Subsets where accession is included (use JsonView.Minimal)

Some service methods may not yet be available (check with @mborodenko).

Assignee
Assign to
Time tracking