{ "opencollection": "1.0.0", "info": { "name": "Google Books About Search API", "version": "1.0.0" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Google Search Developer Metadata", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/v4/spreadsheets/:spreadsheetId/developerMetadata:search", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "spreadsheetId", "value": "{{spreadsheetId}}", "type": "path", "description": "(Required) " } ], "body": { "type": "json", "data": "{}" } }, "docs": "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." } ] } ], "bundled": true }