GET /v1/teams/{team_id}/component_sets

Get a paginated list of published component sets within a team library.

Servers

Path parameters

Name Type Required Description
team_id String Yes

Id of the team to list component sets from.

Query parameters

Name Type Required Description
after Number No

Cursor indicating which id after which to start retrieving component sets for. Exclusive with before. The cursor value is an internally tracked integer that doesn't correspond to any Ids.

page_size Number No

Number of items to return in a paged list of results. Defaults to 30.

Default value: 30

before Number No

Cursor indicating which id before which to start retrieving component sets for. Exclusive with after. The cursor value is an internally tracked integer that doesn't correspond to any Ids.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.