Uri
/services/maps/
Method
task.view
Summary
This method will display a summary of the current task.
Arguments
| Parameter | Data Type | Notes |
| basic | alphanumeric | required |
| key | alphanumeric | required |
| session | alphanumeric | required |
| task_id | numeric | required |
Example response
<?xml version="1.0" encoding="iso-8859-1" ?> <response stat="success"> <task id="1499" title="revised title" escape="off" assigned="off"> <owner id="189" username="andrew_campbell"/> </task> </response> |