{ "opencollection": "1.0.0", "info": { "name": "Campaigns Execute API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Execute", "type": "folder" }, "items": [ { "info": { "name": "Execute an NQL V1", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.api.{region}.nexthink.cloud/api/v1/nql/execute", "headers": [ { "name": "Authorization", "value": "" }, { "name": "Accept", "value": "" }, { "name": "x-utc-times", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Executes an NQL query and returns the results." }, { "info": { "name": "Execute an NQL V2", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.api.{region}.nexthink.cloud/api/v2/nql/execute", "headers": [ { "name": "Authorization", "value": "" }, { "name": "Accept", "value": "" }, { "name": "x-utc-times", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Executes an NQL query and returns the results." } ] } ], "bundled": true }