cms

Get a track's team visibility audience as team ids

get/api/v1/tracks/{trackId}/visibility

Path parameters

trackIdstring required

The unique identifier for the track

Response

teamIdsstring[] required

Team ids that may currently see this track. Empty means the track is visible to everyone in the organization. Resolve team names client-side.

Changes