interface GetScreensForField {
    expand?: string;
    fieldId: string;
    maxResults?: number;
    startAt?: number;
}

Properties

expand?: string

Use expand to include additional information about screens in the response. This parameter accepts tab which returns details about the screen tabs the field is used in.

fieldId: string

The ID of the field to return screens for.

maxResults?: number

The maximum number of items to return per page.

startAt?: number

The index of the first item to return in a page of results (page offset).