Skip to content

Method: projects.sipDomains.aliases.list

Lists all Aliases. List returns alias sorted by create_time descending.

The caller must have voice.aliases.list permission on the project.

HTTP request

GET https://voice.api.enfonica.com/v1beta1/{parent}/aliases

Path parameters

Parameters  
parent string
The SIP domain under which to list aliases, in the form projects/*/sipDomains/*.

Query parameters

Parameters  
pageSize number (int32 format)
The maximum number of aliases 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 ListAliases that indicates where this listing should continue from.

Request body

The request body must be empty.

Response body

The ListAliases response.

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