Get reservation actions
documentedLists actions/events (e.g., modifications, cancellations) for reservations.
Reservationsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.planyo.com/rest/?method=get_reservation_actions&api_key={{PLANYO_API_KEY}}&reservation_id={{reservation_id}}&user_id={{user_id}}&start_time={{start_time}}&end_time={{end_time}}&event_type={{event_type}}&site_id={{site_id}}&language={{language}}&hash_timestamp={{hash_timestamp}}&hash_key={{hash_key}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"