Method: projects.calls.recordings.get¶
Retrieves a Recording identified by the supplied resource name.
The caller must have voice.recordings.get
permission on the project.
HTTP request¶
GET https://voice.api.enfonica.com/v1beta1/{name}
Path parameters¶
Parameters | |
---|---|
name | string The resource name of the Recording to retrieve. Must be of the form projects/*/calls/*/recordings/* . |
Query parameters¶
Parameters | |
---|---|
view | enum (RecordingView) Configuration of partial responses. Defaults to FULL. |
Request body¶
The request body must be empty.
Response body¶
If successful, the response body contains an instance of Recording.
RecordingView¶
Configuration of partial responses for the Recording resource.
Enums | |
---|---|
RECORDING_VIEW_UNSPECIFIED | The default / unset value. The API will default to BASIC for ListRecordings and FULL for GetRecording. |
BASIC | Includes all fields except [RecordingAudio.uri][enfonica.voice.v1beta1.RecordingAudio.uri]. This is the default for ListRecordings. |
FULL | Includes all fields. This is the default for GetRecording. |