Use this method to get a history of the actions made on a project. Possible actions are: Project creationProject deletion Project details changeProject status changeProject label changeInvoice status changeInvoice details changeJob status change.
URL
(GET) activity/traces?token={tokenid}&objectType={objectType}&datefrom={datefrom}&from={from}&count={count}
PARAMETERS
token | The token obtained on connection | Required |
objectType | The type of object to get changes. Integer value.The possible values are:Project = 0Invoice = 1StandardJob = 3CodytJob = 4 | Optional |
datefrom | The UTC date from which changes are retrieved. | Optional |
from | The first record to show starting with index 0. Default is 0 | Optional |
count | The number of records to show, up to 100 at a time. Default is 100. | Optional |
RESULTS
Returns a list of ApiObjectTrace.