Objects
/
TimeTrackingHistoryItem

TimeTrackingHistoryItem

Fields

  • created_at
    Date!
    Required
    When the session was added to the cell
  • ended_at
    Date
    Only applicable if the session has ended
  • ended_user_id
    ID
    The identifier of an user which ended the tracking
  • id
    ID!
    Required
    A unique session identifier
  • manually_entered_end_date
    Boolean!
    Required
    Is true if the session end date was manually entered
  • manually_entered_end_time
    Boolean!
    Required
    Is true if the session end time was manually entered
  • manually_entered_start_date
    Boolean!
    Required
    Is true if the session start date was manually entered
  • manually_entered_start_time
    Boolean!
    Required
    Is true if the session start time was manually entered
  • started_at
    Date
    Only applicable if the session was added by pressing the play button or via automation
  • started_user_id
    ID
    The identifier of an user which started the tracking
  • status
    String!
    Required
    The status of the session
  • updated_at
    Date
    When the session was updated
TimelineValueTimeTrackingValue
Built with