Get Task
Last updated
Last updated
This api allows you to list the tasks based on the provided query parameters.
RESPONSE:
GET PARTICULAR TASK:
This api is to get the details for a particular task with the given task id.
RESPONSE:
Parameters
Requires
Values
Description
apikey
yes
The api key is the unique identfier for your respective application. (You can get it from your Dashboard). Always pass this as query parameter
driver_id
no
Driver id
The driver id is the key to list the tasks associated with driver.
status
no
“assigned,in_progress,completed”
The status of the tasks can be passed with the comma separated values.
page
no
Default: 1
The page number whose values to be retrieved.
limit
no
Default: 10
The limit is the limit value of the task list to be fetched.
Parameters
Requires
Values
Descriptions
task_id
yes
Task Id
The task id is the key to find the particular task.