Get external job applicants
Get external job applicants
Retrieves paginated list of applicants for an external job link. Supports filtering by athlete, date range, sorting, and advanced column filters. Requires valid external token verification (middleware).
POST
Get external job applicants
Authorizations
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Body
application/json
External job link token (required by middleware)
Example:
"abc123def456"
Page number (default 1)
Example:
1
Items per page, max 100 (default 12)
Example:
12
Filter by specific athlete ID
Example:
123
Date range filter
Example:
"last_month"
Column to sort by
Example:
"athlete_name"
Available options:
asc, desc, ASC, DESC Example:
"DESC"
Timezone offset
Example:
-5
Column-level filters (AG Grid style)
Example:
[]Response
200
External applicants list