Skip to main content

ListE-learning

GET /tp-api/e-learning

Find e-learning.

Query Parameters
  • cursor string

    Cursor to return items after a specific position in the list.

  • limit integer

    Possible values: >= 1 and <= 100

    Default value: 10

    Maximum number of items to return.

  • skip integer

    Query to retrieve the items starting from that position in the dataset.

Header Parameters
  • training-provider-id string required
Responses

Default Response

Schema
  • Array [
  • id string required

    E-learning id

  • certificateExpiry number

    E-learning license expiry

  • courseDuration number

    E-learning duration

  • deliveryMethod object required

    Course delivery method

  • anyOf
  • string

    Possible values: [OFFLINE]

  • description string required

    E-learning description

  • externalRegistrationUrl string

    E-learning external registration url

  • licenseDuration number

    E-learning license duration

  • name string required

    E-Learning name

  • price number required

    E-learning price

  • publishedToMarketplace boolean required

    Whether or not the course appears in a marketplace

  • ]
  • Loading...