GetAssignmentsQueryParams
constructor(onlyActive: Boolean? = true, reportIds: List<Long>? = null, dids: List<Did>? = null, limit: Long? = 50, cursor: String? = null)
Parameters
onlyActive
When true, only returns active assignments.
reportIds
If specified, returns assignments for these reports only.
dids
If specified, returns assignments for these moderators only.