Overview
List multipliers across the system with multi-dimensional filtering. Supports filtering by lottery, kind, active status, and sorteo.Endpoint
Query Parameters
Filter by lottery UUID
Filter by multiplier type:
NUMERO: Standard bet multipliersREVENTADO: REVENTADO multipliers
Filter by active status:
true: Only active multipliersfalse: Only inactive multipliers- Omit to see all
Filter by specific sorteo UUIDReturns multipliers that apply to this sorteo (including those with null
appliesToSorteoId)Search query (searches multiplier name)
Page number for pagination (min: 1)
Items per page (min: 1, max: 100)
Response
Indicates if the request was successful
Array of multipliers
Pagination metadata
Examples
Response Example
Common Use Cases
Load multipliers for lottery selection
Load multipliers for lottery selection
When a user selects a lottery, fetch available multipliers:
Get REVENTADO options for sorteo evaluation
Get REVENTADO options for sorteo evaluation
When evaluating a sorteo, get available REVENTADO multipliers:
Search for specific multiplier
Search for specific multiplier
Find multipliers by name:
Implementation Details
Fromsrc/api/v1/controllers/multiplier.controller.ts:32-35:
Related Endpoints
Create Multiplier
Create new multiplier
Get Multiplier
Get single multiplier by ID
Update Multiplier
Modify existing multiplier