- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the Registration resources in a project.
HTTP request
GET https://domains.googleapis.com/v1/{parent=projects/*/locations/*}/registrations
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The project and location from which to list  Authorization requires the following IAM permission on the specified resource  
 | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 Maximum number of results to return. | 
| pageToken | 
 When set to the  | 
| filter | 
 Filter expression to restrict the  The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, a boolean, or an enum value. The comparison operator should be one of =, !=, >, <, >=, <=, or : for prefix or wildcard matches. For example, to filter to a specific domain name, use an expression like  You can also create compound filters by combining expressions with the  | 
Request body
The request body must be empty.
Response body
Response for the registrations.list method.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "registrations": [
    {
      object ( | 
| Fields | |
|---|---|
| registrations[] | 
 A list of  | 
| nextPageToken | 
 When present, there are more results to retrieve. Set  | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.