Migrated from Redmine #1287 | Author: Matteo Frigerio Status: New | Priority: High, I’m very impatient | Created: 2024-09-26
I need to call /bookings{id} on a booking resulting after requests on /detailed-report and /detailed-report/{id}; that because I need additional fields associated to that booking, but neither inserting “additional_fields” nor “booking_id” nor “id” in “export_columns” field of detailed-report seems to work; what are supposed to be the correct value to be inserted in the field to obtain the desired result?