Retrieve all experiments or fetch metadata used for filtering experiments.
{Tenant
endpoint}/api/v2/experiments
Tenant endpoint example:
yoursubdomain.jusoorlabs.com
Retrieve the list of all experiments. You can filter experiments
using optional query parameters.
| Name | Required | Type | Description |
|---|---|---|---|
| referer | YES | string | The root of the application sending the request (e.g., jusoorlabs.com) |
| accept | YES | string | Always set as application/json |
| token | YES | string | The API token provided by Jusoor Labs. |
All of these parameters are optional. You can combine them
to filter the experiments list as needed.
Example: ?category=Physics&recommended_grade=th8
| Name | Type | Description |
|---|---|---|
| category | string | Filter experiments by category (e.g., Physics, Chemistry) |
| sub_category | string | Filter experiments by sub-category |
| recommended_grade | string | Filter experiments for a specific grade (e.g., th8, th9) |
| curriculum | string | Filter experiments by curriculum (e.g., IB, National) |
| semester | string | Filter experiments by semester (e.g., 1, 2) |
{Tenant
endpoint}/api/v2/metadata
Tenant endpoint example:
yoursubdomain.jusoorlabs.com
Retrieve metadata for filtering experiments, including category,
sub_category,
recommended_grade,curriculum, and semester.
| Name | Required | Type | Description |
|---|---|---|---|
| referer | YES | string | The root of the application sending the request (e.g., jusoorlabs.com) |
| accept | YES | string | Always set as application/json |
| token | YES | string | The API token provided by Jusoor Labs. |