POST api/ArchiveDirectory/SearchArchiveDirectoryOutput
加载存档目录
Request Information
URI Parameters
None.
Body Parameters
QueryDirectoryInputName | Description | Type | Additional information |
---|---|---|---|
StorageTaskId |
存档任务编号 |
globally unique identifier |
None. |
PageSize |
每页数据量 |
integer |
None. |
PageIndex |
页码 |
integer |
None. |
Key |
查询关键字 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "StorageTaskId": "1f72f6e3-83a9-4c38-b3eb-1dff96ebd107", "PageSize": 2, "PageIndex": 3, "Key": "sample string 4" }
text/html
Sample:
{"StorageTaskId":"1f72f6e3-83a9-4c38-b3eb-1dff96ebd107","PageSize":2,"PageIndex":3,"Key":"sample string 4"}
application/xml, text/xml
Sample:
<QueryDirectoryInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Key>sample string 4</Key> <PageIndex>3</PageIndex> <PageSize>2</PageSize> <StorageTaskId>1f72f6e3-83a9-4c38-b3eb-1dff96ebd107</StorageTaskId> </QueryDirectoryInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
加载存档目录
JsonRtnDtoOfPageResultOfArchiveDirectoryOutputName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | PageResultOfArchiveDirectoryOutput |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": { "Value": [ { "Id": "34509bc8-024f-4309-a37b-9a93545d8d86", "DirectoryName": "sample string 2", "ExecutorId": 3, "ExecutorName": "sample string 4", "ExecutorAccount": "sample string 5", "BeginTime": "2024-09-25T00:05:29.2332454+08:00", "EndTime": "2024-09-25T00:05:29.2332454+08:00", "TableNum": 6 }, { "Id": "34509bc8-024f-4309-a37b-9a93545d8d86", "DirectoryName": "sample string 2", "ExecutorId": 3, "ExecutorName": "sample string 4", "ExecutorAccount": "sample string 5", "BeginTime": "2024-09-25T00:05:29.2332454+08:00", "EndTime": "2024-09-25T00:05:29.2332454+08:00", "TableNum": 6 } ], "PageIndex": 1, "PageSize": 2, "total": 3, "TotalPages": 4, "HasPreviousPage": false, "HasNextPage": true } }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":{"Value":[{"Id":"34509bc8-024f-4309-a37b-9a93545d8d86","DirectoryName":"sample string 2","ExecutorId":3,"ExecutorName":"sample string 4","ExecutorAccount":"sample string 5","BeginTime":"2024-09-25T00:05:29.2332454+08:00","EndTime":"2024-09-25T00:05:29.2332454+08:00","TableNum":6},{"Id":"34509bc8-024f-4309-a37b-9a93545d8d86","DirectoryName":"sample string 2","ExecutorId":3,"ExecutorName":"sample string 4","ExecutorAccount":"sample string 5","BeginTime":"2024-09-25T00:05:29.2332454+08:00","EndTime":"2024-09-25T00:05:29.2332454+08:00","TableNum":6}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}}
application/xml, text/xml
Sample:
<JsonRtnDtoOfPageResultOfArchiveDirectoryOutputv3CTEUQJS_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> <ArchiveDirectoryOutput> <BeginTime>2024-09-25T00:05:29.2332454+08:00</BeginTime> <DirectoryName>sample string 2</DirectoryName> <EndTime>2024-09-25T00:05:29.2332454+08:00</EndTime> <ExecutorAccount>sample string 5</ExecutorAccount> <ExecutorId>3</ExecutorId> <ExecutorName>sample string 4</ExecutorName> <Id>34509bc8-024f-4309-a37b-9a93545d8d86</Id> <TableNum>6</TableNum> </ArchiveDirectoryOutput> <ArchiveDirectoryOutput> <BeginTime>2024-09-25T00:05:29.2332454+08:00</BeginTime> <DirectoryName>sample string 2</DirectoryName> <EndTime>2024-09-25T00:05:29.2332454+08:00</EndTime> <ExecutorAccount>sample string 5</ExecutorAccount> <ExecutorId>3</ExecutorId> <ExecutorName>sample string 4</ExecutorName> <Id>34509bc8-024f-4309-a37b-9a93545d8d86</Id> <TableNum>6</TableNum> </ArchiveDirectoryOutput> </d2p1:Value> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfPageResultOfArchiveDirectoryOutputv3CTEUQJS_STz13wm>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Value":[{"Id":"34509bc8-024f-4309-a37b-9a93545d8d86","DirectoryName":"sample string 2","ExecutorId":3,"ExecutorName":"sample string 4","ExecutorAccount":"sample string 5","BeginTime":"2024-09-25T00:05:29.2332454+08:00","EndTime":"2024-09-25T00:05:29.2332454+08:00","TableNum":6},{"Id":"34509bc8-024f-4309-a37b-9a93545d8d86","DirectoryName":"sample string 2","ExecutorId":3,"ExecutorName":"sample string 4","ExecutorAccount":"sample string 5","BeginTime":"2024-09-25T00:05:29.2332454+08:00","EndTime":"2024-09-25T00:05:29.2332454+08:00","TableNum":6}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}});