get uri workflow
/groups/{group}/uris/{uri}/workflow [GET]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
| 5.6913 | 6.2000 | xml, json |
Description
Lists the workflow steps for a specified URI.
Parameters
No parameters required.
Permission
This service is restricted to guest and higher unless the group is accessible to public.
Response
The output has the following format:
<workflow status="Initiated"
due="2012-03-10T18:00:00+10:00"
priority="High"
statuschanged="2012-03-08T12:34:00+10:00">
<assignedto id="123" date="2012-03-09T..."> ... </assignedto>
<uri id="789"> ... </uri>
<comment id="123"
contentrole="Workflow"
created="2012-03-08T12:34:00+10:00"
status="Initiated"
due="2012-03-10T18:00:00+10:00"
priority="High">
<title>Cavern stolen!</title>
<author email="alibaba@fortythieves.com.au"> ... </author>
<assignedto id="123" date="2012-03-09T..."> ... </assignedto>
<content id="789" type="text/plain">Please review the treasure.
</content>
</comment>
...
</workflow>
Error Handling
No specific errors expected for this service.