Get all participants
Retrieve a list of all participants
Authorization
api-key
<token>API key authentication
In: header
api-key
<token>API key authentication via query parameter
In: query
Query Parameters
programId
stringFilter participants by program ID
Format:
"uuid"
status
stringFilter participants by status
Value in:
"active" | "inactive" | "completed"
limit
integerMaximum number of participants to return
Default:
20
Minimum: 1
Maximum: 100
offset
integerNumber of participants to skip
Default:
0
Minimum: 0
Successful operation