Module: Panoptes::Client::Classifications
- Included in:
- Panoptes::Client
- Defined in:
- lib/panoptes/client/classifications.rb
Instance Method Summary collapse
Instance Method Details
#get_subject_classifications(subject_id, workflow_id) ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/panoptes/client/classifications.rb', line 4 def get_subject_classifications(subject_id, workflow_id) panoptes.paginate("/classifications/project", { admin: true, workflow_id: workflow_id, subject_id: subject_id }, resource: "classifications") end |