{ "opencollection": "1.0.0", "info": { "name": "Wowza Streaming Engine REST advanced_token_authentication recordings API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "recordings", "type": "folder" }, "items": [ { "info": { "name": "Fetch all recordings", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/recordings", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Restricts the data that gets returned by filtering on one or more values associated with a field. Construct a filter using a two-part expression that specifies the field on which to filter and the logic to use to filter. Filters use a zero-based index.\n\nFor valid filter operators and filter fields, see [How to get filtered query results with the Wowza Video REST API](https://www.wowza.com/docs/how-to-get-filtered-query-results-with-the-wowza-video-rest-api).\n\nExample:\n**filter[0][field]=state&filter[0][eq]=stopped**" }, { "name": "page", "value": "", "type": "query", "description": "Returns a paginated view of results from the HTTP request. Specify a positive integer to indicate which page of the results should be displayed. The default is **1**. \n\n For more information and examples, see [Get paginated query results with the Wowza Video REST API](https://www.wowza.com/docs/how-to-get-paginated-query-results-with-the-wowza-video-rest-api)." }, { "name": "per_page", "value": "", "type": "query", "description": "For use with the *page* parameter. Indicates how many records should be included in a page of results. A valid value is any positive integer. The default and maximum value is **1000**." } ] }, "docs": "
The recordings operations are deprecated in 2.0. Use the /videos endpoints instead.\nThis operation shows limited details for all of your recordings. For detailed information, fetch a single recording." }, { "info": { "name": "Fetch a recording", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/recordings/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the recording." } ] }, "docs": "
The recordings operations are deprecated in 2.0. Use the /videos endpoints instead.\nThis operation shows the details of a specific recording." }, { "info": { "name": "Delete a recording", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8087/recordings/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the recording." } ] }, "docs": "
The recordings operations are deprecated in 2.0. Use the /videos endpoints instead.\n\nThis operation deletes a recording.
The recordings operations are deprecated in 2.0. Use the /videos endpoints instead.\n\nThis operation shows the current state of a recording." } ] } ], "bundled": true }