Gets the details of the schedule of a Web Intelligence document.
GET <webiURL>/documents/{documentId}/schedules/{scheduleId}
Where:
Response type: application/xml or application/json
Response body: provides for the specified schedule: its id, name, format and status.
GET <webiURL>/documents/8023/schedules/9439
<schedule> <id>9439</id> <name>GC-now-schedule</name> <format type="webi"/> <status>Completed</status> </schedule>