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

Knack View Records API

Operations on records via page view endpoints

Knack View Records API is one of 3 APIs that Knack publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include View Records. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 1 operation across 1 path, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version v1.

Requests are made against a single base URL, https://api.knack.com/v1.

1 operations 1 paths 3 schemas 1 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://api.knack.com/v1
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Knack View Records API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-Knack-Application-Id (ApplicationId). An API key is passed in the header as X-Knack-REST-API-Key (RestApiKey). By default, every request must be authenticated.

  • ApplicationId — Knack Application ID identifying the target application
  • RestApiKey — REST API key authorizing the request

Paths & Operations 1

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

View Records 1

Operations on records via page view endpoints

GET
/pages/{scene_key}/views/{view_key}/records
List View Records
listViewRecords 4 params → 200401

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are RecordListResponse (4 properties), ErrorResponse (1 property), Record (1 property). Each schema is shown below with its type and property counts.

RecordListResponse
object
4 properties
Record
object
A Knack record. Fields are keyed by field IDs (for example, field1).
1 property
ErrorResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

knack-view-records-api-openapi.yml Raw ↑

Other APIs Knack publishes across the network.

Knack REST API
Knack Object Records API