v1

latestOpenAPI 3.1.02026-07-2624070.9 KB

/batch

post/batch

Request body

requestsstring json required

Array of request objects containg method, path and body (optional).

Response

200

statusinteger

Example response

[
  {
    "body": [
      {
        "id": 1,
        "name": "Test Group",
        "total": 19,
        "active": 19,
        "date_created": "2017-05-01 09:24:36",
        "date_updated": "2017-05-01 12:16:09"
      }
    ],
    "status": 200
  }
]