GET api/movement/stats

Get movement stats

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

res_data
NameDescriptionTypeAdditional information
data

Object

None.

success

boolean

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": {},
  "success": true,
  "message": "sample string 3"
}

application/xml, text/xml

Sample:
<SQLFunction.res_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTapi20.AppsDAL">
  <message>sample string 3</message>
  <success>true</success>
  <data />
</SQLFunction.res_data>