Sign in

Get view record

documented

Retrieve a specific record from the specified view.

GET /v1/pages/scene_{scene_id}/views/view_{view_id}/records/{record_id}Viewsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.knack.com/v1/pages/scene_{{$scene_id}}/views/view_{{$view_id}}/records/{{$record_id}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-Knack-Application-Id: {{KNACKHQ_APPLICATION_ID}}" \
  -H "X-Knack-REST-API-Key: {{KNACKHQ_API_KEY}}" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"