projects

Lists testers and their resource ids.

get/v1/{+parent}/testers

Path parameters

parentstring required

Required. The name of the project resource, which is the parent of the tester resources. Format: projects/{project_number}

Query parameters

filterstring

Optional. The expression to filter testers listed in the response. To learn more about filtering, refer to Google's AIP-160 standard. Supported fields: - name - displayName - groups Example: - name = "projects/-/testers/*@example.com" - displayName = "Joe Sixpack" - groups = "projects/*/groups/qa-team"

pageSizeinteger

Optional. The maximum number of testers to return. The service may return fewer than this value. The valid range is [1-1000]; If unspecified (0), at most 10 testers are returned. Values above 1000 are coerced to 1000.

pageTokenstring

Optional. A page token, received from a previous ListTesters call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListTesters must match the call that provided the page token.

Response

Successful response

Changes