Work on event and lookup related end points, methods, and models
This commit is contained in:
@@ -540,7 +540,7 @@ async def get_event_session_obj(
|
||||
|
||||
# ### BEGIN ### API Event Session ### get_event_event_session_obj_li() ###
|
||||
# Updated 2021-08-26
|
||||
@router.get('/event/{event_id}/session/list', response_model=Resp_Body_Base)
|
||||
@router.get('/event/{event_id}/event/session/list', response_model=Resp_Body_Base)
|
||||
async def get_event_event_session_obj_li(
|
||||
event_id: str = Query(..., min_length=11, max_length=22),
|
||||
enabled: str = 'enabled', # enabled, disabled, all
|
||||
@@ -555,8 +555,8 @@ async def get_event_event_session_obj_li(
|
||||
# inc_event_person_list: bool = False,
|
||||
inc_person: bool = False, # Intended for event_presenter > event_person
|
||||
inc_poc_event_person: bool = False,
|
||||
review: str = 'ready', # ready, not_ready, all
|
||||
approved: str = 'approved', # approved, not_approved, all
|
||||
review: str = 'all', # ready, not_ready, all
|
||||
approved: str = 'all', # approved, not_approved, all
|
||||
hidden: str = 'not_hidden', # hidden, not_hidden, all
|
||||
inc_file_count: bool = False, # NOTE: file counts are from separate views
|
||||
x_account_id: str = Header(...),
|
||||
|
||||
Reference in New Issue
Block a user