@Xunder
Thanks for the example :)
Yh that all makes sense, in my project I can set a preferred group, in the old v1 I would simply compare '''group_id''', I'll rewrite the logic, not a problem just wondering the context behind it so the logic can get the right chapter :)
@Halo
thanks for the quick reply :)
I shall account for this in my project, would this simply mean that x groups worked/contributed to the chapter then?
Any reason as to why groups in a chapter obj are returning a list?
"groups": [
506
],
is there a situation where a chapter might have 2 groups? Its a trivial fix from dev side, but at the same time why not just return an int instead of a list...
Might have to do with the...