GET api/log/type-list?PageIndex={PageIndex}&PageSize={PageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PageIndex

integer

None.

PageSize

integer

None.

Body Parameters

None.

Response Information

Resource Description

ResponseDataOfPagingResponseOfTaxLogQueryOutput
NameDescriptionTypeAdditional information
State

ResponseState

None.

SubState

ResponseSubStateCode

None.

Data

PagingResponseOfTaxLogQueryOutput

None.

Msg

string

None.

TaskType

TaxTaskType

None.

TaskStyle

integer

None.

DeniedPermission

string

None.

Response Formats

application/json, text/json

Sample:
{
  "state": 1000,
  "subState": 0,
  "data": {
    "pageSize": 1,
    "currentPage": 2,
    "total": 3,
    "data": [
      {
        "createdBy": 1,
        "createdByName": "sample string 2",
        "createdDate": "2026-06-02 01:13:51",
        "imageUrl": "sample string 4",
        "log": "sample string 5"
      },
      {
        "createdBy": 1,
        "createdByName": "sample string 2",
        "createdDate": "2026-06-02 01:13:51",
        "imageUrl": "sample string 4",
        "log": "sample string 5"
      }
    ]
  },
  "msg": "sample string 1",
  "taskType": 3,
  "taskStyle": 2,
  "deniedPermission": "sample string 3"
}

application/xml, text/xml

Sample:
<ResponseDataOfPagingResponseOfTaxLogQueryOutputAspFbluUAspFbluU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAcc.TaxDeclaration.Service.Models">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAccTax.Declaration.Shared.Dtos">
    <d2p1:CurrentPage>2</d2p1:CurrentPage>
    <d2p1:Data>
      <d2p1:TaxLogQueryOutput>
        <d2p1:CreatedBy>1</d2p1:CreatedBy>
        <d2p1:CreatedByName>sample string 2</d2p1:CreatedByName>
        <d2p1:CreatedDate>2026-06-02T01:13:51.7964437+08:00</d2p1:CreatedDate>
        <d2p1:ImageUrl>sample string 4</d2p1:ImageUrl>
        <d2p1:Log>sample string 5</d2p1:Log>
      </d2p1:TaxLogQueryOutput>
      <d2p1:TaxLogQueryOutput>
        <d2p1:CreatedBy>1</d2p1:CreatedBy>
        <d2p1:CreatedByName>sample string 2</d2p1:CreatedByName>
        <d2p1:CreatedDate>2026-06-02T01:13:51.7964437+08:00</d2p1:CreatedDate>
        <d2p1:ImageUrl>sample string 4</d2p1:ImageUrl>
        <d2p1:Log>sample string 5</d2p1:Log>
      </d2p1:TaxLogQueryOutput>
    </d2p1:Data>
    <d2p1:PageSize>1</d2p1:PageSize>
    <d2p1:Total>3</d2p1:Total>
  </Data>
  <DeniedPermission>sample string 3</DeniedPermission>
  <Msg>sample string 1</Msg>
  <State>OK</State>
  <SubState>OK</SubState>
  <TaskStyle>2</TaskStyle>
  <TaskType>已认证抵扣发票</TaskType>
</ResponseDataOfPagingResponseOfTaxLogQueryOutputAspFbluUAspFbluU>