GET
/
merchant
/
metric
/
list
curl --request GET \
  --url https://api.unibee.top/merchant/metric/list \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "data": {
    "merchantMetrics": [
      {
        "aggregationProperty": "<string>",
        "aggregationType": 123,
        "code": "<string>",
        "createTime": 123,
        "gmtModify": 123,
        "id": 123,
        "merchantId": 123,
        "metricDescription": "<string>",
        "metricName": "<string>",
        "type": 123
      }
    ],
    "total": 123
  },
  "message": "<string>",
  "redirect": "<string>",
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

sortField
string

Sort,user_id|gmt_create,Default gmt_create

sortType
string

Sort Type,asc|desc,Default desc

page
integer

Page,Start 0

count
integer

Count OF Page

createTimeStart
integer

CreateTimeStart

createTimeEnd
integer

CreateTimeEnd

Response

200 - application/json
code
integer
data
object
message
string
redirect
string
requestId
string