Add agent reports

This commit is contained in:
Pranav
2024-02-13 18:31:07 -08:00
parent cc80e4122a
commit 75998945a5
5 changed files with 40 additions and 16 deletions
@@ -17,7 +17,7 @@ class SummaryReportsAPI extends ApiClient {
}
getAgentReports({ since, until, businessHours } = {}) {
return axios.get(`${this.url}/agents`, {
return axios.get(`${this.url}/agent`, {
params: {
since,
until,