Skip to content

Method: projects.regulatoryListings.search

Searches all usable regulatory listings with the specified number type.

List returns regulatory listings sorted by create_time descending.

The caller must have numbering.regulatoryListings.list permission on the project.

HTTP request

GET https://numbering.api.enfonica.com/v1beta1/{parent}/regulatoryListings:search

Path parameters

Parameters  
parent string
The project under which to list regulatory listing, in the form projects/*.

Query parameters

Parameters  
pageSize number (int32 format)
The maximum number of regulatory listing to return in the response. Default value of 10 and maximum value of 100.
pageToken string
A pagination token returned from a previous call to ListRegulatoryListings that indicates where this listing should continue from.
regionCode string
The region code of the number that the regulatory listing must be usable with.
numberType enum (PhoneNumber.PhoneNumberType)
The type of number that the regulatory listing must be usable with.

Request body

The request body must be empty.

Response body

The SearchRegulatoryListings response.

JSON representation
{
  "regulatoryListings": [
    {
      object (RegulatoryListing)
    }
  ],
  "nextPageToken": string
}
Fields  
regulatoryListings[] object (RegulatoryListing)
A possibly paginated list of regulatory listing that are direct descendants of the specified parent resource.
nextPageToken string
A pagination token returned from a previous call to ListRegulatoryListings that indicates from where listing should continue.