{ "opencollection": "1.0.0", "info": { "name": "Nationgraph Accounts Workspaces API", "version": "0.2.36" }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "Get Workspaces", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/workspaces", "params": [ { "name": "query", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get workspaces for the user with pagination." }, { "info": { "name": "Get Workspace", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_id", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "start_index", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "filter_json", "value": "", "type": "query" }, { "name": "sort_json", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve workspace data by joining Institutions and WorkspaceInstitutions.\nReturns workspace institution records with additional fields." }, { "info": { "name": "Edit Workspace", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_id", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Edit a workspace with the given fields." }, { "info": { "name": "Delete Workspace", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_id", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Soft delete a workspace and its associated workspace institutions." }, { "info": { "name": "Duplicate Workspace", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_id/duplicate", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Duplicate a workspace along with its custom columns, notes, tags,\nsmart cells, and workbook institution rows, all in one async transaction." }, { "info": { "name": "Create New Workspace", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/workspaces/create", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new workspace and add filtered institutions to it." }, { "info": { "name": "Preview Institutions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/workspaces/preview", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Preview filtered institutions for a workspace with pagination." }, { "info": { "name": "Get Unified Insights", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/workspaces/:workspace_id/institution/:institution_id/unified-insights", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "institution_id", "value": "", "type": "path" } ] }, "docs": "Get Unified Insights" } ] } ], "bundled": true }