POST VueApi/getScheduleEntry

获得当前用户所有事项列表

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ScheduleListHomeResModel
NameDescriptionTypeAdditional information
scheduleList

Collection of Collection of t_ScheduleEntry

None.

error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "scheduleList": [
    [
      {
        "fInterId": 1,
        "fEntryId": 2,
        "fIndex": 3,
        "fEDateTime": "2026-04-21T18:00:13.1556245+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-21T18:00:13.1556245+08:00",
        "fStatus": true,
        "fIsMain": true,
        "fCreateDateTime": "2026-04-21T18:00:13.1556245+08:00",
        "fAccessTypeId": 16,
        "fAccessId": 17
      },
      {
        "fInterId": 1,
        "fEntryId": 2,
        "fIndex": 3,
        "fEDateTime": "2026-04-21T18:00:13.1556245+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-21T18:00:13.1556245+08:00",
        "fStatus": true,
        "fIsMain": true,
        "fCreateDateTime": "2026-04-21T18:00:13.1556245+08:00",
        "fAccessTypeId": 16,
        "fAccessId": 17
      }
    ],
    [
      {
        "fInterId": 1,
        "fEntryId": 2,
        "fIndex": 3,
        "fEDateTime": "2026-04-21T18:00:13.1556245+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-21T18:00:13.1556245+08:00",
        "fStatus": true,
        "fIsMain": true,
        "fCreateDateTime": "2026-04-21T18:00:13.1556245+08:00",
        "fAccessTypeId": 16,
        "fAccessId": 17
      },
      {
        "fInterId": 1,
        "fEntryId": 2,
        "fIndex": 3,
        "fEDateTime": "2026-04-21T18:00:13.1556245+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-21T18:00:13.1556245+08:00",
        "fStatus": true,
        "fIsMain": true,
        "fCreateDateTime": "2026-04-21T18:00:13.1556245+08:00",
        "fAccessTypeId": 16,
        "fAccessId": 17
      }
    ]
  ],
  "error": 1,
  "Msg": "sample string 2"
}

application/xml, text/xml

Sample:
<ScheduleListHomeResModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
  <Msg>sample string 2</Msg>
  <error>1</error>
  <scheduleList xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:ArrayOft_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-21T18:00:13.1556245+08:00</d2p1:fCreateDateTime>
        <d2p1:fDateTime>2026-04-21T18:00:13.1556245+08:00</d2p1:fDateTime>
        <d2p1:fEDateTime>2026-04-21T18:00:13.1556245+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-21T18:00:13.1556245+08:00</d2p1:fCreateDateTime>
        <d2p1:fDateTime>2026-04-21T18:00:13.1556245+08:00</d2p1:fDateTime>
        <d2p1:fEDateTime>2026-04-21T18:00:13.1556245+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:ArrayOft_ScheduleEntry>
    <d2p1:ArrayOft_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-21T18:00:13.1556245+08:00</d2p1:fCreateDateTime>
        <d2p1:fDateTime>2026-04-21T18:00:13.1556245+08:00</d2p1:fDateTime>
        <d2p1:fEDateTime>2026-04-21T18:00:13.1556245+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-21T18:00:13.1556245+08:00</d2p1:fCreateDateTime>
        <d2p1:fDateTime>2026-04-21T18:00:13.1556245+08:00</d2p1:fDateTime>
        <d2p1:fEDateTime>2026-04-21T18:00:13.1556245+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:ArrayOft_ScheduleEntry>
  </scheduleList>
</ScheduleListHomeResModel>