Get All Pex Client Scores By Filter
GET /match/v1/pex/client/score
GET
/match/v1/pex/client/score
Get pages of PEX client score data based on provided filters
Required Permissions:
- For any pex client any of:
match:*
,match:pex:read
Authorizations
Parameters
Query Parameters
to_datetime
Any of:
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
string format: date-time
null
from_datetime
Any of:
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
string format: date-time
null
Responses
200
Successful Response
object
results
List of PEX reports for this match
Array<object>
object
last_modified_timestamp
Timestamp of when the resource was last modified
string format: date-time
created_timestamp
Timestamp of when the resource was created
string format: date-time
frame_time
delta_time
tick_count
delayed_tick_count
memory_ws
memory_vb
cpu_process
ping
in_packets
out_packets
total_packets
in_packet_loss
out_packet_loss
total_packet_loss
in_packet_loss_pct
out_packet_loss_pct
total_packet_loss_pct
game_thread_time
render_thread_time
gpu_time
scores
Any of:
object
null
match_id
required
Match ID
string
player_uuid
required
Player UUID
string format: uuid
filters
object
to_datetime
Any of:
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
string format: date-time
null
from_datetime
Any of:
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
string format: date-time
null
403
Error Codes:
auth_invalid_key_id
- Invalid Authorization - Invalid Key ID in Access Tokenauth_invalid_version
- Invalid Authorization - versionauth_malformed_access
- Invalid Authorization - malformed access tokenauth_not_jwt
- Invalid Authorizationauth_token_expired
- Token is expiredauth_token_format
- Invalid Authorization - {}auth_token_invalid_claim
- Token contained invalid claim value: {}auth_token_invalid_type
- Invalid Authorization - Invalid Token Typeauth_token_sig_invalid
- Token Signature is invalidauth_token_unknown
- Failed to parse tokeninsufficient_permissions
- Insufficient Permissions
object
auth_success
boolean
error_code
required
string
desc
required
string
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string