get https://api.safetyculture.io/schedules/v1/schedule_items
The schedule items list endpoint allows you to retrieve all of the schedule items that meet a certain criteria. It is possible to filter schedule items based on their current status
. The presence of next_page_token
indicates that there are more results for this listing. It is possible to provide the number of schedule items that will be returned using the optional parameter page_size
. It accepts non-negative numbers with a default and maximum value of 100.