ResolveSharedLink |
Scroll |
REST URL (POST) https://tenant.thereforeonline.com/theservice/v0001/restun/ResolveSharedLink
SOAP Action (POST) http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/ResolveSharedLink
Resolves a shared link.
Input Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/ResolveSharedLink
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â–¡ LinkId |
xs:string |
mandatory nillable |
The shared link id which should be resolved. |
â–¡ Password |
xs:string |
nillable |
The password for the shared link. Can be empty if the shared link does not require a password. |
Output Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/ResolveSharedLinkResponse
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â– AuthenticationRequired |
xs:boolean |
|
Is authentication required to resolve the shared link? |
â–¡ CreatorDisplayName |
xs:string |
nillable |
The display name of the user, who created the shared link. |
â– DocNo |
xs:int |
|
The document number for the shared link. |
â–¡ Filename |
xs:string |
nillable |
The PDF filename that should be used, when the document is downloaded. Only set for "Public" shared links. |
â–¡ JwtAccessToken |
xs:string |
nillable |
The JWT access token, which should be used to connect to the system and open the document. |
â– PasswordRequired |
xs:boolean |
|
Is a password required to resolve the shared link? |
â– Result |
|
restriction enum (xs:string) - Success (0) - PasswordInvalid (1) - PasswordRequired (2) - AuthenticationRequired (3) - LinkExpired (4) - UserNotAllowed (5) |
The result for resolving the shared link. DocNo and JwtAccessToken is only valid when Result is 'Success'. |
â– FileFormat |
|
restriction enum (xs:string) - PDF (0) - Original (1) |
The file format of the shared link. Which format should the document be provided as. Only applicable on public shared link. |
Legend:
â– |
Not nillable element. |
â–¡ |
Nillable element. |
≡ |
List of elements. |
Bold |
Mandatory element. |