Projects

Operations related to projects. A project is a collection that groups several submissions.

Projects

GET http://biostudy-prod.ebi.ac.uk:8788/projects

Retrieves the list of the projects that are available for the user

Headers

Name
Type
Description

X-SESSION-TOKEN

string

User authentication token

[{
  "accno": "BioImages",
  "title": "BioImages Archive",
}, {
  "accno": "ArrayExpress",
  "title": "ArrayExpress Project"
}]

Last updated

Was this helpful?