GET api/TableItems?strMessage={strMessage}&strFn={strFn}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
strMessage
No documentation available.

Define this parameter in the request URI.

ex
No documentation available.

Define this parameter in the request body.

strFn
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "ClassName": "System.Exception",
  "Message": null,
  "Data": null,
  "InnerException": null,
  "HelpURL": "sample string 1",
  "StackTraceString": null,
  "RemoteStackTraceString": null,
  "RemoteStackIndex": 0,
  "ExceptionMethod": null,
  "HResult": 3,
  "Source": "sample string 2",
  "WatsonBuckets": null
}

application/xml, text/xml

Sample:
<Exception xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.datacontract.org/2004/07/System">
  <ClassName i:type="x:string" xmlns="">System.Exception</ClassName>
  <Message i:nil="true" xmlns="" />
  <Data i:nil="true" xmlns="" />
  <InnerException i:nil="true" xmlns="" />
  <HelpURL i:type="x:string" xmlns="">sample string 1</HelpURL>
  <StackTraceString i:nil="true" xmlns="" />
  <RemoteStackTraceString i:nil="true" xmlns="" />
  <RemoteStackIndex i:type="x:int" xmlns="">0</RemoteStackIndex>
  <ExceptionMethod i:nil="true" xmlns="" />
  <HResult i:type="x:int" xmlns="">3</HResult>
  <Source i:type="x:string" xmlns="">sample string 2</Source>
  <WatsonBuckets i:nil="true" xmlns="" />
</Exception>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Exception'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Data": {}
}

application/xml, text/xml

Sample:
<ResultObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO">
  <Data />
  <Message>sample string 2</Message>
  <Success>true</Success>
</ResultObject>