{ "opencollection": "1.0.0", "info": { "name": "Integration API", "version": "v1" }, "items": [ { "info": { "name": "attempts", "type": "folder" }, "items": [ { "info": { "name": "attempts_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/attempts/" } }, { "info": { "name": "attempts_read", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/attempts/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } } ] }, { "info": { "name": "billing", "type": "folder" }, "items": [ { "info": { "name": "billing_balance_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/billing/balance/" } }, { "info": { "name": "billing_balance_read", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/billing/balance/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "billing_payments_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/billing/payments/" } }, { "info": { "name": "billing_payments_read", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/billing/payments/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "billing_transactions_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/billing/transactions/" } }, { "info": { "name": "billing_transactions_read", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/billing/transactions/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] }, { "info": { "name": "campaigns", "type": "folder" }, "items": [ { "info": { "name": "campaigns_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/campaigns/" } }, { "info": { "name": "campaigns_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/campaigns/" } }, { "info": { "name": "campaigns_read", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/campaigns/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "campaigns_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/campaigns/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "campaigns_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/campaigns/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "campaigns_delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/campaigns/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "campaigns_bulk_invite", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/campaigns/:uuid/bulk-invite/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Invite several participants at once.\nPOST /api/integration/v1/campaigns/{uuid}/bulk-invite/" }, { "info": { "name": "campaigns_generate_insights", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/campaigns/:uuid/generate-insights/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Trigger insights generation for this campaign.\nPOST /api/integration/v1/campaigns/{uuid}/generate-insights/" }, { "info": { "name": "campaigns_invite", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/campaigns/:uuid/invite/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } } ] }, { "info": { "name": "insights", "type": "folder" }, "items": [ { "info": { "name": "insights_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/insights/" } }, { "info": { "name": "insights_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/insights/" } }, { "info": { "name": "insights_read", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/insights/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "insights_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/insights/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "insights_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/insights/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "insights_delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/insights/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "insights_html", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/insights/:uuid/html/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Return the insight as a rendered HTML document.\nGET /api/integration/v1/insights/{uuid}/html/" }, { "info": { "name": "insights_lexical", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/insights/:uuid/lexical/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Return the insight content converted to Lexical format.\nGET /api/integration/v1/insights/{uuid}/lexical/" }, { "info": { "name": "insights_markdown", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/insights/:uuid/md/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Return the insight content as a Markdown document.\nGET /api/integration/v1/insights/{uuid}/md/" }, { "info": { "name": "insights_pdf", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/insights/:uuid/pdf/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Return the insight as a downloadable PDF.\nGET /api/integration/v1/insights/{uuid}/pdf/" } ] }, { "info": { "name": "organisation", "type": "folder" }, "items": [ { "info": { "name": "organisation_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/organisation/" } }, { "info": { "name": "organisation_read", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/organisation/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] }, { "info": { "name": "results", "type": "folder" }, "items": [ { "info": { "name": "results_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/results/" } }, { "info": { "name": "results_export_export_csv", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/results/export/csv/" }, "docs": "Download all results as a CSV file, with output_json fields flattened as columns.\nGET /api/integration/v1/results/export/csv/" }, { "info": { "name": "results_export_export_json", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/results/export/json/" }, "docs": "Download all results as a JSON file.\nGET /api/integration/v1/results/export/json/" }, { "info": { "name": "results_read", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/results/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } } ] }, { "info": { "name": "sessions", "type": "folder" }, "items": [ { "info": { "name": "sessions_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/sessions/" } }, { "info": { "name": "sessions_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/sessions/" } }, { "info": { "name": "sessions_read", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/sessions/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "sessions_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/sessions/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "sessions_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/sessions/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "sessions_delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/sessions/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } } ] }, { "info": { "name": "templates", "type": "folder" }, "items": [ { "info": { "name": "templates_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/templates/" } }, { "info": { "name": "templates_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/templates/" } }, { "info": { "name": "templates_read", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/templates/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "templates_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/templates/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "templates_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/templates/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "templates_delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/templates/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } } ] }, { "info": { "name": "transcripts", "type": "folder" }, "items": [ { "info": { "name": "transcripts_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/transcripts/" } }, { "info": { "name": "transcripts_read", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/transcripts/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } } ] } ], "bundled": true }