GetAssignmentsQueryParams
data class GetAssignmentsQueryParams(val onlyActive: Boolean? = true, val reportIds: List<Long>? = null, val dids: List<Did>? = null, val limit: Long? = 50, val 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.