{ "opencollection": "1.0.0", "info": { "name": "GetResponse APIv3 A/B tests", "version": "3.2026-07-28T07:58:55+00:00" }, "items": [ { "info": { "name": "A/B tests", "type": "folder" }, "items": [ { "info": { "name": "Get a single A/B test.", "type": "http" }, "http": { "method": "GET", "url": "https://api.getresponse.com/v3/splittests/:splittestId", "params": [ { "name": "splittestId", "value": "9I", "type": "path", "description": "The send settings for the A/B test" }, { "name": "fields", "value": "", "type": "query", "description": "List of fields that should be returned. Id is always returned. Fields should be separated by comma" } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Get a single A/B test by ID." }, { "info": { "name": "The list of A/B tests.", "type": "http" }, "http": { "method": "GET", "url": "https://api.getresponse.com/v3/splittests", "params": [ { "name": "query[name]", "value": "", "type": "query", "description": "Search A/B tests by name" }, { "name": "query[type]", "value": "", "type": "query", "description": "Search A/B tests by type" }, { "name": "query[status]", "value": "", "type": "query", "description": "Search A/B tests by status" }, { "name": "query[createdOn][from]", "value": "", "type": "query", "description": "Search A/B tests created from this date" }, { "name": "query[createdOn][to]", "value": "", "type": "query", "description": "Search A/B tests created to this date" }, { "name": "sort[name]", "value": "", "type": "query", "description": "Sort by name" }, { "name": "sort[createdOn]", "value": "", "type": "query", "description": "Sort by creation date" }, { "name": "fields", "value": "", "type": "query", "description": "List of fields that should be returned. Id is always returned. Fields should be separated by comma" }, { "name": "perPage", "value": "", "type": "query", "description": "Requested number of results per page" }, { "name": "page", "value": "", "type": "query", "description": "Page number" } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "The list of A/B tests. You can filter the resource using criteria specified as `query[*]`. You can provide multiple criteria, to use AND logic. You can sort the resource using parameters specified as `sort[*]`. You can specify multiple fields to sort by." } ] } ], "bundled": true }