Sign in

Get record

documented

Retrieve a specific record by ID. Evidence: path pattern observed in TrackVia OpenAPI usage (openapi/views/{viewId}/records/{recordId}). Source: turn12search6.

GET /openapi/views/{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://go.trackvia.com/openapi/views/{{$view_id}}/records/{{$record_id}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Get record · TrackVia · OpenIntegrations