POST Project/File/View
Request Information
URI Parameters
None.
Body Parameters
BasePjtAbbrFileName | Description | Type | Additional information |
---|---|---|---|
CompanyName | string |
None. |
|
pjt_abbr | string |
None. |
|
QueryKey | string |
None. |
|
FileType | string |
None. |
|
IID | integer |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
StartTime | string |
None. |
|
EndTime | string |
None. |
|
SortList | Collection of BaseSort |
None. |
|
ScreenList | Collection of BaseScreen |
None. |
|
_pageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "_pageIndex": 1, "CompanyName": "sample string 1", "pjt_abbr": "sample string 2", "QueryKey": "sample string 3", "FileType": "sample string 4", "IID": 5, "PageSize": 6, "PageIndex": 1, "StartTime": "sample string 8", "EndTime": "sample string 9", "SortList": [ { "SortName": "sample string 1", "Asc": true }, { "SortName": "sample string 1", "Asc": true } ], "ScreenList": [ { "ScreenName": "sample string 1", "ScreenValue": "sample string 2" }, { "ScreenName": "sample string 1", "ScreenValue": "sample string 2" } ] }
application/xml, text/xml
Sample:
<BasePjtAbbrFile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <EndTime>sample string 9</EndTime> <IID>0</IID> <PageIndex>1</PageIndex> <PageSize>6</PageSize> <QueryKey i:nil="true" /> <ScreenList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models"> <d2p1:BaseScreen> <d2p1:ScreenName>sample string 1</d2p1:ScreenName> <d2p1:ScreenValue>sample string 2</d2p1:ScreenValue> </d2p1:BaseScreen> <d2p1:BaseScreen> <d2p1:ScreenName>sample string 1</d2p1:ScreenName> <d2p1:ScreenValue>sample string 2</d2p1:ScreenValue> </d2p1:BaseScreen> </ScreenList> <SortList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models"> <d2p1:BaseSort> <d2p1:Asc>true</d2p1:Asc> <d2p1:SortName>sample string 1</d2p1:SortName> </d2p1:BaseSort> <d2p1:BaseSort> <d2p1:Asc>true</d2p1:Asc> <d2p1:SortName>sample string 1</d2p1:SortName> </d2p1:BaseSort> </SortList> <StartTime>sample string 8</StartTime> <_pageIndex>1</_pageIndex> <CompanyName>sample string 1</CompanyName> <FileType>sample string 4</FileType> <IID>5</IID> <QueryKey>sample string 3</QueryKey> <pjt_abbr>sample string 2</pjt_abbr> </BasePjtAbbrFile>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BasePageResultTOName | Description | Type | Additional information |
---|---|---|---|
Success | integer |
None. |
|
Msg | string |
None. |
|
Token | string |
None. |
|
PageCount | integer |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
Totals | integer |
None. |
|
DataContent | Object |
None. |
|
PositionPage | integer |
None. |
|
PositionRow | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": 1, "Msg": "sample string 2", "Token": "sample string 3", "PageCount": 4, "PageIndex": 5, "PageSize": 6, "Totals": 7, "DataContent": {}, "PositionPage": 9, "PositionRow": 10 }
application/xml, text/xml
Sample:
<BasePageResultTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models"> <DataContent /> <Msg>sample string 2</Msg> <PageCount>4</PageCount> <PageIndex>5</PageIndex> <PageSize>6</PageSize> <PositionPage>9</PositionPage> <PositionRow>10</PositionRow> <Success>1</Success> <Token>sample string 3</Token> <Totals>7</Totals> </BasePageResultTO>