Create a mutually exclusive study collection.
Create a mutually exclusive study collection.
- Studies and study collections must be created separately and then added to the mutually exclusive study collection.
- Both the studies and the study collection must be in the same project.
- You can only add draft studies to a mutually exclusive study collection.
- Adding studies which are already in one study collection to another study
collection will remove the study from the original study collection.
Authentication
Authorizationstring
The Prolific API uses API token to authenticate requests. You can create an API token directly from your settings.
Your API token does not have an expiry date and carries full permission, so be sure to keep them secure.
If your token is leaked, delete it and create a new one directly in the app.
In your requests add `Authorization` header with the value `Token <your token>`.
Request
This endpoint expects an object.
name
Mutually exclusive study collection name
description
A description of the study collection
project_id
Project id
study_ids
List of study ids you wish to include in the collection
publish_at
Datetime and timezone the study collection should be scheduled to be published at
Response
Created
description
A description of the study collection
id
Mutually exclusive study collection id
name
Mutually exclusive study collection name
publish_at
Datetime and timezone the study collection should be scheduled to be published at
status
Status of the study collection
study_ids
List of study ids you wish to include in the collection. Note, this will overwrite the current list of studies in the collection