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/taskshttps://workmate.mapmyindia.com/apis/Parameters
apiVersionrequiredHeader for this API. Available values are v1.0.0, Default value is v1.0.0
v1.0.0startTimeEnter the start time for the select period. It is in Epoch Time.
1700000000000endTimeEnter the end time for the select period. It is in EPOCH Time.
1700000000000ownerIdUnqiue Id of the the user who has created this task.
1assigneeIdUnique Id of the user who performs this task.
1clientDetailsTo get client location details for the task.
trueactivityDetailsTo get Activity details against the task.
trueBuild 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/tasks?startTime=1700000000000&endTime=1700000000000&ownerId=1&assigneeId=1&clientDetails=true&activityDetails=truecurl --request GET \
--url 'https://workmate.mapmyindia.com/apis/tasks?startTime=1700000000000&endTime=1700000000000&ownerId=1&assigneeId=1&clientDetails=true&activityDetails=true' \
--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/tasks' \
--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.
User type is Field user. Only manager and admin type user have the access to this API
Not Found - URL Not Found
userId does not belong to your account
200 response fields
tasksNo field description in the source contract.
exampletasks[].idUnique Id of the task
32tasks[].nameName of the task
Document Collection from clienttasks[].descriptionDetailed description of task.
Collect documents like PAN Card, Passport and the application form.tasks[].priorityTask priority . 0 - None, 1- Low, 2 - Medium, 3 - High.
1tasks[].taskListIdUnique Id number of the task list
23tasks[].taskListNameName of the Task list
323tasks[].ownerIdUnique user Id of the Task owner. The user who created this task
23tasks[].statusIndicates the current status of the task like 1- unassigned, 2- assigned, 3- read, 4- work in progress, 5- overdue, 6- completed, 7- completed early, 8- completed later, 9- manually closed.
2tasks[].creationDateDate in which the task is created. It is in EPOCH time.
1472668079tasks[].dueDateDue date of the task. Task should be completed on or before this date. It is in EPOCH time.
1472667900tasks[].assigneeIdUnique id of the user who is going to perform this task.
148tasks[].clientIdUnique Id of the client. The task should be perfomed at this locaton. It is a Task location.
YOUR_CLIENT_IDtasks[].updationDateLast activity time against this task.
1472742952tasks[].departmentIdUnique ID of the Department where task need to be done.
1tasks[].checkinIdUnique Id of the check in activity against this task
323tasks[].clientNameName of the client. The task should be performed at this client lcoation.
Cafe coffee day Indiranagartasks[].departmentNameDepartment Name of the client. The task should be perfomed at this client department lcoation.
Sales departmenttasks[].ownerNameName of the task owner.
sandeep kumartasks[].asigneeNameName of the assinee. who is going to perform this task.
lok priya.tasks[].clientDetailsNo field description in the source contract.
exampletasks[].clientDetails.latLatitude value of the task location
28.612964tasks[].clientDetails.longLongitude value of the task location
77.392323tasks[].clientDetails.addressTask location address
237, okhla phase 3, delhi -110020tasks[].clientDetails.personNameEither client or department Contact person name
Dineshtasks[].clientDetails.emailIdEither client or department contact person email id.
workmate@mapmyindia.comtasks[].clientDetails.mobileNoEither client or department contact contact mobile number
9348332321tasks[].activityDetailsNo field description in the source contract.
exampletasks[].activityDetails.checkInDetailsNo field description in the source contract.
exampletasks[].activityDetails.checkInDetails.latLatitude value of the check in location
28.612964tasks[].activityDetails.checkInDetails.longLongitude value of the check in location
77.32823tasks[].activityDetails.checkInDetails.addressCheck in location address
236, oklha phase 3 , new delhi - 110020tasks[].activityDetails.checkInDetails.timeCheck in time, in Epoch Timestamp
1700000000000tasks[].activityDetails.checkOutDetailsNo field description in the source contract.
exampletasks[].activityDetails.checkOutDetails.latLatitude value of the check in location
28.612964tasks[].activityDetails.checkOutDetails.longLongitude value of the check in location
77.32823tasks[].activityDetails.checkOutDetails.addressCheck in location address
236, oklha phase 3 , new delhi - 110020tasks[].activityDetails.checkOutDetails.timeCheck in time, in Epoch Timestamp
1700000000000tasks[].activityDetails.checkOutDetails.commentscheck out comments
Task is completed{
"tasks": [
{
"id": 32,
"name": "Document Collection from client",
"description": "Collect documents like PAN Card, Passport and the application form.",
"priority": 1,
"taskListId": 23,
"taskListName": 323,
"ownerId": 23,
"status": 2
}
]
}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/Task-Management.json- SHA-256
0e978659200a849331e1bf5dca4d90ff915eb72100ef85155b046cd98b007365- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit