NOTE: Only shows devices for the current user.
Search returns the calling user’s registered devices, ordered by display name. By default only active devices are returned; use the status filter to include revoked devices. Optionally filter by a display-name query.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Body
The PersonalDeviceServiceSearchRequest message.
The maximum number of results to return per page.
A pagination token returned from a previous Search call.
An optional case-insensitive filter on the device display name.
Which device statuses to return. Defaults to active devices only.
PERSONAL_DEVICE_STATUS_FILTER_UNSPECIFIED, PERSONAL_DEVICE_STATUS_FILTER_ACTIVE, PERSONAL_DEVICE_STATUS_FILTER_REVOKED, PERSONAL_DEVICE_STATUS_FILTER_ALL Response
Successful response