Sign in

List files for record

documented

List files attached to a given record. Evidence: file-related endpoints discussed in TrackVia integrations. Source: turn13search4.

GET /openapi/views/{view_id}/records/{record_id}/filesViewsno 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}}/files?user_key={{TRACKVIA_API_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List files for record · TrackVia · OpenIntegrations