Skip to main content
POST
/
studies
/
{studyId}
/
participants
/
count
Count participants in a study
curl --request POST \
  --url https://api.rallyuxr.com/api/public/v1/studies/{studyId}/participants/count \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "size": 1
}

Documentation Index

Fetch the complete documentation index at: https://docs.rallyuxr.com/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

studyId
string
required

Body

application/json
filter
object

Filter option to search for people

Response

The participant count

size
number
required

The number of participants in the study matching the filter critera

Required range: x >= 0