Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 995 Bytes

FormsApi.md

File metadata and controls

37 lines (22 loc) · 995 Bytes

\FormsApi

All URIs are relative to https://api.bombbomb.com/v2

Method HTTP request Description
GetFormTrackingAsCsv Get /forms/{id}/tracking/export Get csv

GetFormTrackingAsCsv

GetFormTrackingAsCsv(ctx, id) Get csv

Get form tracking as csv

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
id string Id of the form

Return type

(empty response body)

Authorization

BBOAuth2

HTTP request headers

  • Content-Type: application/x-www-form-urlencoded
  • Accept: application/json

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