swagger docs indicate that a status query param can be added to the get /wp-json/tribe/events/v1/events request to filter the status of the events coming back however when i send a get request (both through swagger editor and via a browser) I get the following response:
{“code”:”rest_invalid_param”,”message”:”Invalid parameter(s): status”,”data”:{“status”:400,”params”:{“status”:”Invalid parameter.”}}}
moreover, when I just send a get request to /events i only get back published events.
How can the rest api be used to get ALL events both published and unpublished? Also, it would be helpful if you documented the status strings that can be used.