| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.trackvia.com/ | link | — | — | — |
Actions (8)
Views · 7
- Delete all records in viewDELETE /openapi/views/{view_id}/records/all
Delete all records in the specified view. Evidence: documented endpoint DELETE /openapi/views/{viewId}/records/all. Source: turn12search0.
documented - Find records in viewGET /openapi/views/{view_id}/find
Find records within a view (legacy/search endpoint). Evidence: community references to a find/search endpoint for views. Source: turn17search5.
documented - Get file from recordGET /openapi/views/{view_id}/records/{record_id}/files/{file_id}
Retrieve a specific file attached to a record. Evidence: Get file from a record endpoint mentioned in integrations. Source: turn13search4.
documented - Get recordGET /openapi/views/{view_id}/records/{record_id}
Retrieve a specific record by ID. Evidence: path pattern observed in TrackVia OpenAPI usage (openapi/views/{viewId}/records/{recordId}). Source: turn12search6.
documented - List files for recordGET /openapi/views/{view_id}/records/{record_id}/files
List files attached to a given record. Evidence: file-related endpoints discussed in TrackVia integrations. Source: turn13search4.
documented - List records in viewGET /openapi/views/{view_id}/records
Retrieve records from a specific TrackVia view. Evidence: base URL example shows this path pattern (GET https://go.trackvia.com/openapi/views/123/records?user_key=YOUR_API_KEY). Source: turn8view0.
documented - Upload file to recordPOST /openapi/views/{view_id}/records/{record_id}/files
Upload and attach a file to a record. Evidence: file upload endpoint referenced by integrations. Source: turn13search4.
documented