Optional requestFactory: RedirectsApiRequestFactoryOptional responseProcessor: RedirectsApiResponseProcessorPrivate apiThe ID of the target redirect.
Optional _options: ConfigurationCreates and configures a new URL redirect. Create a redirect
Optional _options: ConfigurationReturns the details for a single existing URL redirect by ID. Get details for a redirect
The ID of the target redirect.
Optional _options: ConfigurationReturns all existing URL redirects. Results can be limited and filtered by creation or updated date. Get current redirects
Optional createdAt: DateOnly return redirects created on exactly this date.
Optional createdAfter: DateOnly return redirects created after this date.
Optional createdBefore: DateOnly return redirects created before this date.
Optional updatedAt: DateOnly return redirects last updated on exactly this date.
Optional updatedAfter: DateOnly return redirects last updated after this date.
Optional updatedBefore: DateOnly return redirects last updated before this date.
Optional sort: string[]Optional after: stringThe 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: numberMaximum number of result per page
Optional archived: booleanWhether to return only results that have been archived.
Optional _options: ConfigurationUpdates the settings for an existing URL redirect. Update a redirect
Optional _options: ConfigurationGenerated using TypeDoc
Delete one existing redirect, so it is no longer mapped. Delete a redirect