Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wufoo Reports API

Read reports built on top of forms.

Wufoo Reports API is one of 10 APIs that Wufoo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 7 JSON Schema definitions.

Tagged areas include Reports. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, rate-limit docs, a getting-started guide, and 7 JSON Schemas.

This API exposes 5 operations across 5 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 3.0.

Requests are made against a single base URL, https://{subdomain}.wufoo.com/api/v3.

5 operations 5 paths 3 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0
Base URL
https://{subdomain}.wufoo.com/api/v3
Authentication
HTTP Basic
Resource Areas
1

Authentication & Security 1

Wufoo Reports API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • basicAuth — HTTP Basic Auth. Use your Wufoo API key as the username and any non-empty string as the password. Servers require TLS v1.0 or higher; SSLv3 and lower are block…

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.

Reports 5

Read reports built on top of forms.

GET
/reports.{format}
List All Reports
listReports 2 params → 200
GET
/reports/{identifier}.{format}
Get Single Report
getReport 3 params → 200
GET
/reports/{identifier}/entries.{format}
List Report Entries
listReportEntries 4 params → 200
GET
/reports/{identifier}/entries/count.{format}
Count Report Entries
countReportEntries 3 params → 200
GET
/reports/{identifier}/fields.{format}
List Report Fields
listReportFields 4 params → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Field (11 properties), Report (11 properties), Entry (5 properties). Each schema is shown below with its type and property counts.

Report
object
11 properties
Entry
object
Submission keyed by Field{ID} plus audit fields.
5 properties
Field
object
11 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wufoo-reports-api-openapi.yml Raw ↑

Other APIs Wufoo publishes across the network.

Wufoo Webhooks
Wufoo Comments API
Wufoo Entries API
Wufoo Fields API
Wufoo Forms API
Wufoo Login API
Wufoo Users API
Wufoo Webhooks API
Wufoo Widgets API