Fetches all bill rates

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

Team ID

Query Params
boolean

Include archived records?

Responses
200

Success

Example Response

{
  team_rates: [
    {
      archived: false,
      bill_rate_id: 12029,
      end_date: null,
      member_id: 123456,
      rate_amount: "300.0",
      rate_description: "Manager",
      rate_id: 419838,
      start_date: "2020-12-21",
    }
  ]
}
401

Invalid Authentication Key and/or Team ID

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