Carrot reference
...
Fields
Job Changes
Base Comp Changes
description returns a list of the changes to the person's base compensation over time, in chronological order this is intended to give you access to the person's base compensation history code name basecompchanges sensitivity org public data type object data category changes entity type none read only yes fields basecompchanges returns a list of compchange objects, each of which has the following fields date (date) – the date the compensation change took effect basecomp (payinterval) – the new base compensation that took effect on the specified date, returned as a payinterval usage examples code description basecompchanges first basecomp return the job’s original (first ever) base compensation amount basecompchanges last date return the date of the job’s last base comp adjustment basecompchanges == \[] jan 1 new open job is created basecompchanges == \[ compchange{ date jan 2, basecompcomp{…}} ] jan 2 sally fills the job and her basecomp yearly is set to $100,000 basecompchanges == \[] feb 1 sally departs basecompchanges == \[ compchange{ date march 1, basecompcomp{…}} ] march 1 sam fills the job and his basecomp yearly is set to $100,000 basecompchanges == \[ compchange{ date march 1, basecompcomp{…}} , compchange{ date april 1, basecompcomp{…}} ] april 1 sam gets a pay adjustment his new basecomp yearly is $110,000 additional notes basecompchanges for open jobs returns an empty list \[] basecompchanges for jobs that were backfills but are now filled by a new person will only return the base comp changes for