Tests
-
test.php
- To run this you have to create a URL to test.php like so: test.php?puk=abc&prk=123&c=load
-
Sub-commands:
- upload
- delete
- load
- page
- event
- search
-
Global parameters:
- puk - Public key (REQUIRED)
- prk - Private key (REQUIRED)
- su - Service URL
-
Upload parameters:
- path - Path to the file to upload (REQUIRED)
- s - secure, Set to "1" for true or "0" for false
- p - download_pdf, Set to "1" for true or "0" for false
- d - download_document, Set to "1" for true or "0" for false
-
Load parameters:
- id - Document web ID (REQUIRED)
- p - Preview range
- w - Watermark label
-
Delete parameters:
- id - Document web ID (REQUIRED)
-
Page parameters:
- id - Document id to load
- i - Included pages for the request (e.g. "5,7-15")
- l - Limit the number of results
- o - Offsets the results at this record
-
Event parameters:
- e - Event type to load
- id - Document id to load
- cu - Custom value to load
- l - Limit the number of results
- o - Output type: "html" or "csv". The default is "html".
-
Search parameters:
- q - Query keywords
- l - Limits the results to this many
- o - Offsets the results at this record