- HTTP request
 - Path parameters
 - Request body
 - Response body
 - Authorization scopes
 - MatchedDeveloperMetadata
 - Try it!
 
Returns all developer metadata matching the specified DataFilter. If the provided DataFilter represents a DeveloperMetadataLookup object, this will return all DeveloperMetadata entries selected by it. If the DataFilter represents a location in a spreadsheet, this will return all developer metadata associated with locations intersecting that region.
HTTP request
POST https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/developerMetadata:search
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
spreadsheetId | 
                
                   
 The ID of the spreadsheet to retrieve metadata from.  | 
              
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
{
  "dataFilters": [
    {
      object ( | 
                
| Fields | |
|---|---|
dataFilters[] | 
                  
                     
 The data filters describing the criteria used to determine which DeveloperMetadata entries to return. DeveloperMetadata matching any of the specified filters are included in the response.  | 
                
Response body
A reply to a developer metadata search request.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "matchedDeveloperMetadata": [
    {
      object ( | 
                  
| Fields | |
|---|---|
matchedDeveloperMetadata[] | 
                    
                       
 The metadata matching the criteria of the search request.  | 
                  
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/drivehttps://www.googleapis.com/auth/drive.filehttps://www.googleapis.com/auth/spreadsheets
For more information, see the Authorization guide.
MatchedDeveloperMetadata
A developer metadata entry and the data filters specified in the original request that matched it.
| JSON representation | 
|---|
{ "developerMetadata": { object (  | 
              
| Fields | |
|---|---|
developerMetadata | 
                
                   
 The developer metadata matching the specified filters.  | 
              
dataFilters[] | 
                
                   
 All filters matching the returned developer metadata.  |