/
DO
dockstore
/
Dockstore API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 33m ago · Updated 1mo ago
Details
Filter operations
aliases
2
categories
4
Cloud Instances
3
containers
28
containertags
7
curation
9
entries
19
events
2
extendedGA4GH
19
GA4GHV1
10
GA4GHV20
11
GA4GHV20BETA
11
hosted
7
lambdaEvents
2
metadata
12
organizations
35
get
List all available organizations.
post
Create an organization.
get
List all organizations.
get
Retrieve a collection by alias.
post
Add aliases linked to a collection in Dockstore.
get
Retrieve an organization by name.
get
Retrieve an organization by alias.
get
Retrieve an organization by ID.
put
Update an organization.
delete
Delete pending or rejected organization
post
Add aliases linked to a listing in Dockstore.
post
Approve an organization.
get
Retrieve all collections for an organization.
post
Create a collection in the given organization.
get
Retrieve a collection by ID.
put
Update a collection.
delete
Delete a collection.
get
Retrieve a collection description by organization ID and collection ID.
put
Update a collection's description.
post
Add an entry to a collection.
delete
Delete an entry to a collection.
get
Retrieve an organization description by organization ID.
put
Update an organization's description.
get
Retrieve all events for an organization.
post
Accept or reject an organization invitation.
get
Retrieve all members for an organization.
post
Reject an organization.
post
Re-request an organization review.
put
Star an organization.
get
Return list of users who starred the given approved organization.
put
Add a user role to an organization.
post
Update a user role in an organization.
delete
Remove a user from an organization.
put
Add a user role to an organization.
get
Retrieve a collection by name.
tokens
11
toolTester
2
users
46
workflows
64
organizations
Retrieve an organization by alias.
Retrieve an organization by alias.
get
/organizations/{alias}/aliases
Path parameters
alias
string
required
Alias.
Response
default response
Organization
required
aliases
object
avatarUrl
string
categorizer
boolean
collectionsLength
integer
dbCreateDate
integer
dbUpdateDate
integer
description
string
displayName
string
email
string
id
integer
link
string
location
string
name
string
starredUsers
User[]
status
'PENDING'
|
'REJECTED'
|
'APPROVED'
|
'HIDDEN'
topic
string
users
OrganizationUser[]
Changes