Skip to main content
GET
Get Lms Contents

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-connector-token
string
required

Query Parameters

remote_id
string | null

The third-party API ID of the matching object.

ids
string | null

If provided, will only return contents for these IDs.

Example:

"018b18ef-c487-703c-afd9-0ca478ccd9d6,018b18ef-c487-703c-afd9-0ca478ccd9d7"

courses
string | null

If provided, will only return contents for these courses.

Example:

"018b18ef-c487-703c-afd9-0ca478ccd9d6,018b18ef-c487-703c-afd9-0ca478ccd9d7"

skills
string | null

If provided, will only return contents for these skills.

Example:

"018b18ef-c487-703c-afd9-0ca478ccd9d6"

categories
string | null

If provided, will only return contents for these categories.

Example:

"018b18ef-c487-703c-afd9-0ca478ccd9d6"

languages
string | null

If provided, will only return contents for these languages.

Example:

"en_US,en_UK"

status
string | null

If provided, will only return contents for this status. Along with the standard values, any connector specific value returned in the response can be passed as well.

Example:

"ACTIVE"

include_raw_data
boolean
default:false

Whether to include the original data Bindbee fetched from the third-party to produce these models.

Example:

false

include_custom_fields
boolean
default:false

Whether to include custom fields in the response.

Example:

false

page_size
integer
default:50

Number of results to return per page. Maximum size is 200.

Required range: 1 <= x <= 200
cursor
string | null

The pagination cursor value.

expand
string | null

Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. You can also specify required fields in [] for each relation name.

Example:

"manager[first_name,last_name]"

Response

Successful Response

cursor
string | null
required

Cursor value to fetch next set of items

Example:

"MDE4YjE4ZWYtYzk5Yy03YTg2LTk5NDYtN2I3YzlkNTQzM2U1"

page_size
integer
required

Indicates the count of items in the response

Example:

50

items
LmsContent · object[]
required

List of items in the current response