GET
/
v1
/
split-tests
curl --request GET \
  --url https://api.production.orderprotection.com/v1/split-tests
{
  "edges": [
    {
      "node": {
        "id": "<string>",
        "name": "<string>",
        "percentOfTraffic": 123,
        "type": "WIDGET",
        "startDate": "2023-11-07T05:31:56Z",
        "endDate": "2023-11-07T05:31:56Z",
        "state": "ACTIVE",
        "testPriceRuleSets": [
          [
            "<any>"
          ]
        ]
      }
    }
  ],
  "pageInfo": {
    "startCursor": "cm0b57zjv00myq52xh0c590b8",
    "endCursor": "cm0b57zjv00myq52xh0c590b8",
    "hasNextPage": false,
    "hasPreviousPage": false
  }
}

Response

default - application/json
edges
object[]
pageInfo
object