How to request all characters with last name like Wheeler, gender equals to 1 and birth date greater or equals to 1967-01-01
like
equals to
greater or equals to
GET /api/v1/characters?last_name=*Wheeler&gender=1&birth_date=>=1967-01-01
See also: