List tasks producing occurrences of a given type for a (case, sequencing) pair
GET/cases/:case_id/:seq_id/tasks_with_occurrences
Return tasks attached to the given case and sequencing experiment whose task type produces occurrences of the requested occurrence type. Sorted by created_on DESC. Returns an empty list (200) when no task matches.
Request
Responses
- 200
- 400
- 404
- 500
OK
Bad Request
Not Found
Internal Server Error