get uri group
/groups/{group}/uris/{uri} [GET]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
| 5.3900 | 5.9900 | xml, json |
Description
Load a single URI object in a group.
Parameters
No parameters required.
Permission
This service is restricted to guest and higher unless the group is accessible to public.
Response
If found, the corresponding URI is returned as a single <uri> element.
<uri id="[id]"
scheme="[scheme]"
host="[host]"
port="[port]"
path="[path]"
decodedpath="[decodedpath]"
external="[true|false]"
[archived="true"]
[folder="true"]
[docid="[docid]"]
[mediatype="[mediatype]"]
[documenttype="[documenttype]"]
[title="My Document"]
[created="[created]"]
[modified="[modified]"]
[sharing="[private|shared]"]>
<displaytitle>My Document</displaytitle>
[<description>This is my document</description>]
[<labels>mylabel1,mylabel2</labels>]
</uri>
Error Handling
No specific errors expected for this generator.