This feature is deprecated and support may be removed from future versions of XNAT

Contents


In a project where the Quarantine setting is disabled, these API will have no effect.


Check The Quarantine Status Of An Experiment

GET - /data/projects/{project-id}/subjects/{subject-label | subject-id}/experiments/{experiment-label | experiment-id}/status

Response

Returns a simple string:

  • "active"
  • "quarantined"


Set An Experiment's Quarantine Status to "Active"

PUT - /data/projects/{project-id}/subjects/{subject-label | subject-id}/experiments/{experiment-label | experiment-id}?activate=true

Response

Returns the accession ID of the affected experiment


Set An Experiment's Quarantine Status to "Quarantined"

PUT - /data/projects/{project-id}/subjects/{subject-label | subject-id}/experiments/{experiment-label | experiment-id}?quarantine=true

Response

Returns the accession ID of the affected experiment

  • No labels