GET /v1/teams/{team_id}/components
Get a paginated list of published components within a team library.
Servers
- https://api.figma.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
team_id |
String | Yes |
Id of the team to list components from. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
after |
Number | No |
Cursor indicating which id after which to start retrieving components 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. Maximum of 1000. Default value: 30 |
before |
Number | No |
Cursor indicating which id before which to start retrieving components for. Exclusive with after. The cursor value is an internally tracked integer that doesn't correspond to any Ids. |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.