Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 407 Bytes

File metadata and controls

15 lines (10 loc) · 407 Bytes
label Advanced filtering
icon square
order 1

Advanced filtering

How to request all characters with last name like Wheeler, gender equals to 1 and birth date greater or equals to 1967-01-01

[!badge variant="primary" text="GET"] /api/{{api_version}}/characters?last_name=*Wheeler&gender=1&birth_date=>=1967-01-01

See also:

!ref icon="filter"