Get team styles
Get a paginated list of published styles within a team library.
Path parameters
Id of the team to list styles from.
Query parameters
Number of items to return in a paged list of results. Defaults to 30.
Cursor indicating which id after which to start retrieving styles for. Exclusive with before. The cursor value is an internally tracked integer that doesn't correspond to any Ids.
Cursor indicating which id before which to start retrieving styles for. Exclusive with after. The cursor value is an internally tracked integer that doesn't correspond to any Ids.
Response
Response from the GET /v1/teams/{team_id}/styles endpoint.
Changes
Changed in 3 of the 36 revisions of this API.4
- ○
the endpoint scheme security
PlanAccessTokenwas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
team_library_content:readwas added to the endpoint's security schemeOAuth2api-security-scope-added
- ○
- ○
the endpoint scheme security
PlanAccessTokenwas removed from the APIapi-security-removed
- ○
the security scope
team_library_content:readwas removed from the endpoint's security schemeOAuth2api-security-scope-removed
This revision also has 77 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○