Xero Projects Endpoint: Times

From OdataLink
Jump to navigation Jump to search

Overview

The Xero Times endpoint provides the list of times entries entered within xero


Fields

The following fields are available for the Times endpoint.

timeEntryId
A guid field that provides the id of the time entry.
userId
A guid field that provides the id of the associated user.
projectId
A guid field that provides the id of the associated project.
taskId
A guid field that provides the id of the associated task.
dateUtc
A date time field that provides the date and time this entry was logged.
dateEnteredUtc
A date time field that provides the date and time this entry was created/recorded in Xero.
duration
A whole number field that provides the total duration in minutes of the time entry.
description
A text field that provides the narrative description of the time entry
status
A text field that indicates the status of the project.
Possible values are:
  • ACTIVE: Indicates the time entry is active and editable.
  • INVOICED: Indicates the time entry has been invoiced.
  • LOCKED: Indicates the time entry is changing state and may be in the process of being invoiced.


Xero API

For a detailed run through of the endpoint, you can see the Xero API.


Related Fields

None


Related Endpoints

Projects
Tasks
Users


Related Topics

Xero Projects Models
Xero Projects Endpoints