inbox info - OsiriX-Foundation/KheopsAuthorization GitHub Wiki
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
}