API reference
Record types
List record types
Response parameters
Retrieve a record type
Response parameters
Retrieves records. E.g. movies.
Type of the record to retrieve, e.g. movie.
The number of records to skip.
5Access token for authorization.
OK
OK
Records
Retrieves records. E.g. movies.
Type of the record to retrieve, e.g. movie.
The number of records to skip.
5Access token for authorization.
OK
OK
Filtering records
Supported operators for filtering
Retrieve a record
Retrieves the record by its ID.
Type of the record to retrieve, e.g. movie.
ID of the record to work with.
Access token for authorization.
OK
OK
Create a record
Update a record
Updates the record by its ID.
Type of the record to retrieve, e.g. movie.
ID of the record to work with.
Access token for authorization.
OK
OK
Delete a record
Deletes the record by its ID.
Type of the record to retrieve, e.g. movie.
ID of the record to work with.
Access token for authorization.
OK
OK
Retrieves the list of files or folders.
ID of the parent to work with.
Identification of the page to retrieve.
Access token for authorization.
OK
OK
Files/Folders
Retrieve files or folders
Retrieves the list of files or folders.
ID of the parent to work with.
Identification of the page to retrieve.
Access token for authorization.
OK
OK
Download a file
Delete a file
Upload a file
Step one: Open a slot for a file uplod
Creates a session ID for a file upload. Stores a file name and the final location of the file (full path to the folder is required).
Creates a session ID for a file upload. Stores a file name and the final location of the file (full path to the folder is required).
Access token for authorization.
/8c6e22b7f1a0/e4673b2dff5e/1dca6a93fcf1test.txtOK
OK
Step two: Upload the first block of data of the file
Uploads the first block of data of a file.
Access token for authorization.
Session ID of the file upload.
application/octet-stream
application/octet-streamraw(binary)OK
OK
Step three: Upload the other blocks of data of the file
Uploads the other blocks of data (bytes) of a file, except the last block of data.
Access token for authorization.
Session ID of the file upload.
application/octet-stream
application/octet-streamIdentification of the byte's order in the file to upload.
raw(binary)OK
OK
Step four: Upload the last block of data of the file and close the session
Uploads the last block of data a file and closes the session.
Access token for authorization.
Session ID of the file upload.
application/octet-stream
application/octet-streamraw(binary)OK
OK
Webhooks
Verification of the webhook
Example of computing HMAC 256 in JavaScript
Responding to the webhook
Headers
Body
Webhook's payload
Payload parameters
Attach a webhook
Detach a webhook
Last updated

