v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
crossSheetReferences

Get cross-sheet reference

Gets the cross-sheet reference specified in the URL.

get/sheets/{sheetId}/crosssheetreferences/{crossSheetReferenceId}

Response

CrossSheetReference object

endColumnIdnumber

Defines ending edge of range when specifying one or more columns. To specify an entire column, omit the startRowId and endRowId parameters.

endRowIdnumber

Defines ending edge of range when specifying one or more rows. To specify an entire row, omit the startColumnId and endColumnId parameters.

idnumber

Cross-sheet reference ID, guaranteed unique within referencing sheet.

namestring

Friendly name of reference. Auto-generated unless specified in Create Cross-sheet References.

startColumnIdnumber

Defines beginning edge of range when specifying one or more columns. To specify an entire column, omit the startRowId and endRowId parameters.

startRowIdnumber

Defines beginning edge of range when specifying one or more rows. To specify an entire row, omit the startColumnId and endColumnId parameters.

status'BLOCKED' | 'BROKEN' | 'CIRCULAR' | 'DISABLED' | 'INVALID/UNKNOWN' | 'NOT-SHARED' | 'OK'

Status of request:

  • 'BLOCKED' - A reference is downstream of a circular issue.
  • 'BROKEN' - The data source location (column, row or sheet) was deleted.
  • 'CIRCULAR' - The formula reference is self referencing and cannot be resolved.
  • 'DISABLED' - Updating the reference is temporarily disabled due to maintenance.
  • 'INVALID/UNKNOWN' - The reference is new and had not been validated.
  • 'NOT_SHARED' - No common shared users.
  • 'OK' - The reference is in a good state.
sourceSheetIdnumber

Sheet ID of source sheet.