Skip to content

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 be application/json

Success Response

  • Status : 200 OK
{
    "modalities": [
        "ct",
        "sr"
    ],
    "number_of_studies": 16,
    "number_of_series": 25,
    "number_of_instances": 154
}
Clone this wiki locally