Get Customers

To get detailed information of couple customers sorted by time
利用時間範圍選取與排序獲取數筆顧客資料

Query Params
string

Filter data by those updated after specific time.
取得 updated_at 大於指定時間的顧客(包含指定時間)
*Should use UTC time

string

Filter data by those updated before specific time.
取得 updated_at 小於指定時間的顧客(包含指定時間)
*Should use UTC time

string

Filter data by those created after specific time.
取得 created_at 大於指定時間的顧客(包含指定時間)
*Should use UTC time

string

Filter data by those created before specific time.
取得 created_at 小於指定時間的顧客(包含指定時間)
*Should use UTC time

integer

Page Number
頁數

integer

Numbers of records per Page
每頁顯示 n 筆資料

string
enum
Defaults to desc

Setting sort by created time
設定創建時間排序

Allowed:
string

Customer id before the first record of the target records as pagination cursor
目標資料的第一個顧客的前一個顧客ID,同作分頁標記。
* If "previous_id" is provided, this operation will ignore "page" param.
* 如果使用param "previous_id",這次操作會忽略param "page"

include_fields[]
array of strings

Provide additional attributes in the response
結果添加哪些參數

include_fields[]
fields[]
array of strings

Only show certain parameters in the response
This field will have conflicts to the include_fields[]
To avoid the conflicts
please also input all the items included in the include_fields[] to this field
otherwise those fields will not be shown
結果只顯示哪些參數
這個欄位會跟include_fields[]的欄位有衝突
要避免衝突的話,請輸入所有也包括在include_fields[]內的項目
否則那些項目將不能被顯示

fields[]
Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json