Discussions

Ask a Question
Back to all

Is there possible to bring specific dates from scheduled and time punches endpoint?

something like:
url = f"https://api.7shifts.com/v2/company/{c_id}/shifts?status=scheduled&location_id={loc_id}&start_date={start_date}"

to bring the specific scheduled shifts for a date or a time period.