Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId.
HTTP request
GET https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/developerMetadata/{metadataId}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| spreadsheetId | 
 The ID of the spreadsheet to retrieve metadata from. | 
| metadataId | 
 The ID of the developer metadata to retrieve. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DeveloperMetadata.
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/drive
- https://www.googleapis.com/auth/drive.file
- https://www.googleapis.com/auth/spreadsheets
For more information, see the Authorization guide.