Skip to content

Method: projects.sipDomains.list

Lists all SipDomains. List returns sip domain sorted by create_time descending.

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

HTTP request

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

Path parameters

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

Query parameters

Parameters  
pageSize number (int32 format)
The maximum number of sip domain 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 ListSipDomains that indicates where this listing should continue from.
showDeleted boolean
Whether to include deleted sip domains in the response. Defaults to false.

Request body

The request body must be empty.

Response body

The ListSipDomains response.

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