POST VueApi/getScheduleEntryHasNot?fPage={fPage}

获得当前用户所有事项列表-首页我未办

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fPage

integer

Required

Body Parameters

None.

Response Information

Resource Description

ScheduleListResModel
NameDescriptionTypeAdditional information
cnt

integer

None.

scheduleList

Collection of t_ScheduleEntry

None.

error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "cnt": 1,
  "scheduleList": [
    {
      "fInterId": 1,
      "fEntryId": 2,
      "fIndex": 3,
      "fEDateTime": "2026-04-21T20:27:05.3059125+08:00",
      "fBiller": 5,
      "fBillerName": "sample string 6",
      "fEStatus": true,
      "fUrl": "sample string 8",
      "fTitle": "sample string 9",
      "fSender": 10,
      "fSenderName": "sample string 11",
      "fDateTime": "2026-04-21T20:27:05.3059125+08:00",
      "fStatus": true,
      "fIsMain": true,
      "fCreateDateTime": "2026-04-21T20:27:05.3059125+08:00",
      "fAccessTypeId": 16,
      "fAccessId": 17
    },
    {
      "fInterId": 1,
      "fEntryId": 2,
      "fIndex": 3,
      "fEDateTime": "2026-04-21T20:27:05.3059125+08:00",
      "fBiller": 5,
      "fBillerName": "sample string 6",
      "fEStatus": true,
      "fUrl": "sample string 8",
      "fTitle": "sample string 9",
      "fSender": 10,
      "fSenderName": "sample string 11",
      "fDateTime": "2026-04-21T20:27:05.3059125+08:00",
      "fStatus": true,
      "fIsMain": true,
      "fCreateDateTime": "2026-04-21T20:27:05.3059125+08:00",
      "fAccessTypeId": 16,
      "fAccessId": 17
    }
  ],
  "error": 2,
  "Msg": "sample string 3"
}

application/xml, text/xml

Sample:
<ScheduleListResModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
  <Msg>sample string 3</Msg>
  <error>2</error>
  <cnt>1</cnt>
  <scheduleList xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:t_ScheduleEntry>
      <d2p1:fAccessId>17</d2p1:fAccessId>
      <d2p1:fAccessTypeId>16</d2p1:fAccessTypeId>
      <d2p1:fBiller>5</d2p1:fBiller>
      <d2p1:fBillerName>sample string 6</d2p1:fBillerName>
      <d2p1:fCreateDateTime>2026-04-21T20:27:05.3059125+08:00</d2p1:fCreateDateTime>
      <d2p1:fDateTime>2026-04-21T20:27:05.3059125+08:00</d2p1:fDateTime>
      <d2p1:fEDateTime>2026-04-21T20:27:05.3059125+08:00</d2p1:fEDateTime>
      <d2p1:fEStatus>true</d2p1:fEStatus>
      <d2p1:fEntryId>2</d2p1:fEntryId>
      <d2p1:fIndex>3</d2p1:fIndex>
      <d2p1:fInterId>1</d2p1:fInterId>
      <d2p1:fIsMain>true</d2p1:fIsMain>
      <d2p1:fSender>10</d2p1:fSender>
      <d2p1:fSenderName>sample string 11</d2p1:fSenderName>
      <d2p1:fStatus>true</d2p1:fStatus>
      <d2p1:fTitle>sample string 9</d2p1:fTitle>
      <d2p1:fUrl>sample string 8</d2p1:fUrl>
    </d2p1:t_ScheduleEntry>
    <d2p1:t_ScheduleEntry>
      <d2p1:fAccessId>17</d2p1:fAccessId>
      <d2p1:fAccessTypeId>16</d2p1:fAccessTypeId>
      <d2p1:fBiller>5</d2p1:fBiller>
      <d2p1:fBillerName>sample string 6</d2p1:fBillerName>
      <d2p1:fCreateDateTime>2026-04-21T20:27:05.3059125+08:00</d2p1:fCreateDateTime>
      <d2p1:fDateTime>2026-04-21T20:27:05.3059125+08:00</d2p1:fDateTime>
      <d2p1:fEDateTime>2026-04-21T20:27:05.3059125+08:00</d2p1:fEDateTime>
      <d2p1:fEStatus>true</d2p1:fEStatus>
      <d2p1:fEntryId>2</d2p1:fEntryId>
      <d2p1:fIndex>3</d2p1:fIndex>
      <d2p1:fInterId>1</d2p1:fInterId>
      <d2p1:fIsMain>true</d2p1:fIsMain>
      <d2p1:fSender>10</d2p1:fSender>
      <d2p1:fSenderName>sample string 11</d2p1:fSenderName>
      <d2p1:fStatus>true</d2p1:fStatus>
      <d2p1:fTitle>sample string 9</d2p1:fTitle>
      <d2p1:fUrl>sample string 8</d2p1:fUrl>
    </d2p1:t_ScheduleEntry>
  </scheduleList>
</ScheduleListResModel>