Skip to main content

Interface: ScoreParams

types/score.ScoreParams

interface ScoreParams

Hierarchy

Properties

limit

Optional limit: number

Number of results to return per page.

Inherited from

BaseGetParams.limit

Defined in

types/baseParams.ts:9


offset

Optional offset: number

The initial index from which to return the results.

Inherited from

BaseGetParams.offset

Defined in

types/baseParams.ts:13


ordering

Optional ordering: string

Which field to use when ordering the results.

Defined in

types/score.ts:18


Optional search: string

A search term.

Defined in

types/score.ts:10


user_id

Optional user_id: number

The id of a specific user

Defined in

types/score.ts:14