find
@GET(value="/3/Find")
retrofit2.Call<FindV3> find(@Field(value="key")
FrameV3 key,
@Field(value="column")
java.lang.String column,
@Field(value="row")
long row,
@Field(value="match")
java.lang.String match,
@Field(value="_exclude_fields")
java.lang.String _exclude_fields)
Find a value within a Frame.
- Parameters:
key - Frame to searchcolumn - Column, or null for allrow - Starting row for searchmatch - Value to search for; leave blank for a search for missing values_exclude_fields - Comma-separated list of JSON field paths to exclude from the result, used like:
"/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"