GetViewingPageCount |
Scroll |
REST URL (POST) https://tenant.thereforeonline.com/theservice/v0001/restun/GetViewingPageCount
SOAP Action (POST) http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/GetViewingPageCount
Gets the number of pages in a document for viewing
Input Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/GetViewingPageCount
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â–¡ DocNo |
xs:int |
optional nillable |
The number of the document to be viewed or 0 if an newly uploaded document should be viewed |
â–¡ VersionNo |
xs:int |
optional nillable |
The version of the document to be viewed or 0 if an newly uploaded document should be viewed |
â–¡ StreamNo |
xs:int |
optional nillable |
The StreamNo of an document to be viewed or 0 if an newly uploaded document should be viewed |
â–¡ UploadSessionId |
xs:string |
optional nillable GUID string template: [\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12} |
The upload session guid to be viewed or null/undefined if an existing document should be viewed |
â–¡ SizeInPixels |
xs:int |
optional nillable |
Sets the size of the thumbnail in pixels. Nil or 0 (zero) value means that default size will be used. |
Output Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/GetViewingPageCountResponse
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â– PageCount |
xs:int |
optional |
The number of pages in the document |
Legend:
â– |
Not nillable element. |
â–¡ |
Nillable element. |
≡ |
Unbounded element (List of elements). |
Normal |
Optional element. |
Bold |
Mandatory element. |