GET api/Services?whOperation={whOperation}&tableName={tableName}&DBname={DBname}&opType={opType}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
whOperation
No documentation available.

Define this parameter in the request URI.

tableName
No documentation available.

Define this parameter in the request URI.

DBname
No documentation available.

Define this parameter in the request URI.

opType
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "tblName": "sample string 1",
    "totRecord": "sample string 2",
    "totCopied": "sample string 3"
  },
  {
    "tblName": "sample string 1",
    "totRecord": "sample string 2",
    "totCopied": "sample string 3"
  },
  {
    "tblName": "sample string 1",
    "totRecord": "sample string 2",
    "totCopied": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCopyBkUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tragoAPI.Controllers">
  <CopyBkUp>
    <tblName>sample string 1</tblName>
    <totCopied>sample string 3</totCopied>
    <totRecord>sample string 2</totRecord>
  </CopyBkUp>
  <CopyBkUp>
    <tblName>sample string 1</tblName>
    <totCopied>sample string 3</totCopied>
    <totRecord>sample string 2</totRecord>
  </CopyBkUp>
  <CopyBkUp>
    <tblName>sample string 1</tblName>
    <totCopied>sample string 3</totCopied>
    <totRecord>sample string 2</totRecord>
  </CopyBkUp>
</ArrayOfCopyBkUp>