{ "opencollection": "1.0.0", "info": { "name": "Salesloft Account and People Redaction Transcriptions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Transcriptions", "type": "folder" }, "items": [ { "info": { "name": "Salesloft List Transcriptions", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/transcriptions", "params": [ { "name": "created_at[gt]", "value": "", "type": "query" }, { "name": "created_at[gte]", "value": "", "type": "query" }, { "name": "created_at[lt]", "value": "", "type": "query" }, { "name": "created_at[lte]", "value": "", "type": "query" }, { "name": "updated_at[gt]", "value": "", "type": "query" }, { "name": "updated_at[gte]", "value": "", "type": "query" }, { "name": "updated_at[lt]", "value": "", "type": "query" }, { "name": "updated_at[lte]", "value": "", "type": "query" }, { "name": "language_code", "value": "", "type": "query" }, { "name": "ids", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "include_paging_counts", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Salesloft List Transcriptions" }, { "info": { "name": "Salesloft Fetch a Transcription", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/transcriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Salesloft Fetch a Transcription" }, { "info": { "name": "Salesloft Fetch a Transcription Artifact", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/transcriptions/:id/artifact", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Salesloft Fetch a Transcription Artifact" }, { "info": { "name": "Salesloft Fetch a Transcription's Sentences", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/transcriptions/:id/sentences", "params": [ { "name": "per_page", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "include_paging_counts", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Salesloft Fetch a Transcription's Sentences" } ] } ], "bundled": true }