Skip to main content

List 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
Query Parameters
    filters string[]
    limit integer required

    Possible values: >= 1

    page integer required

    Possible values: >= 1

    search string
    sorts string[]
Responses

OK


Schema
    data object
    ids array
    paginated_result object[]
  • Array [
  • email string
    id string
    industry_category object
    name string
    marketing_user object
    id integer
    name string
    name string
    npwp string
  • ]
  • metadata object
    count integer
    page integer
    total_count integer
    total_page integer
Loading...