Suggestions

close search

StringeeX filter management

Filter search contact

URL: https://api.stringeex.com/v1/filter/searchcontact

HTTP method: POST

Content-Type: application/json

Custom HTTP header: Name: X-STRINGEE-AUTH Value: JSON web token (JWT), see StringeeX API REST Authentication

POST data (body):

{
  "field_choose": [
    "email"
  ],
  "field_condition": [
    "like"
  ],
  "field_value": [
    "@gmail.com"
  ],
  "field_and": [],
  "field_type": [
    "text"
  ],
  "type": "contact",
  "page": 1,
  "limit": 20,
  "name": ""
}
Field Type Require Description
field_choose Array No Field choose
field_condition Array No Field condition
field_value Array No Field value
field_and Array No Field and
field_type Array No Field type
type String No Type
page Number No Page
limit Number No Limit
name String No Name

Response:

{
  "data": {
    "rows": [
      {
        "PT8LB2FD3Q_nghiep-vu-247": "123",
        "contact_type": 1,
        "phone": "84332xxx830",
        "created": 1652064465,
        "name": "Stringee Test",
        "id": "CTNQSESIPR",
        "portal": "PT8LB2FD3Q",
        "job_title": "",
        "last_modified": 1652417220,
        "email": "test@stringee.com",
        "account_manager_name": null,
        "company_name": null,
        "phone_encrypted": true,
        "phones": [
          {
            "fieldvalue_id": "17f4cbc478f8916833569de8ca2b9a2b",
            "value": "84332xxx830",
            "encrypted_value": "NvCbU/2NzwniqIReXqIr/Q==:OThBejdITWxhanNYWWQwQw=="
          },
          {
            "fieldvalue_id": "f5d17810b072214e5266caab22d7b4a3",
            "value": "btncall_0332xxx830",
            "encrypted_value": "cnZ2jSLK57Y1PfYbc909L8Mdmp49NDjbOePPUc0x1A8=:clREcThPQXBYbG4wRTZ0Mg=="
          }
        ],
        "emails": [
          {
            "fieldvalue_id": "320bc0cbb4d9464f4235bebe1d06bee0",
            "value": "test@stringee.com"
          }
        ],
        "facebooks": null,
        "facebook": null,
        "company": null,
        "avatar": null,
        "about": null,
        "account_manager": null,
        "tong-cuoc-goi": "",
        "custom_field_tong-cuoc-goi": [
          null
        ],
        "gioi-tinh-2": "",
        "cay-thu-muc": "",
        "gioi-tinh": "",
        "ma-kh": "",
        "custom_field_ma-kh": [
          null
        ],
        "contact_type_custom": "",
        "custom_field_contact_type_custom": [
          null
        ],
        "so-thap-phan": "",
        "custom_field_so-thap-phan": [
          null
        ],
        "ngay-thang": "",
        "custom_field_ngay-thang": [
          null
        ],
        "so-nguyen": "",
        "custom_field_so-nguyen": [
          null
        ],
        "so-cmnd": "",
        "custom_field_so-cmnd": [
          null
        ],
        "user-status": "",
        "custom_field_user-status": [
          null
        ],
        "bieu-thuc-chinh-quy": "",
        "custom_field_bieu-thuc-chinh-quy": [
          null
        ],
        "chu-nhieu-hang": "",
        "custom_field_chu-nhieu-hang": [
          null
        ],
        "nghiep-vu-247": "123",
        "custom_field_nghiep-vu-247": [
          "123"
        ],
        "checkbox": "unchecked",
        "custom_field_checkbox": [
          "unchecked"
        ],
        "referid": "",
        "custom_field_referid": [
          null
        ],
        "text": "",
        "custom_field_text": [
          null
        ],
        "trang-thai-goi": "",
        "custom_field_trang-thai-goi": [
          null
        ]
      }
    ],
    "totalCount": 1
  },
  "r": 0,
  "msg": "Successful"
}
Field Type Require Description
r Int Yes Result code
msg String Yes Result message
data Object No Result detail include totalCount, totalPages, rows