List Card Trails
Lists Edulabzz card trails (deckgroups) for Card Creator. Not the same as LXP course Trails.
Request Example
Section titled “Request Example”curl --request GET \ --url 'https://lxp.prod.api.toolzz.media/trails?search=onboarding&page=1&quantity_per_page=10&paginate=1' \ --header 'Authorization: Bearer <token>'Response Example
Section titled “Response Example”{ "success": true, "total": 5, "trails": [ { "id": 92, "title": "Onboarding trail", "name": "onboarding", "subtitle": "Start here", "toolzz_institution_id": 39955387 } ]}Query Parameters
Section titled “Query Parameters”| Parameter | Type | Description | Required |
|---|---|---|---|
search | string | Search text. | No |
types_id | number | Deckgroup type ID. | No |
difficulty | string | Difficulty filter. | No |
paginate / page / quantity_per_page | number | Pagination. | No |
order_field / order_direction | string | Sorting. order_direction accepts ASC or DESC (case-sensitive; only ASC is ascending). | No |
Security
Section titled “Security”- Admin only; institution-scoped.