sp_get_user_logs_js


Parameters

Name Type Mode
category text IN (DEFAULT NULL)
user_names text[] IN (DEFAULT NULL)
log_types text[] IN (DEFAULT NULL)
start_date date IN (DEFAULT NULL)
end_date date IN (DEFAULT NULL)
shift t_shift[] IN (DEFAULT NULL)
reference_id integer IN (DEFAULT NULL)
search_text text IN (DEFAULT NULL)
order_by text IN (DEFAULT 'id desc')
page_no integer IN (DEFAULT 1)
row_per_page integer IN (DEFAULT NULL)

Definition