list_path_items
Retrieve the ordered list of courses in a learning path by providing its path ID. Get the sequence of course slugs for display or processing.
Instructions
List the courses in a learning path, in order.
`path_id` is the sequence, from `list_paths`. Each item carries the `course` it
points at and its `slug`. The ORDER of the
returned rows is the order of the path.
There is no separate rank field, so do not sort them.
A path item references a COURSE, not a published course, so the same item appears
in every domain the path is published to.
Requires `CSA_SKILLJAR_V1_API_KEY`, a separate credential from the v2 client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| path_id | Yes | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| page | No | ||
| rows | Yes | ||
| total | No | ||
| has_more | No | ||
| next_page | No |