Get a paginated list of published components within a team library. Note that team components are only available via the professional plan.
Arguments
- team_id
string. The team's ID, with a list of its components.
- page_size
number Number of items in a paged list of results. Defaults to 30.
- after
number. Cursor providing the id for which to begin component retrieval. Exclusive with
before
parameter. The cursor value is a tracked integer that is kept internally but has no Ids.- before
number. The id before which to begin obtaining components is shown by the cursor. Exclusive with after The cursor value is a tracked integer that is kept internally but has no Ids.