{ "opencollection": "1.0.0", "info": { "name": "Avoca Enterprise Analytics (v1) Analytics (v1) Coach API", "version": "1.3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Coach", "type": "folder" }, "items": [ { "info": { "name": "List coach call evaluations", "type": "http" }, "http": { "method": "GET", "url": "https://enterprise-api.avoca.ai/api/coach", "headers": [ { "name": "x-team-id", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "Results per page (default 100, max 1000)" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset (default 0)" }, { "name": "start_date", "value": "", "type": "query", "description": "Start of date range (ISO 8601; default 7 days ago)" }, { "name": "end_date", "value": "", "type": "query", "description": "End of date range (ISO 8601; default now)" }, { "name": "timezone", "value": "", "type": "query", "description": "IANA timezone for date calculations (default America/New_York)" } ] }, "docs": "List evaluated coach (QA) calls for the team, newest first. Each row includes the score, awarded/max points, per-item evaluation answers, and the `rubric_id` for joining to `GET /api/coach/rubrics`. Requires the `read:coach` permission." }, { "info": { "name": "Get a coach call evaluation", "type": "http" }, "http": { "method": "GET", "url": "https://enterprise-api.avoca.ai/api/coach/:id", "headers": [ { "name": "x-team-id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Coach call ID (number)" } ] }, "docs": "Get a single evaluated coach call by its numeric ID. Requires the `read:coach` permission." }, { "info": { "name": "List coach rubrics", "type": "http" }, "http": { "method": "GET", "url": "https://enterprise-api.avoca.ai/api/coach/rubrics", "headers": [ { "name": "x-team-id", "value": "" } ] }, "docs": "Reference endpoint: lists the team's enabled rubrics. Items provide the key → name mapping for the `evaluation_answers` keys returned on coach calls. Requires the `read:coach` permission." } ] } ], "bundled": true }