Skip to main content
POST
/
sortAthleteListing
Sort athlete listing (guest, sort is hardcoded DESC, only pagination used)
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/sortAthleteListing \
  --header 'Content-Type: application/json' \
  --data '
{
  "page": 1,
  "limit": 10,
  "page_limit": 10
}
'

Documentation Index

Fetch the complete documentation index at: https://developer.mogl.online/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
page
integer
Example:

1

limit
integer
Example:

10

page_limit
integer

Alias for limit

Example:

10

Response

200

Sorted athlete list