{ "opencollection": "1.0.0", "info": { "name": "Nationgraph Accounts Smart Columns API", "version": "0.2.36" }, "items": [ { "info": { "name": "Smart Columns", "type": "folder" }, "items": [ { "info": { "name": "Upsert Smart Column", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_id/smart-columns", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create or update a smart column for a workspace using SQLModel." }, { "info": { "name": "Rerun Smart Column", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_id/smart-columns/:column_id/rerun", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "column_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Rerun an existing smart column for a workspace using SQLModel." }, { "info": { "name": "Patch Smart Column Endpoint", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_id/smart-columns/:column_id", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "column_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Patch Smart Column Endpoint" }, { "info": { "name": "Process Smart Columns For Institution", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_id/institutions/:institution_id/smart-columns", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "institution_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Process all smart columns for a newly added institution." }, { "info": { "name": "Get Custom Column", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_id/custom-column/:column_id", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "column_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a custom column record using SQLModel." }, { "info": { "name": "Delete Custom Column", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_id/custom-column/:column_id", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "column_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a custom column and its associated data." }, { "info": { "name": "Enrich Keywords", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/enrich-keywords", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Enrich Keywords" }, { "info": { "name": "Enrich Prompt", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/enrich-prompt", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Enrich Prompt" }, { "info": { "name": "Get Rag Document", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/rag/data_source/:data_source/documents/:document_id", "params": [ { "name": "data_source", "value": "", "type": "path" }, { "name": "document_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Rag Document" } ] } ], "bundled": true }