Skip to main content
GET
/
api
/
reports
/
filters
Displays the range of report filters.
curl --request GET \
  --url https://my.exnessaffiliates.com/api/reports/filters/
{
  "client_account": [
    "string"
  ],
  "subpartner_account": [
    "string"
  ],
  "partner_account": [
    "string"
  ],
  "partner_account_name": [
    "string"
  ],
  "client_account_type": [
    "string"
  ],
  "country": [
    "string"
  ],
  "client_uid": [
    "string"
  ],
  "subpartner_uid": [
    "string"
  ],
  "subpartner_status": [
    "string"
  ],
  "link_code": [
    "string"
  ],
  "aggregate_by": [
    "string"
  ],
  "platform": [
    "string"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt

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

Response

OK

client_account
string[]
required

client account numbers

Example:
["string"]
subpartner_account
string[]
required

subpartner account number

Example:
["string"]
partner_account
string[]
required

partner account number

Example:
["string"]
partner_account_name
string[]
required

partner account name

Example:
["string"]
client_account_type
string[]
required

client account type

Example:
["string"]
country
string[]
required

country

Example:
["string"]
client_uid
string[]
required
Example:
["string"]
subpartner_uid
string[]
required
Example:
["string"]
subpartner_status
string[]
required
Example:
["string"]

partner codes

Example:
["string"]
aggregate_by
string[]
required

aggregate by

Example:
["string"]
platform
string[]
required

platform

Example:
["string"]