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' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}