list_offers
Discover Skilljar items for sale and their prices. Browse offers for published courses, paths, or course series, including price in cents or training credits and availability dates.
Instructions
List what is for sale, and at what price.
An offer binds a price to something purchasable - `published_course_id`,
`published_path_id` or `course_series_id`, exactly one of which is set. Which one
tells you what kind of thing is being sold.
`price_cents` is in the offer's own `currency_code`; `price_credits` is the
training-credit price, and an offer may have either or both. Neither is a
discounted price - discounts live in promo-code pools.
`starts_at` / `ends_at` bound availability, and `active` can be false
independently of the dates.
There are no filters on this endpoint; page through, or read `total`.
Requires `CSA_SKILLJAR_V1_API_KEY`, a separate credential from the v2 client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| page | No | ||
| rows | Yes | ||
| total | No | ||
| has_more | No | ||
| next_page | No |