Get view record
documentedRetrieve a specific record from the specified view.
GET /v1/pages/scene_{scene_id}/views/view_{view_id}/records/{record_id}Viewsno implementation yet0 runsNo 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}}"