Events
Get workshop events
List events that happened in the workshop. See the full list of events.
GET /v1/workshops/:workshop_id/events
Parameters
Name | Type | Description |
---|---|---|
filters | string | a comma separated list of events name to fetch |
page | integer | the page number to fetch |
per_page | integer | the number of result to return. Default 30, max 100 |
Response
200 OK
[
{
"id": "5007d396eb7abf319a000047",
"action": "addCard",
"date": "2015-01-07T17:44:57+00:00",
"change": {
"card": {
"id": "5007d396eb7abf319a000047",
"short_id": "2",
"type": "idea",
"title": "A card title",
"content": "A card content",
"aside": true,
"summary": {
"score": 0,
"comments": 0,
"sections": {
},
"attachments": 0
},
"user_id": "5007d396eb7abf319a000049",
"position": 8000
}
},
"user": {
"id": "5007d396eb7abf319a000047",
"email": "foo@example.org",
"name": "Foo",
"avatar_url": "https://assets.stormz.me/",
"plan": {
"name": "free",
"workshops_max_attendees": 3
},
"admin": false,
"created_at": "2012-04-12T14:14:23+02:00",
"confirmed_at": "2012-04-12T14:14:23+02:00",
"updated_at": "2012-04-12T14:14:23+02:00"
}
}
]