<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://ipivs.info/wiki/index.php?action=history&amp;feed=atom&amp;title=API_Schedule_Details</id>
		<title>API Schedule Details - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://ipivs.info/wiki/index.php?action=history&amp;feed=atom&amp;title=API_Schedule_Details"/>
		<link rel="alternate" type="text/html" href="https://ipivs.info/wiki/index.php?title=API_Schedule_Details&amp;action=history"/>
		<updated>2026-04-07T05:32:42Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://ipivs.info/wiki/index.php?title=API_Schedule_Details&amp;diff=4583&amp;oldid=prev</id>
		<title>IVSWikiBlue: Created page with &quot;This API provides details for a specified schedule.  ===Resource URL=== &lt;pre&gt;http://valt.example.com/api/v3/schedule/{scheduleid}&lt;/pre&gt; ''Replace {scheduleid} with the actual...&quot;</title>
		<link rel="alternate" type="text/html" href="https://ipivs.info/wiki/index.php?title=API_Schedule_Details&amp;diff=4583&amp;oldid=prev"/>
				<updated>2020-04-14T20:06:13Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;This API provides details for a specified schedule.  ===Resource URL=== &amp;lt;pre&amp;gt;http://valt.example.com/api/v3/schedule/{scheduleid}&amp;lt;/pre&amp;gt; &amp;#039;&amp;#039;Replace {scheduleid} with the actual...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This API provides details for a specified schedule.&lt;br /&gt;
&lt;br /&gt;
===Resource URL===&lt;br /&gt;
&amp;lt;pre&amp;gt;http://valt.example.com/api/v3/schedule/{scheduleid}&amp;lt;/pre&amp;gt;&lt;br /&gt;
''Replace {scheduleid} with the actual id number of the schedule. Schedules are numbered sequentially when added to VALT.''&lt;br /&gt;
&lt;br /&gt;
===Resource Information===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|'''Method'''&lt;br /&gt;
|GET&lt;br /&gt;
|-&lt;br /&gt;
|'''Response Type'''&lt;br /&gt;
|JSON&lt;br /&gt;
|-&lt;br /&gt;
|'''Authentication Required'''&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
No parameters can be passed to this call.&lt;br /&gt;
&lt;br /&gt;
===Response===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Code&lt;br /&gt;
!Reason&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|Request Successful&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|Unauthorized&lt;br /&gt;
|-&lt;br /&gt;
|404 &lt;br /&gt;
|Schedule ID Not Found&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+JSON Response&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|data&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''id'''&lt;br /&gt;
|Schedule ID&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''name'''&lt;br /&gt;
|Schedule Name&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''template'''&lt;br /&gt;
|Array of metadata fields populated for this schedule.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''author'''&lt;br /&gt;
|User that will own videos created by this schedule. May be different from the user that created the schedule.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|'''id'''&lt;br /&gt;
|User ID&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|'''name'''&lt;br /&gt;
|User Name&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''room'''&lt;br /&gt;
|Room the schedule initiates recording in.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|'''id'''&lt;br /&gt;
|Room ID&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|'''name'''&lt;br /&gt;
|Room Name&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''created'''&lt;br /&gt;
|Time schedule was created (epoch time)&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''start_at'''&lt;br /&gt;
|Time schedule will initiate recording (epoch time)&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''stop_at'''&lt;br /&gt;
|Time schedule will stop recording (epoch time)&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''duration'''&lt;br /&gt;
|Duration is seconds of the scheduled recording.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''status'''&lt;br /&gt;
|pending or started&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''recurrence'''&lt;br /&gt;
|Recurring schedule information&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|'''type'''&lt;br /&gt;
|Recurring Schedule Type (Valid Values: weekly, monthly, daily, none)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|'''weeks_range'''&lt;br /&gt;
|Days of the week the schedule will recur (0-6, 0=Sunday)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|'''range_type'''&lt;br /&gt;
|When will recurring schedule end (Valid Value: no = no end date, after = fixed number of occurrences, by = will end of specified date)&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|'''end_after'''&lt;br /&gt;
|Number of Occurrences&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|'''end_by'''&lt;br /&gt;
|Date to end schedule on.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''shared'''&lt;br /&gt;
|Videos created by this schedule will be shared with these users.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|'''users'''&lt;br /&gt;
|List of user IDs videos created by this schedule will be shared with.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|'''user_groups'''&lt;br /&gt;
|List of group IDs videos created by this schedule will be shared with.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Request===&lt;br /&gt;
&amp;lt;pre&amp;gt;https://ivstest1.ad.ipivs.com/api/v3/schedule/2?access_token=e82632d19c523678fea3d1016c6df9e9&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Successful Response===&lt;br /&gt;
Sample response is shown with line breaks to make it more readable. Actual responses will not include line breaks.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
&amp;quot;data&amp;quot;:{&lt;br /&gt;
&amp;quot;id&amp;quot;: 2,&lt;br /&gt;
&amp;quot;name&amp;quot;: &amp;quot;Test Schedule&amp;quot;,&lt;br /&gt;
&amp;quot;template&amp;quot;: null,&lt;br /&gt;
&amp;quot;author&amp;quot;:{&lt;br /&gt;
&amp;quot;id&amp;quot;: 1,&lt;br /&gt;
&amp;quot;name&amp;quot;: &amp;quot;admin&amp;quot;&lt;br /&gt;
},&lt;br /&gt;
&amp;quot;room&amp;quot;:{&lt;br /&gt;
&amp;quot;id&amp;quot;: 59,&lt;br /&gt;
&amp;quot;name&amp;quot;: &amp;quot;Jared Test&amp;quot;&lt;br /&gt;
},&lt;br /&gt;
&amp;quot;created&amp;quot;: 1586552400,&lt;br /&gt;
&amp;quot;start_at&amp;quot;: 1586552400,&lt;br /&gt;
&amp;quot;stop_at&amp;quot;: 1586552700,&lt;br /&gt;
&amp;quot;duration&amp;quot;: 300,&lt;br /&gt;
&amp;quot;status&amp;quot;: &amp;quot;pending&amp;quot;,&lt;br /&gt;
&amp;quot;recurrence&amp;quot;:{&lt;br /&gt;
&amp;quot;weeks_range&amp;quot;:[&lt;br /&gt;
5&lt;br /&gt;
],&lt;br /&gt;
&amp;quot;range_type&amp;quot;: &amp;quot;no_end_date&amp;quot;,&lt;br /&gt;
&amp;quot;type&amp;quot;: &amp;quot;weekly&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Failure Response===&lt;br /&gt;
&amp;lt;pre&amp;gt;{&amp;quot;error&amp;quot;:{&amp;quot;code&amp;quot;:401,&amp;quot;message&amp;quot;:&amp;quot;No API key provided&amp;quot;}}&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>IVSWikiBlue</name></author>	</entry>

	</feed>