2 "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
3 "_author": "David M. Lee, II <dlee@digium.com>",
4 "_svn_revision": "$Revision$",
6 "swaggerVersion": "1.1",
7 "basePath": "http://localhost:8088/ari",
8 "resourcePath": "/api-docs/playbacks.{format}",
14 "path": "/playbacks/{playbackId}",
15 "description": "Control object for a playback operation.",
19 "summary": "Get a playback's details.",
21 "responseClass": "Playback",
25 "description": "Playback's id",
28 "allowMultiple": false,
35 "reason": "The playback cannot be found"
40 "httpMethod": "DELETE",
41 "summary": "Stop a playback.",
43 "responseClass": "void",
47 "description": "Playback's id",
50 "allowMultiple": false,
57 "reason": "The playback cannot be found"
64 "path": "/playbacks/{playbackId}/control",
65 "description": "Control object for a playback operation.",
69 "summary": "Control a playback.",
70 "nickname": "control",
71 "responseClass": "void",
75 "description": "Playback's id",
78 "allowMultiple": false,
83 "description": "Operation to perform on the playback.",
86 "allowMultiple": false,
103 "reason": "The provided operation parameter was invalid"
107 "reason": "The playback cannot be found"
111 "reason": "The operation cannot be performed in the playback's current state"
121 "description": "Object representing the playback of media to a channel",
125 "description": "ID for this playback operation",
130 "description": "The URI for the media currently being played back.",
135 "description": "If a list of URIs is being played, the next media URI to be played back.",
140 "description": "URI for the channel or bridge to play the media on",
145 "description": "For media types that support multiple languages, the language requested for playback."
149 "description": "Current state of the playback operation.",