Endpoints
Assignments
POST
/
assignments
Body
application/json
Mapping of subject types to subject IDs.
List of experiment IDs to get or make assignments for.
If true
, make new assignments if the subject isn't in an experiment, if false
or ommitted, will only return active assignments.
Response
200 - application/json
Mapping of experiment IDs to the subject's assignment in the experiment. If assign
was true
, this will include existing and new assignments, otherwise this will only include existing assignments.
List of experiments that the subject was put into as part of this request. If assign
was not set to true
, this array will be empty.