Querying API for 10000ft Time Entries

Hi, I am wondering if it is possible to query the 10,000ft API to retrieve time entries using parameters to limit the results to only include approved time entries after a certain date. To this point I have not had success passing in parameters for the status of the approval or the approved_at timestamp. I have reviewed the API documentation and don't see any examples of using attributes from the approvals as query parameters, but it does not seem efficient to have to retrieve all time entries first from the API and then filter down. Does anyone have any experience with this?


https://github.com/10Kft/10kft-api/blob/master/sections/time-entries.md

https://github.com/10Kft/10kft-api/blob/master/sections/approvals.md


Thanks,

Michael

Answers

  • MCorbin
    MCorbin Overachievers Alumni

    This may not answer your question, because I'm not using the API, but...


    I use a Time & Fees report in 10K FT, using "Export Underlying Data as CSV".

    I attach this report to a sheet I setup in Smartsheet and let Data Shuttle upload the rows (I do add a formula to tell it how to identify unique rows).

    I usually filter for the last 30 days, so that timesheets that were submitted late or corrected get updated in my Smartsheet sheet.

    Then I drive metrics from my Smartsheet sheet.


    Not API, but might be helpful......