Skip to main content
GET
List league portfolio standings

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Response

200 - application/json

Successful Response

league_id
string
required

League represented by the standing.

division_id
string
required

Division containing the selected standing.

player_id
string
required

Owned player represented by the standing.

policy_version_id
string<uuid>
required

Portfolio policy version represented by the standing.

rank
integer | null
required

Player rank in the division, or null when unranked.

score
number | null
required

Player score in the division, or null when unranked.

latest_round_id
string | null
required

Newest completed round for the player, when available.

has_entries
boolean
required

Whether the selected division has ranked entries.