Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: resource added

...

idInteger A unique id assigned to the timer. This ID can be used to manage the expense.
titleStringThe title of the expense
quantityIntegerThe quantity of the expense
unit_costDecimalThe unit cost of the expense
standingStringThe standing status of the expense
against_idIntegerUnique id of the object the expense is against.
against_typeStringName of the object the expense is against, if any. For example, issue or job.
date_incurredUnix timestampThe incurred date of the expense
activity_idIntegerThe activity id against the expense
type_idIntegerThe type id of the expense
approver_idIntegerThe approver id of the expense
submitter_idIntegerThe submitter id of the expense
billableString'Yes' or 'No'
approverObjectThe approver
activityObjectThe activity
submitterObjectThe submiitter
typeObjectThe expense type
resourceObjectThe resource associated with the expense

For example, to get timer #10 with against type included in the response:

...