Write, Bureaucrats, Administrators
3,301
edits
(Created page with "== Overview == The Xero '''GetTimes''' endpoint provides the list of times defined within Xero for a single project. It is a Function Endpoints...") |
|||
Line 18: | Line 18: | ||
;FromDate | ;FromDate | ||
:A [[Field Type: Date|date field]] that determines the start date for which to retrieve data. | :A [[Field Type: Date|date field]] that determines the start date for which to retrieve data. | ||
:If omitted, it will use the [[Default | :If omitted, it will use the [[Default Date Range|default model start date]] or the first date of the last calendar month. | ||
;ToDate | ;ToDate | ||
:A [[Field Type: Date|date field]] that determines the end date for which to retrieve data. | :A [[Field Type: Date|date field]] that determines the end date for which to retrieve data. | ||
:If omitted, it will use the [[Default | :If omitted, it will use the [[Default Date Range|default model end date]] or the last date of the last calendar month. | ||