GET api/ReTestChangeLog/GetChangeLog?beginTime={beginTime}&endTime={endTime}&rtrId={rtrId}&pageSize={pageSize}&pageIndex={pageIndex}&key={key}

加载题库日志

Request Information

URI Parameters

NameDescriptionTypeAdditional information
beginTime

date

Required

endTime

date

Required

rtrId

integer

Required

pageSize

Size of the page.

integer

Default value is 10

pageIndex

Index of the page.

integer

Default value is 1

key

The key.

string

Default value is

Body Parameters

None.

Response Information

Resource Description

加载题库日志

JsonRtnDtoOfPageResultOfReTestChangeLogOutPutDto
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

PageResultOfReTestChangeLogOutPutDto

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "Value": [
      {
        "Stem": "sample string 1",
        "ReTestRepositoryName": "sample string 2",
        "Id": 3,
        "ReTestId": "e7ac979f-fcba-4348-ad41-5627a52481f2",
        "ReTestRepositoryId": 5,
        "UserId": 6,
        "UserName": "sample string 7",
        "Status": 1,
        "ChangeDetail": "sample string 8",
        "CreatedTime": "2024-09-25T00:08:54.4843443+08:00",
        "AccountName": "sample string 10"
      },
      {
        "Stem": "sample string 1",
        "ReTestRepositoryName": "sample string 2",
        "Id": 3,
        "ReTestId": "e7ac979f-fcba-4348-ad41-5627a52481f2",
        "ReTestRepositoryId": 5,
        "UserId": 6,
        "UserName": "sample string 7",
        "Status": 1,
        "ChangeDetail": "sample string 8",
        "CreatedTime": "2024-09-25T00:08:54.4843443+08:00",
        "AccountName": "sample string 10"
      }
    ],
    "PageIndex": 1,
    "PageSize": 2,
    "total": 3,
    "TotalPages": 4,
    "HasPreviousPage": false,
    "HasNextPage": true
  }
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":{"Value":[{"Stem":"sample string 1","ReTestRepositoryName":"sample string 2","Id":3,"ReTestId":"e7ac979f-fcba-4348-ad41-5627a52481f2","ReTestRepositoryId":5,"UserId":6,"UserName":"sample string 7","Status":1,"ChangeDetail":"sample string 8","CreatedTime":"2024-09-25T00:08:54.4843443+08:00","AccountName":"sample string 10"},{"Stem":"sample string 1","ReTestRepositoryName":"sample string 2","Id":3,"ReTestId":"e7ac979f-fcba-4348-ad41-5627a52481f2","ReTestRepositoryId":5,"UserId":6,"UserName":"sample string 7","Status":1,"ChangeDetail":"sample string 8","CreatedTime":"2024-09-25T00:08:54.4843443+08:00","AccountName":"sample string 10"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfPageResultOfReTestChangeLogOutPutDtov3CTEUQJS_STz13wm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Infrastructure">
    <d2p1:PageIndex>1</d2p1:PageIndex>
    <d2p1:PageSize>2</d2p1:PageSize>
    <d2p1:TotalPages>4</d2p1:TotalPages>
    <d2p1:total>3</d2p1:total>
    <d2p1:Value>
      <ReTestChangeLogOutPutDto>
        <AccountName xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">sample string 10</AccountName>
        <ChangeDetail xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">sample string 8</ChangeDetail>
        <CreatedTime xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">2024-09-25T00:08:54.4843443+08:00</CreatedTime>
        <Id xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">3</Id>
        <ReTestId xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">e7ac979f-fcba-4348-ad41-5627a52481f2</ReTestId>
        <ReTestRepositoryId xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">5</ReTestRepositoryId>
        <Status xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">Modify</Status>
        <UserId xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">6</UserId>
        <UserName xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">sample string 7</UserName>
        <ReTestRepositoryName>sample string 2</ReTestRepositoryName>
        <Stem>sample string 1</Stem>
      </ReTestChangeLogOutPutDto>
      <ReTestChangeLogOutPutDto>
        <AccountName xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">sample string 10</AccountName>
        <ChangeDetail xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">sample string 8</ChangeDetail>
        <CreatedTime xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">2024-09-25T00:08:54.4843443+08:00</CreatedTime>
        <Id xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">3</Id>
        <ReTestId xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">e7ac979f-fcba-4348-ad41-5627a52481f2</ReTestId>
        <ReTestRepositoryId xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">5</ReTestRepositoryId>
        <Status xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">Modify</Status>
        <UserId xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">6</UserId>
        <UserName xmlns="http://schemas.datacontract.org/2004/07/BJ.Data">sample string 7</UserName>
        <ReTestRepositoryName>sample string 2</ReTestRepositoryName>
        <Stem>sample string 1</Stem>
      </ReTestChangeLogOutPutDto>
    </d2p1:Value>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfPageResultOfReTestChangeLogOutPutDtov3CTEUQJS_STz13wm>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Value":[{"Stem":"sample string 1","ReTestRepositoryName":"sample string 2","Id":3,"ReTestId":"e7ac979f-fcba-4348-ad41-5627a52481f2","ReTestRepositoryId":5,"UserId":6,"UserName":"sample string 7","Status":1,"ChangeDetail":"sample string 8","CreatedTime":"2024-09-25T00:08:54.4843443+08:00","AccountName":"sample string 10"},{"Stem":"sample string 1","ReTestRepositoryName":"sample string 2","Id":3,"ReTestId":"e7ac979f-fcba-4348-ad41-5627a52481f2","ReTestRepositoryId":5,"UserId":6,"UserName":"sample string 7","Status":1,"ChangeDetail":"sample string 8","CreatedTime":"2024-09-25T00:08:54.4843443+08:00","AccountName":"sample string 10"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}});