ScoreParams
interface ScoreParams
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
limit? | number | Number of results to return per page. | BaseGetParams.limit |
offset? | number | The initial index from which to return the results. | BaseGetParams.offset |
ordering? | string | Which field to use when ordering the results. | - |
search? | string | A search term. | - |
user_id? | number | The id of a specific user | - |