Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.21 KB

ExportsApi.md

File metadata and controls

51 lines (27 loc) · 1.21 KB

ExportsApi

All URIs are relative to https://bulkexports.twilio.com

Method HTTP request Description
FetchExport Get /v1/Exports/{ResourceType}

FetchExport

BulkexportsV1Export FetchExport(ctx, ResourceType)

Fetch a specific Export.

Path Parameters

Name Type Description
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
ResourceType string The type of communication – Messages, Calls, Conferences, and Participants

Other Parameters

Other parameters are passed through a pointer to a FetchExportParams struct

Name Type Description

Return type

BulkexportsV1Export

Authorization

accountSid_authToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]