List Bookings
productive_list_bookingsList resource bookings from Productive.io and filter by person, project, or date range to see who is booked and when.
Instructions
List resource bookings/scheduling from Productive.io. Filter by person, project, or date range to see who is booked and when. Booking methods: 1=per day, 2=percentage, 3=total hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| sort | No | Sort field. Prefix with - for descending (e.g. '-created_at') | |
| after | No | Only bookings starting after this date (YYYY-MM-DD) | |
| before | No | Only bookings starting before this date (YYYY-MM-DD) | |
| page_size | No | Number of results per page (max 200) | |
| person_id | No | Filter by person ID | |
| project_id | No | Filter by project ID |