Skip to main content

ListE-learning

GET https://shared-tp-api-test.30a.dev/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

  • ]
  • Authorization

    name: Authorizationtype: apiKeyin: headerdescription: An Authorization Header with an auth-scheme of BLN including auth-params type, version, entity, key, token and secret. Example: `bln type=api, version=1, entity=user, key=<api-key>, token=<api-token>, secret=<api-secret>`

    Request

    Base URL
    https://shared-tp-api-test.30a.dev
    ApiKey
    training-provider-id — header required
    cursor — query
    limit — query
    skip — query
    curl / cURL
    curl -L -X GET 'https://shared-tp-api-test.30a.dev/tp-api/e-learning' \
    -H 'Accept: application/json' \
    -H 'Authorization: <API_KEY_VALUE>'