POST
/
v2
/
waves
/
filter
{
  "waves": [
    {
      "accessible": true,
      "code": "<string>",
      "date_end": {
        "nanos": 123,
        "seconds": 123
      },
      "date_start": {
        "nanos": 123,
        "seconds": 123
      },
      "id": 123,
      "kind": "<string>",
      "name": "<string>",
      "namespaces": [
        {
          "code": "<string>"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Body

application/json

request for filter

The body is of type object.

Response

200
application/json

details about locations

The response is of type object.