MIDAS API Addon MIDAS API: get_venues

Available in API 2.14+
Returns a complete set of venue names together with their corresponding internal venue IDs
Example Response
↓ Show
[
	{
	"id":"1",
	"venue":"Room 1"
	},
	{
	"id":"2",
	"venue":"Room 2"
	},
	{
	"id":"3",
	"venue":"Room 3"
	}
]
Variables ReturnedDescription
idInternal venue ID (this ID remains fixed, even if the venue is subsequently renamed)
venueVenue name