Skip to main content
Skip table of contents

Connected Scanners API (Deprecated)

This API tracks the list of scanners listed in the <xnat:scanner> XML property of the xnat:imageSessionData data type. While it may have served other purposes prior to the definition of the dicomSCP REST API, now it is a vestigial (but still functional) REST endpoint

Get A List Of Scanners That Have Provided Image Session Data To Your XNAT

CODE
GET - /data/scanners

Parameters: none

Response:

CODE
{
  "ResultSet": {
    "Result": [
      {
        "scanner": "string"
      },
      ...
    ],
    "totalRecords": "integer",
    "title": "Scanners"
  }
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.