Hierarchy

Properties

metadataOnly?: boolean

If true, each mapping will only contain metadata fields; no mapping expressions, source and target schema content, or lookup tables. If false, each mapping will contain all available fields. The metadata fields are id, name, type, connection (both in source and target), created_at, and updated_at.

pageSize?: number

Maximum number of mappings that will be returned in a single response. If there are more mappings, the response will contain a field next_page_token that will allow you to retrieve them.

pageToken?: string

A token that allows you to retrieve the next page of mappings. It should have the same value as the next_page_token-field you received in your last response.