Actions history

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.


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