- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Returns a list of detailed stitching information of the specified VOD session.
HTTP request
GET https://videostitcher.googleapis.com/v1/{parent=projects/*/locations/*/vodSessions/*}/vodStitchDetails
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The VOD session where the stitch details belong to, in the form of |
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of items to return. |
pageToken |
The nextPageToken value returned from a previous List request, if any. |
Request body
The request body must be empty.
Response body
Response message for VideoStitcherService.listVodStitchDetails.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"vodStitchDetails": [
{
object ( |
Fields | |
---|---|
vodStitchDetails[] |
A List of stitch Details. |
nextPageToken |
The pagination token. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
videostitcher.vodStitchDetails.list
For more information, see the IAM documentation.