Hierarchy

  • DomainsApi

Constructors

Properties

Methods

Constructors

Properties

api: ObservableDomainsApi

Methods

  • Returns all existing domains that have been created. Results can be limited and filtered by creation or updated date. Get current domains

    Parameters

    • Optional createdAt: Date

      Only return domains created at this date.

    • Optional createdAfter: Date

      Only return domains created after this date.

    • Optional createdBefore: Date

      Only return domains created before this date.

    • Optional updatedAt: Date

      Only return domains updated at this date.

    • Optional updatedAfter: Date

      Only return domains updated after this date.

    • Optional updatedBefore: Date

      Only return domains updated before this date.

    • Optional sort: string[]
    • Optional after: string

      The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results.

    • Optional limit: number

      Maximum number of results per page.

    • Optional archived: boolean

      Whether to return only results that have been archived.

    • Optional _options: Configuration

    Returns Promise<CollectionResponseWithTotalDomainForwardPaging>

Generated using TypeDoc