GetAssignmentsQueryParams

constructor(onlyActive: Boolean? = true, queueIds: List<Long>? = null, dids: List<Did>? = null, limit: Long? = 50, cursor: String? = null)

Parameters

onlyActive

When true, only returns active assignments.

queueIds

If specified, returns assignments for these queues only.

dids

If specified, returns assignments for these moderators only.