Skip to main content

return events created by login user

return events created by login user

Query Parameters
page number

which page

size number

size of each page

sort_field string
sort_order string

Possible values: [asc, desc]

state string

Possible values: [preparing, inprogress, completed]

Responses
200

OK

Schema OPTIONAL
id string OPTIONAL

uniq event id

cover_img string OPTIONAL

cover image URL

title string OPTIONAL

event title

content string OPTIONAL

detailed content of the event

start_at number OPTIONAL

start timestamp in second format of this event

end_at number OPTIONAL

end timestamp in second format of this event

metadata object OPTIONAL

various metadata of this event

GET /my_events
page — query
size — query
sort_field — query
sort_order — query
state — query
https://api.example.com/v1
curl -L 'https://api.example.com/v1/my_events' \
-H 'Accept: application/json'