This operation was normalized from a MapmyIndia-generation specification. Validate its current Mappls host, path, package entitlement, authentication generation, and commercial availability before production use.
Call the operation
https://workmate.mapmyindia.com/apis/reports/movements/32323?startTime=1700000000000&endTime=1700000000000https://workmate.mapmyindia.com/apis/Parameters
apiVersionrequiredAPI version should be mentioned in the header along with bearer Token. Available version is v1.0.0, Default version is v1.0.0
v1.0.0userIdrequiredUnique ID of the user.
32323startTimerequiredStart time of the report. At a time maximum of 31 days can data can be fetched together. Time in epoch time.
1700000000000endTimerequiredStart time of the report. At a time maximum of 31 days can data can be fetched together. Time in epoch time.
1700000000000Build your request in eight languages
Change source-backed examples once, validate required inputs, and copy the synchronized cURL, JavaScript, Python, Java, C#, Go, PHP, or Ruby request. Credentials remain environment references, and this page never sends a provider request.
https://workmate.mapmyindia.com/apis/reports/movements/32323?startTime=1700000000000&endTime=1700000000000curl --request GET \
--url 'https://workmate.mapmyindia.com/apis/reports/movements/32323?startTime=1700000000000&endTime=1700000000000' \
--header "Accept: application/json" \
--header "Authorization: Bearer ${MAPPLS_ACCESS_TOKEN}"Credential-safe by constructionSet MAPPLS_ACCESS_TOKEN only in your trusted runtime. Code generation stays local. Sandbox execution sends only bounded fixture inputs to this developer platform and never reads a credential or calls Mappls.
Send a production-shaped request
Examples use environment-backed access tokens, explicit timeouts where supported, status checks, and JSON bodies derived from the source schema. Replace sample identifiers and coordinates with values from your application.
curl --request GET \
--url 'https://workmate.mapmyindia.com/apis/reports/movements/32323?startTime=1700000000000&endTime=1700000000000' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN'Responses
default response
Content Not available for the selected period.
Bad Request - Invalid ID supplied or invalid data type.
Unauthorized Request. Access to API is forbidden.
The user type is Field user. Only manager and admin type user have the access to this API
Not Found - URL Not Found
userId not belong to your account
200 response fields
movementsNo field description in the source contract.
examplemovements[].addressUsers location address for the given time.
40/2, Kalasipalyam, Bengaluru, Karnataka. 18 m from MP Auto Consultancy pin- 560002 (India)movements[].distanceTotal traveled distance from start time to this location for the selected period. It is in a kilometer.
10. 00movements[].driftStatusBased on the GPS drift this location data is accepted or rejected will be stated. 1 - accepted, 0 - rejected.
1movements[].headingGPS angle. It gives the direction of the user.
234movements[].latLatitude value of location
28.612964movements[].longlongitude value of the location.
77.843835movements[].speedSpeed of user at that time. It is a GPS speed.It is in Km/hr
234movements[].movementStatusStopped or moving status will be there for the user.
stoppedmovements[].gpsTimeGPS time in epochtime stamp. It is the time at which location is being collected from the mobile phone.
1700000000000movements[].insertTimeTime at which location packet is being received at the server end. It is normally called as GPRS time. it is in EPOCH time format.
1700000000000movements[].internalBatteryLevelPhones battery percentage.
24{
"movements": [
{
"address": "40/2, Kalasipalyam, Bengaluru, Karnataka. 18 m from MP Auto Consultancy pin- 560002 (India)",
"distance": "10. 00",
"driftStatus": 1,
"heading": 234,
"lat": 28.550607,
"long": 77.843835,
"speed": 234,
"movementStatus": "stopped"
}
]
}Operate it safely
This operation observes durable platform state. Preserve resource identifiers and account for pagination, delay, and eventual consistency.
Contract provenance
- Source file
contenthub/dochub/mapmyindia-workmate-apis/custom/Reports.json- SHA-256
901e189918998963dadf539e83def7723571ac3dc1533fe9d89590bac178b33f- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit