POST api/pop/GetAppPushList?app_key={app_key}&access_token={access_token}&timestamp={timestamp}&sign={sign}

查询消息推送记录

Request Information

URI Parameters

NameDescriptionTypeAdditional information
app_key

app_key

string

None.

access_token

access_token

string

None.

timestamp

timestamp

string

None.

sign

sign

string

None.

Body Parameters

SearchAppPushListModel
NameDescriptionTypeAdditional information
PageSize

每页数据大小

integer

None.

Page

当前页

integer

None.

AppType

应用类型:0 全部 1 经销商APP

integer

None.

MobileType

机型 0 ALL 1 Android 2 IOS

integer

None.

UniqueId

Client Id

string

None.

DealerId

商家id

integer

None.

DealerName

商家名称

string

None.

PopUserName

当前账号

string

None.

SourcePlat

来源平台

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "Page": 2,
  "AppType": 3,
  "MobileType": 1,
  "UniqueId": "sample string 4",
  "DealerId": 5,
  "DealerName": "sample string 6",
  "PopUserName": "sample string 7",
  "SourcePlat": 8
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.