Overview | Service | Command |
Get the download URL of shared document
Authorization token required | true |
Admin Authorization token required | false |
<GetDocumentShareURLRequest> ## GetDocumentShareURLRequest
<item [id="{item-id}"] [l="{folder-id}"] [name="{name}"] [path="{fully-qualified-path}"] /> ## ItemSpec
</GetDocumentShareURLRequest>
The following table describes elements and attributes you can define within a
<GetDocumentShareURLRequest>
element:
XPath | Required / Optional | Description |
/item | Optional (0 or 1) | Item specification |
/item@id | Optional (0 or 1) | Type:String Item ID |
/item@l | Optional (0 or 1) | Type:String Folder ID |
/item@name | Optional (0 or 1) | Type:String Name |
/item@path | Optional (0 or 1) | Type:String Fully qualified path |
Type:{url}
Description for element text content:url
<GetDocumentShareURLResponse>{url}</GetDocumentShareURLResponse> ## GetDocumentShareURLResponse