list_course_series
List course series for a domain to view catalog groupings of courses. Use domain_name to get series with published course counts.
Instructions
List course series on one domain - catalog groupings, NOT sequences.
A series is a set of courses shown together.
There is no order to it and no completing the series as a whole. That is what makes it different from a path,
and the two are easy to confuse because both group courses.
If someone asks about progress through a group of courses, they mean a path.
If they ask about how the catalog is arranged, they may mean a series.
`domain_name` is the hostname. `published_course_count` is the size of the group.
Requires `CSA_SKILLJAR_V1_API_KEY`, a separate credential from the v2 client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No | ||
| domain_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| page | No | ||
| rows | Yes | ||
| total | No | ||
| has_more | No | ||
| next_page | No |