| Parameter | Description | Type | Optiona/Required |
|---|---|---|---|
| menuItem | Filter by menu item slug | string | optional |
| status | Filter by list of event status (active, inactive, deleted) | string | optional |
| search | Filter by event name | string | optional |
| ids | Filter by event ids | array | optional |
| with_unassigned | Allow events not assigned to articles default=false | boolean | optional |
[
{
"id": 12345,
"name": "Event name",
"start_time": "2016-01-02 12:00:00",
"end_time": "2016-01-02 18:00:00",
"singup_time": "2016-01-01 12:00:00",
"place": "Place",
"open": true,
"registered_members": 0,
"spots": 0,
"checkin_members": 10,
"checkin_time_limit": 15,
"status": "active"
}
]curl --location --request GET 'https://api.mpc.dev.placewise.com/v3/infinity-mall/events?page&per_page' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{}