I created workflow "20" with one subject set. I get (possibly all?) 16 in response.
Since a workflow has a list of its subject sets' IDs, should the link actually be more directly /subject_sets/{workflows.subject_sets} instead of a query?
RestPack automatically makes has_many links use the query param format. I can look into making it support the other format if you prefer. This will be fixed when I resolve #148
I created workflow "20" with one subject set. I get (possibly all?) 16 in response.
Since a workflow has a list of its subject sets' IDs, should the link actually be more directly
/subject_sets/{workflows.subject_sets}
instead of a query?