Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use this method to get a history of the actions made on a project. Possible actions are:

  • Project creation
  • Project

...

  • deletion
  • Project details

...

  • change
  • Project status change
  • Project label change
  • Invoice status change
  • Invoice details change
  • Job status change.


Child pages (Children Display)

URL

(GET) activity/traces?token={tokenid}&objectType={objectType}&datefrom={datefrom}&from={from}&count={count}

...

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 0

Invoice = 1

StandardJob = 3

CodytJob = 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.

...