Skip to main content
GET
/
api
/
v2
/
network
/
players
/
export
Export players (GET)
curl --request GET \
  --url 'https://{domain}/api/v2/network/players/export?api-key='
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.scaleo.io/llms.txt

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

Authorizations

api-key
string
query
required

API key passed as query parameter. User must have api_status enabled.

Query Parameters

rangeFrom
string<date>

Date range start (YYYY-MM-DD).

rangeTo
string<date>

Date range end (YYYY-MM-DD).

page
integer

Page number.

perPage
integer

Items per page.

sortField
string

Sort field.

sortDirection
enum<string>

Sort direction.

Available options:
asc,
desc

Search text.

columns
string

Comma-separated column keys.

format
enum<string>

Export file format.

Available options:
csv,
xls,
xlsx
lang
string

Response language code.

Response

Export file.

The response is of type file.