Hierarchy

  • RedirectsApi

Constructors

Properties

Methods

Constructors

Properties

api: ObservableRedirectsApi

Methods

  • Returns all existing URL redirects. Results can be limited and filtered by creation or updated date. Get current redirects

    Parameters

    • Optional createdAt: Date

      Only return redirects created on exactly this date.

    • Optional createdAfter: Date

      Only return redirects created after this date.

    • Optional createdBefore: Date

      Only return redirects created before this date.

    • Optional updatedAt: Date

      Only return redirects last updated on exactly this date.

    • Optional updatedAfter: Date

      Only return redirects last updated after this date.

    • Optional updatedBefore: Date

      Only return redirects last 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 result per page

    • Optional archived: boolean

      Whether to return only results that have been archived.

    • Optional _options: Configuration

    Returns Promise<CollectionResponseWithTotalUrlMappingForwardPaging>

Generated using TypeDoc