Constructors

Methods

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

    Parameters

    • OptionalcreatedAt: Date

      Only return domains created at this date.

    • OptionalcreatedAfter: Date

      Only return domains created after this date.

    • OptionalcreatedBefore: Date

      Only return domains created before this date.

    • OptionalupdatedAt: Date

      Only return domains updated at this date.

    • OptionalupdatedAfter: Date

      Only return domains updated after this date.

    • OptionalupdatedBefore: Date

      Only return domains updated before this date.

    • Optionalsort: string[]
    • Optionalafter: 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.

    • Optionallimit: number

      Maximum number of results per page.

    • Optionalarchived: boolean

      Whether to return only results that have been archived.

    • Optional_options: Configuration

    Returns Promise<CollectionResponseWithTotalDomainForwardPaging>

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

    Parameters

    • OptionalcreatedAt: Date

      Only return domains created at this date.

    • OptionalcreatedAfter: Date

      Only return domains created after this date.

    • OptionalcreatedBefore: Date

      Only return domains created before this date.

    • OptionalupdatedAt: Date

      Only return domains updated at this date.

    • OptionalupdatedAfter: Date

      Only return domains updated after this date.

    • OptionalupdatedBefore: Date

      Only return domains updated before this date.

    • Optionalsort: string[]
    • Optionalafter: 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.

    • Optionallimit: number

      Maximum number of results per page.

    • Optionalarchived: boolean

      Whether to return only results that have been archived.

    • Optional_options: Configuration

    Returns Promise<HttpInfo<CollectionResponseWithTotalDomainForwardPaging>>