Skip to main content

List Customer

GET 

/customer

Available Filter

Value TypeExample
date2010-02-02T20:23:05+07:00
Operator TypeDescription
gteGreater Than or Equal
gtGreater Than
lteLower Than or Equal
ltLower Than
eqEqual
inInside some of values
Field TypeValue Type
iduuid
created_ondate
updated_ondate

Example Filter

Field TypeOperatorValue
idin('uuid1' 'uuid2' 'uuid3')
created_onlt2023-02-02T20:13:05+07:00
updated_ongt2022-02-02T20:23:05+07:00

Available Sort

Operator TypeDescription
ascSmallest to Largest
descLargest to Smallest
FieldDescriptionExample
nameCustomer Namename asc
marketing_user.nameCustomer Marketing Namemarketing_user.name asc
industry_categoryCustomer Industry Categoryindustry_category desc
emailCustomer Emailemail asc
created_onCustomer Created Atcreated_on desc
updated_onCustomer Updated Atupdated_on desc
FieldExample
nameCherely Quin
marketing_user.nameAaron James
industry_categoryTechnologies
emailcustomer@mail.com

Request

Responses

OK