Required. The enterprise which the migration tokens belong to. Format: enterprises/{enterprise}
Query parameters
Parameters
pageSize
integer
The maximum number of migration tokens to return. Fewer migration tokens may be returned. If unspecified, at most 100 migration tokens will be returned. The maximum value is 100; values above 100 will be coerced to 100.
pageToken
string
A page token, received from a previous migrationTokens.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to migrationTokens.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response to a request to list migration tokens for a given enterprise.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-19 UTC."],[[["Lists all migration tokens for a given enterprise, allowing for pagination to retrieve large sets of tokens."],["Requires authorization with the `https://www.googleapis.com/auth/androidmanagement` scope."],["The API request uses a `GET` method and specifies the enterprise with a path parameter."],["Response includes a list of migration tokens and a token for retrieving subsequent pages if available."],["Request body should be empty, and query parameters can control pagination."]]],["This document details how to list migration tokens for an enterprise using a `GET` request to a specific URL (`https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/migrationTokens`). The request requires specifying the `parent` enterprise in the URL path. Optional query parameters `pageSize` (max 100) and `pageToken` enable pagination. The request body should be empty. The response contains a list of `migrationTokens` and optionally a `nextPageToken` for subsequent pages. Authorization requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope.\n"]]