Uri
/services/maps/
Method
task.escape.activate
Summary
Enable e-scape sessions
Arguments
| Parameter | Data Type | Notes |
| 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" description="revised description" escape="on" assigned="off" > <owner id="189" username="andrew_campbell"/> <resources> </resources> <lom xsi:schemaLocation="http://ltsc.ieee.org/xsd/LOM lom.xsd"> <general> <identifier> <catalog>MAPS 3</catalog> <entry>1499</entry> </identifier> <title> <string language="en">revised title</string> </title> <description> <string langauge="en">revised description</string> </description> </general> </lom> </task> </response> |