get
http://localhost:3001/api//cost_rate
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Success
Example Response
id is the Cost Rate ID in this case
{
cost_rates: [
{
active_rate_type: "annual",
actual_hourly_rate: 90.0,
annual_rate: "100000.0",
description: "Example Cost Rate",
discarded: false,
end_date: null,
hourly_rate: "50.0",
hours_per_year: 2000,
id: 1,
member_id: 111222,
overhead_factor: 1.0,
start_date: "2023-04-16",
team_membership_id: 123456,
currency_code: "USD",
}
]
} 401Invalid Authentication Key and/or Team ID
