Skip to main content

List Customer Contact

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
Field TypeValue Type
created_ondate
updated_ondate

Example Filter

Field TypeOperatorValue
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 Delivery Contact Namename asc
positionCustomer Delivery Contact Positionposition asc
phoneCustomer Delivery Contact Phonephone asc
emailCustomer Delivery Contact Emailemail asc
created_onCustomer Delivery Contact Created Atcreated_on desc
updated_onCustomer Delivery Contact Updated Atupdated_on desc
FieldExample
nameNote Pertama
positionMarketing
phone081234567
emailmceasy@mail.co.id
Path Parameters
    id string required

    Customer UUID

Query Parameters
    filters string[]
    limit integer
    page integer
    search string
    sorts string[]
Responses

OK


Schema
    metadata object
    count integer
    page integer
    total_count integer
    total_page integer
    data object
    paginated_result object[]
  • Array [
  • id string
    name string
    phone string
    position string
    email string
  • ]
  • ids string[]
Loading...