Retrieves the latest cursor for delta operations.
Try it now
Test
RAM authorization
Request syntax
POST /v2/file/get_last_cursor HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| domain_id |
string |
Yes |
||
| body |
object |
No |
The request body. |
|
| drive_id |
string |
Yes |
The drive ID. |
1 |
| sync_root_id |
string |
No |
The ID of the root directory for the sync folder. |
622fb09598ae66777c7040109a16f49381f6abe1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| cursor |
string |
The latest cursor for delta operations in the specified drive or sync folder. |
NWQ1Yjk4YmI1ZDRlYmU1Y2E0YWE0NmJhYWJmODBhNDQ2NzhlMTRhMg |
Examples
Success response
JSON format
{
"cursor": "NWQ1Yjk4YmI1ZDRlYmU1Y2E0YWE0NmJhYWJmODBhNDQ2NzhlMTRhMg"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.