Skip to main content
GET
Fetch List Memberships Ordered by Added to List Date

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

listId
string
required

The ILS ID of the list.

Query Parameters

after
string

The paging offset token for the page that comes after the previously requested records.

If provided, then the records in the response will be the records following the offset, sorted in ascending order. Takes precedence over the before offset.

before
string

The paging offset token for the page that comes before the previously requested records.

If provided, then the records in the response will be the records preceding the offset, sorted in descending order.

limit
integer<int32>
default:100

The number of records to return in the response. The maximum limit is 250.

Response

successful operation

results
object[]
required
paging
object
total
integer<int64>

The total number of records that match the query.

Last modified on March 31, 2026