{ "opencollection": "1.0.0", "info": { "name": "Tonic Structural REST Generate Data API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Generate Data", "type": "folder" }, "items": [ { "info": { "name": "Start a data generation job", "type": "http" }, "http": { "method": "POST", "url": "https://{tonicHost}/api/generateData/start", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Tonic API version (for example `v2023.07.0`). Required on every\nrequest unless a default version is configured.\n" }, { "name": "workspaceId", "value": "", "type": "query" }, { "name": "strictMode", "value": "", "type": "query" } ] }, "docs": "Start a data generation job" }, { "info": { "name": "Get data generation job status", "type": "http" }, "http": { "method": "GET", "url": "https://{tonicHost}/api/generateData", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Tonic API version (for example `v2023.07.0`). Required on every\nrequest unless a default version is configured.\n" }, { "name": "workspaceId", "value": "", "type": "query" } ] }, "docs": "Get data generation job status" } ] } ], "bundled": true }