Styles

Get team styles

Get a paginated list of published styles within a team library.

get/v1/teams/{team_id}/styles

Path parameters

team_idstring required

Id of the team to list styles from.

Query parameters

page_sizenumber

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

afternumber

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.

beforenumber

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.

status200 required

The status of the request.

errorfalse required

For successful requests, this value is always false.

Changes

Changed in 3 of the 36 revisions of this API.4

    • the endpoint scheme security PlanAccessToken was added to the API

      api-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:read was added to the endpoint's security scheme OAuth2

      api-security-scope-added

    • the endpoint scheme security PlanAccessToken was removed from the API

      api-security-removed

    • the security scope team_library_content:read was removed from the endpoint's security scheme OAuth2

      api-security-scope-removed

    This revision also has 77 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog