v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Endpoints

List all restore activities

Returns the list of all the restore activities performed on user devices with their details.

get/endpoints/v1/restores

Query parameters

deviceIDinteger

Specify the device ID to get a filtered list of restore activities performed from a device. Get the device ID by using the ‘List all devices’ API.

targetDeviceIDinteger

Specify the device ID to get a filtered list of restore activities performed on that device. Get the target device ID by using the ‘List all devices’ API.

userIDinteger

Specify the user ID to filter and get the list of restore activities performed by a user. You can get the user ID by using the ‘List all users’ API.

minStartTimestring

Specify the start date and start time to get the list of restore activities performed after the specified start date and time. The format for this parameter value is YYYY-MM-DDTHH:MM:SSZ Example: 2019-10-04T11:03:27Z

maxStartTimestring

Specify the start date and start time to get the list of restore activities performed before the specified start date and time. The format for this parameter value is YYYY-MM-DDTHH:MM:SSZ Example: 2019-10-04T11:03:27Z

pageTokenstring

The token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken.

Response

OK

totalSizeinteger

The total number of restore activities listed in the result pages. Example: 4096

nextPageTokenstring

The token to access the next page of results. This parameter will be empty for the last page of results.