curl --request POST \
--url https://api.unibee.dev/merchant/metric/list \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"count": 123,
"createTimeEnd": 123,
"createTimeStart": 123,
"page": 123,
"searchKey": "<string>",
"sortField": "<string>",
"sortType": "<string>"
}
'{
"code": 123,
"data": {
"merchantMetrics": [
{
"aggregationProperty": "<string>",
"aggregationType": 123,
"archived": true,
"code": "<string>",
"createTime": 123,
"gmtModify": 123,
"id": 123,
"merchantId": 123,
"metaData": {},
"metricDescription": "<string>",
"metricName": "<string>",
"type": 123,
"unit": "<string>"
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}curl --request POST \
--url https://api.unibee.dev/merchant/metric/list \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"count": 123,
"createTimeEnd": 123,
"createTimeStart": 123,
"page": 123,
"searchKey": "<string>",
"sortField": "<string>",
"sortType": "<string>"
}
'{
"code": 123,
"data": {
"merchantMetrics": [
{
"aggregationProperty": "<string>",
"aggregationType": 123,
"archived": true,
"code": "<string>",
"createTime": 123,
"gmtModify": 123,
"id": 123,
"merchantId": 123,
"metaData": {},
"metricDescription": "<string>",
"metricName": "<string>",
"type": 123,
"unit": "<string>"
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Count OF Page
CreateTimeEnd,UTC timestamp,seconds
CreateTimeStart,UTC timestamp,seconds
Page,Start 0
Search Key, code or name
Sort,user_id|gmt_create,Default gmt_create
Sort Type,asc|desc,Default desc