Participation
Event Attendees
gethttps://cache.showwcase.com/events/:eventId/attendees
ParametersField | Type | Description |
---|
eventId | String | Unique event id. |
QueryField | Type | Description |
---|
skip
Default value: 0 | number | Pagination offset. |
limit
Default value: 15 | number | Pagination limit. (Max value 100) |
Post Join an Event
posthttps://cache.showwcase.com/events/:eventId/join
HeadersField | Description |
---|
X-API-KEY | An API key that represents the user who wants to take an action. Read more about API keys here. |
ParametersField | Type | Description |
---|
eventId | String | Unique event id. |
Leave an Event
posthttps://cache.showwcase.com/events/:eventId/leave
HeadersField | Description |
---|
X-API-KEY | An API key that represents the user who wants to take an action. Read more about API keys here. |
ParametersField | Type | Description |
---|
eventId | String | Unique event id. |