get https://api.sandbox.eu.bandyer.com/rest/user/broadcast/list/
Get broadcasts created by a specific user or those he attended. If the user does not exist or has no broadcasts the returned list will be empty.
The response has a [broadcast_list] key containing an array of rooms in which is specified the [broadcast_id] and the [creation_date]
This REST endpoint has a filter parameter with two possible keys (filter[limit] and filter[skip]). This two filter can be used to retrieve a specific number of broadcasts(filter[limit]) or for example to paginate the results through the use of the skip filter (filter[skip])
Note: All date’s fields follow the ISO8601 standard.