List the user listings associated with a dynamic set.
GET/sets/:set_id/associated_listings
Returns the user's own listings that are associated with the set for comparison. Listings are returned in the standard RM API listing format; the id field is the channel listing ID used by the PUT and DELETE endpoints. For shared sets, associated listings the authenticated user does not have access to are omitted. Works for both free and paid sets: associating a listing is set configuration, not KPI data.
Request
Responses
- 200
- 401
- 404
- 429
Array of associated listings.
API key authorization failed.
Dynamic set not found or not accessible to the user.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.