Time

Field guide

The following fields are available in a time object

NameTypeExampleNotes
idint43Time id
employeestringDavid PetersonEmployee name
startstring0815Start of time tracking
endstring1745End of time tracking
yearint2013Year of time tracking
monthint5Month of time tracking
dayint3Day of time tracking
datedate2013-05-03Date of time creation

Example content of data variable:

    {
        "error":false,
        "item":{
            "id":1,
            "employee":"John Doe",
            "start":700,
            "end":815,
            "year":2013,
            "month":2,
            "day":28,
            "date":"2013-02-28"
        }
    }