Fetches all time entries

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

Team ID

Query Params
boolean

Fetch all Time Entries if set true; ignore limit and offset

boolean

Find the billable Time Entries if set true

clients[]
array of strings

Filter Time Entries with Client Names

clients[]
boolean

Filter by Time Entries created through integrations

string

Level of detailed information returned, if specified; options are 'extended', 'quick_book'

date

End Date (MM/DD/YYYY)

string

Export files based on the speficied format, if provided

number

Limit the number of Time Entries returned (default: 30)

member_ids[]
array of numbers

Filter Time Entries with Member IDs (employee IDs/account IDs)

member_ids[]
number

Skip Time Entries by offset (default: 0)

phase_names[]
array of strings

Filter Time Entries with Phase Names

phase_names[]
phase_numbers[]
array of strings

Filter Time Entries with Phase Numbers

phase_numbers[]
project_ids[]
array of numbers

Filter Time Entries with Project IDs

project_ids[]
sort_attributes[]
array of strings

Sort Attributes [{attribute: attr, direction: dir}]; attribute options are 'project', 'client', 'phase', 'activity', 'member' direction options are 'asc' or 'desc'

sort_attributes[]
standard_work_category_ids[]
array of numbers

Filter Time Entries with Standard Work Category IDs

standard_work_category_ids[]
date

Start Date (MM/DD/YYYY)

status_ids[]
array of numbers

Filter Time Entries with Status IDs

status_ids[]
sync_statuses[]
array of strings

Filter Time Entries with Sync Statuses

sync_statuses[]
time_entry_ids[]
array of numbers

Filter Time Entries with Time Entry IDs

time_entry_ids[]
Responses
200

Success

Example Response

mosaic_id is the Time Entry ID in this case


{
  time_entry: [
    {
      activity_phase_id: 1122333,
      created_at: "2023-04-17T01:29:41.646-04:00",
      cost_rate: "55.0",
      date: "2023-04-16",
      description: "Example Time Entry",
      description_id: 19423245,
      hours: "10.0",
      invoice_hours: "10.0",
      is_billable: true,
      member_emails: "[email protected]",
      member_id: 115150,
      member_name: "Time Entry",
      mosaic_id: 12345678,
      mosaic_team_id: 11111,
      phase_id: 33658860,
      phase_name: "Example Phase",
      portfolio_id: 12345,
      portfolio_name: "Example Portfolio",
      project_id: 345678,
      project_title: "Example Project",
      rate: "50.0",
      recorded_hours: "10.0",
      standard_work_category_id: 112233,
      standard_work_category_title: "Default",
      status: "not_submitted",
      updated_at: "2023-04-17T01:29:41.646-04:00",
    }
  ]
}
401

Invalid Authentication Key and/or Team ID

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!