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/clientshttps://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.0startTimeEPOCH time stamp in local time. Records will be fetched from this start time.
1700000000000endTimeEPOCH time stamp in local time. Records will be fetched till this end time.
1700000000000userIdUnique ID of the user. Once it is mentioned, only client created by these user will be displayed.
332,4323clientIdUnique ID of the client. To get the details about only the mentioned client.
YOUR_CLIENT_IDBuild 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/clients?startTime=1700000000000&endTime=1700000000000&userId=332%2C4323&clientId=YOUR_CLIENT_IDcurl --request GET \
--url 'https://workmate.mapmyindia.com/apis/clients?startTime=1700000000000&endTime=1700000000000&userId=332%2C4323&clientId=YOUR_CLIENT_ID' \
--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/clients' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN'Responses
successful API call
Content not available for the selected period.
Bad Request - Invalid ID supplied or invalid data type.
Unauthorized Request. Access to API is forbidden.
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
clientsNo field description in the source contract.
exampleclients[].idUnique ID of the client or Customer
3232clients[].statusClient status. 1 - active, 0 - inactive
1clients[].nameName of the client or customer
ABN pvt.ltdclients[].addressLocation address of the client or customer.
237, okhla phase 3, new delhi -110020clients[].contactPersonNameContact person name of client or customer location
Dineshclients[].emailIdClient or Customer contact email id.
workmate@mapmyindia.comclients[].mobileNoClient or Customer contact mobile number
9348332321clients[].userIdThe Id of the user who created this client or customer
3232clients[].userNameName of the user who has created this client.
kalaivananclients[].typeIdUnqiue ID of the client type/category.
0clients[].typeNameClient category/type name
Service stationsclients[].latLatitude of the client location.
28.612964clients[].longLongitude of the client location.
77.268118clients[].creationTimeClient creatation time in Local Epoch Time stamp.
1700000000000clients[].updationTimeLast updated time against the client in Epoch Time.
1700000000000clients[].creationTimeStrClient creation time in string format
1700000000000clients[].updationTimeStrClient updation time in string format
1700000000000clients[].viewRightview rights of the client. 0-public , 1-team , 2-manager
2clients[].departmentsDetails of Departments associated with the clients
exampleclients[].departments[].idUnqiue Id of the department
32clients[].departments[].nameName of the department
product teamclients[].departments[].contactPersonNameName of the department contact person
sundaramclients[].departments[].mobileNoDepartment cotnact person mobile number
9349439334clients[].departments[].emailIdDepartment cotnact person email Id
sales@mapmyindia.comclients[].departments[].creationTimeTime at which this department is being added. EPoch time.
1700000000000clients[].departments[].updationTimeTime at which this department is being upated last time. It is in Epoch time.
1700000000000clients[].lastActivityNo field description in the source contract.
exampleclients[].lastActivity.StatusLast activity done by the user. 3- check-in , 4- check out, 5- client created.
4clients[].lastActivity.timeTime at which last activity is being carried out in EPOCH Time.
1700000000000clients[].lastActivity.LatLast activity location latitude.
28.612964clients[].lastActivity.LongLast activity location Longitude.
77.269003clients[].lastActivity.visitedUserIdUnique ID of the user who has done the last activity against this client.
3223clients[].lastActivity.vistedUserNameName of the user who has done the last activity aginst this client.
Megha Soni{
"clients": [
{
"id": 3232,
"status": 1,
"name": "ABN pvt.ltd",
"address": "237, okhla phase 3, new delhi -110020",
"contactPersonName": "Dinesh",
"emailId": "workmate@mapmyindia.com",
"mobileNo": 9348332321,
"userId": 3232
}
]
}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/Client-Management.json- SHA-256
61d557dd95d6c5b53e7beff879c160d64a1a449abd0f1a5ed3b76f6e7ff467ce- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit