Skip to main content
GET
List

Authorizations

Authorization
string
header
required

The Authorization header expects a Bearer token.

Query Parameters

parentId
string
required

Parent IAM container ID

pageSize
string<int64>

Page size If not specified or set to 0, a default page size of 100 will be used

pageToken
string

An opaque listing continuation token

  • If not specified or empty, the first page of results will be returned
  • If specified, the next page of results (as identified by the token) will be returned

Response

200 - application/json

A successful response.

Response with a single page of DNS zone listing results

items
object[]

This page's items

nextPageToken
string

An opaque listing continuation token that can be used to return the next page of listing results If next_page_token is empty, this is the last result page