-
Notifications
You must be signed in to change notification settings - Fork 13
inbox info
gerome12 edited this page Aug 6, 2019
·
1 revision
Used to get infos about the inbox.
URL : /inboxinfo
Method : GET
Auth Required : Authorization with a JWT Bearer token with the user as the sub claim.
Headers
-
Accept
: If present, require that this value beapplication/json
Success Response
-
Status :
200 OK
{
"modalities": [
"ct",
"sr"
],
"number_of_studies": 16,
"number_of_series": 25,
"number_of_instances": 154
}
- Authentication API
- Study List
- Studies/Series Favorites
- Working with the Inbox
- DICOMweb Capability Tokens
- Webhooks
-
Working with Albums
- Album List
- Get an Album
- Create an album
- Edit an album
- Delete an album
- Add a study
- Add a series
- Remove a study
- Remove a series
- Add a User
- Remove a User
- Get the list of Users
- Add and upgrade an user to Admin
- Downgrade an admin to User
- Add an album to favorites
- Remove an album from favorites
- Post a comment
- Get a list of events (comments and mutations)
- Others
- Report Providers