v2

latestOpenAPI 3.0.02026-08-0688139156.5 KB
Restores (Push)

List push operations

get/v1/restore/file/{file_restore_id}/push

Path parameters

file_restore_idstring required

ID of a file restore

Example:fr_0123456789ab

Query parameters

offsetinteger

Starting index for pagination

limitinteger

Number of items to return for pagination

sort_by'start_time'

Sort by a specific field

sort_ascboolean

Sort in ascending order

start_time_beforestring date-time

Filter file restore pushes to before a specific start timestamp (RFC3339 format)

start_time_afterstring date-time

Filter file restore pushes to after a specific start timestamp (RFC3339 format)

end_time_beforestring date-time

Filter file restore pushes to before a specific end timestamp (RFC3339 format)

end_time_afterstring date-time

Filter file restore pushes to after a specific end timestamp (RFC3339 format)

Response

OK

Example response

{
  "data": [
    {
      "destination_folder": "C:\\SlideRestore",
      "end_time": "2024-08-23T01:25:08Z",
      "file_restore_id": "fr_0123456789ab",
      "file_restore_push_id": "frp_0123456789ab",
      "size": 21536,
      "source_file_path": "C/Users/Administrator/Documents/ImportantFile.docx",
      "start_time": "2024-08-23T01:25:08Z",
      "state": "completed"
    }
  ],
  "pagination": {
    "next_offset": 10
  }
}