POST Equ/GetTemplateAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BasePageResultTO| Name | 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>