GET Products/GetProductsInEvidence
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResultName | Description | Type | Additional information |
---|---|---|---|
Data | Object |
None. |
|
Exception | Exception |
None. |
|
Code | integer |
None. |
|
Paging | Paging |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": {}, "Exception": { "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 }, "Code": 2, "Paging": { "PageSize": 1, "PageCount": 2, "RowsCount": 3, "IsEditing": true } }