{ "opencollection": "1.0.0", "info": { "name": "Google Books About Developer API", "version": "1.0.0" }, "items": [ { "info": { "name": "Developer", "type": "folder" }, "items": [ { "info": { "name": "Google Get Developer Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/books/v1/v4/spreadsheets/:spreadsheetId/developerMetadata/:metadataId", "headers": [ { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "spreadsheetId", "value": "{{spreadsheetId}}", "type": "path", "description": "(Required) " }, { "name": "metadataId", "value": "{{metadataId}}", "type": "path", "description": "(Required) " } ] }, "docs": "Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId." }, { "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 }