Project

General

Profile

Feature #10029

Updated by Tom Clegg over 7 years ago

The ID should be "timestamp-random" where timestamp is the UNIX epoch time when the Workbench Rails server started processing its request and "random" is 9 random digits. This same ID should be included with every API call that gets made while working on that request. 

 It should be added to the params hash before real params, so it shows up reliably in the API logs, even params_truncated.

Back