Skip to main content
URL: https://xapi.duelduck.com/duel/all-with-joined Retrieves all predictions and for each prediction, indicates if the authenticated user is a participant. Supports optional filtering, sorting, and pagination.

Parameters

opts.pagination.page_size , default value : 10
opts.pagination.page_num , default value : 1
opts.order.order_by , default value : created_at
opts.order.order_type , available values : desc, asc ; default value : ""

Responses

Response content type: application / json .

Code 200

List of predictions with participation status.

Code 400

Bad request.

Code 401

Unauthorized - Invalid or missing claims.

Code 500

Internal server error.