GET api/Rangliste/{mandantId}/{tournamentId}/{periodStart}/{periodEnd}/{topClause}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mandantId

globally unique identifier

Required

tournamentId

globally unique identifier

Required

periodStart

integer

Required

periodEnd

integer

Required

topClause

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RanglisteItem
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

Email

string

None.

DisplayName

string

None.

UserName

string

None.

MandantId

globally unique identifier

None.

Points

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "UserId": "f9586410-8a13-4c3d-bbe2-b52e14dc60d0",
    "Email": "sample string 2",
    "DisplayName": "sample string 3",
    "UserName": "sample string 4",
    "MandantId": "be83228e-089d-46e6-99df-4cee898ed637",
    "Points": 6.1
  },
  {
    "$ref": "1"
  }
]
URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body