You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.
ユーザーを取得します。
ログイン 不要
パラメータ
userId ID required ユーザー ID
レスポンス
UserEx
GET /api/user/events
ユーザーが開催しているイベントリストを返します。
下書き状態のイベントあるいはパスコード制限されたイベントは除外されます。
ログイン 不要
パラメータ
userId ID required ユーザー ID
queryType string required
offset int optional
limit int optional
レスポンス
eventStatuses array[EventStatus]
totalEventCount int
GET /api/user/tickets
ユーザーが登録しているチケットのリストを返します。
パスコード制限されたイベントのチケットは除外されます。
ログイン 不要
パラメータ
userId ID required ユーザー ID
offset int optional
limit int optional
レスポンス
ticketStatuses array[TicketStatus]
totalTicketCount int