POST api/PushMessageManage/PushAllTaskGetPageList
APP广播分页列表 2020年10月13日 (PC后台/柳航)
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.PushAllTaskGetPageListRequest |
Request body formats
application/json, text/json
Sample:
{ "param": { "startTime": "2025-06-01 11:41:58", "endTime": "2025-06-01 11:41:58", "keyWord": "sample string 1" }, "institutionID": 1, "pageNo": 1, "pageSize": 1, "startSize": 0, "sessionId": "sample string 1", "requestSource": "sample string 2", "bundleID": "sample string 3", "requestGroupID": "sample string 4", "channel": "sample string 5", "loginUserID": "sample string 6", "clientIP": "sample string 7", "endDeviceNumber": "sample string 8", "cityName": "sample string 9" }
application/xml, text/xml
Sample:
<PushAllTaskGetPageListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain"> <BundleID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 3</BundleID> <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 5</Channel> <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</CityName> <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 7</ClientIP> <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</EndDeviceNumber> <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 6</LoginUserID> <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 4</RequestGroupID> <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 2</RequestSource> <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 1</SessionId> <PageNo xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</PageNo> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</PageSize> <InstitutionID>1</InstitutionID> <Param> <EndTime>2025-06-01T11:41:58.7980825+08:00</EndTime> <KeyWord>sample string 1</KeyWord> <StartTime>2025-06-01T11:41:58.7980825+08:00</StartTime> </Param> </PushAllTaskGetPageListRequest>
application/x-www-form-urlencoded
Sample:
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{ "totalCount": 1, "data": { "isBtnCreate": 1, "pageList": [ { "pushAllTaskID": 1, "content": "sample string 2", "appName": "sample string 3", "createTime": "2025-06-01 11:41:58", "pushTime": "2025-06-01 11:41:58", "isPush": 1, "pushType": 4, "pushTypeName": "sample string 5" }, { "pushAllTaskID": 1, "content": "sample string 2", "appName": "sample string 3", "createTime": "2025-06-01 11:41:58", "pushTime": "2025-06-01 11:41:58", "isPush": 1, "pushType": 4, "pushTypeName": "sample string 5" }, { "pushAllTaskID": 1, "content": "sample string 2", "appName": "sample string 3", "createTime": "2025-06-01 11:41:58", "pushTime": "2025-06-01 11:41:58", "isPush": 1, "pushType": 4, "pushTypeName": "sample string 5" } ] }, "code": 1, "message": "sample string 2" }
application/xml, text/xml
Sample:
<ListApiResponseOfPushAllTaskGetListModelBO9P5ujw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi"> <Code>1</Code> <Message>sample string 2</Message> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain"> <d2p1:IsBtnCreate>1</d2p1:IsBtnCreate> <d2p1:PageList> <d2p1:PushAllTaskGetPageListModel> <d2p1:AppName>sample string 3</d2p1:AppName> <d2p1:Content>sample string 2</d2p1:Content> <d2p1:CreateTime>2025-06-01T11:41:58.8140181+08:00</d2p1:CreateTime> <d2p1:IsPush>1</d2p1:IsPush> <d2p1:PushAllTaskID>1</d2p1:PushAllTaskID> <d2p1:PushTime>2025-06-01T11:41:58.8140181+08:00</d2p1:PushTime> <d2p1:PushType>4</d2p1:PushType> <d2p1:PushTypeName>sample string 5</d2p1:PushTypeName> </d2p1:PushAllTaskGetPageListModel> <d2p1:PushAllTaskGetPageListModel> <d2p1:AppName>sample string 3</d2p1:AppName> <d2p1:Content>sample string 2</d2p1:Content> <d2p1:CreateTime>2025-06-01T11:41:58.8140181+08:00</d2p1:CreateTime> <d2p1:IsPush>1</d2p1:IsPush> <d2p1:PushAllTaskID>1</d2p1:PushAllTaskID> <d2p1:PushTime>2025-06-01T11:41:58.8140181+08:00</d2p1:PushTime> <d2p1:PushType>4</d2p1:PushType> <d2p1:PushTypeName>sample string 5</d2p1:PushTypeName> </d2p1:PushAllTaskGetPageListModel> <d2p1:PushAllTaskGetPageListModel> <d2p1:AppName>sample string 3</d2p1:AppName> <d2p1:Content>sample string 2</d2p1:Content> <d2p1:CreateTime>2025-06-01T11:41:58.8140181+08:00</d2p1:CreateTime> <d2p1:IsPush>1</d2p1:IsPush> <d2p1:PushAllTaskID>1</d2p1:PushAllTaskID> <d2p1:PushTime>2025-06-01T11:41:58.8140181+08:00</d2p1:PushTime> <d2p1:PushType>4</d2p1:PushType> <d2p1:PushTypeName>sample string 5</d2p1:PushTypeName> </d2p1:PushAllTaskGetPageListModel> </d2p1:PageList> </Data> <TotalCount>1</TotalCount> </ListApiResponseOfPushAllTaskGetListModelBO9P5ujw>