vibo_list_section_song_ideas
Browse DJ-suggested song idea collections for a section, each with title and song count, to find songs to add to your section.
Instructions
List the DJ's suggested song-idea collections for a section (each with a title, songsCount and _id). Use a song-ideas _id with vibo_list_song_ideas_songs to see the suggested songs, then add the ones you like with vibo_add_song_to_section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip, for paging (default 0). | |
| limit | No | Max items to return (default 20). | |
| eventId | Yes | Event id. | |
| sectionId | Yes | Section id (from vibo_list_sections). |