<?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_List_Schedule_Conflicts</id>
		<title>API List Schedule Conflicts - 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_List_Schedule_Conflicts"/>
		<link rel="alternate" type="text/html" href="https://ipivs.info/wiki/index.php?title=API_List_Schedule_Conflicts&amp;action=history"/>
		<updated>2026-04-15T18:34:48Z</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_List_Schedule_Conflicts&amp;diff=4582&amp;oldid=prev</id>
		<title>IVSWikiBlue: Created page with &quot;The following two API calls provide information of blocked or conflicted schedules.  Blocked = Schedules are complete blocked by another schedule.  Conflict = Schedules are pa...&quot;</title>
		<link rel="alternate" type="text/html" href="https://ipivs.info/wiki/index.php?title=API_List_Schedule_Conflicts&amp;diff=4582&amp;oldid=prev"/>
				<updated>2020-04-14T20:05:48Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;The following two API calls provide information of blocked or conflicted schedules.  Blocked = Schedules are complete blocked by another schedule.  Conflict = Schedules are pa...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The following two API calls provide information of blocked or conflicted schedules.&lt;br /&gt;
&lt;br /&gt;
Blocked = Schedules are complete blocked by another schedule.&lt;br /&gt;
&lt;br /&gt;
Conflict = Schedules are partially blocked by another schedule.&lt;br /&gt;
&lt;br /&gt;
Both calls return data in the same format.&lt;br /&gt;
&lt;br /&gt;
===Resource URL===&lt;br /&gt;
&amp;lt;pre&amp;gt;http://valt.example.com/api/v3/schedule/blocked&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;http://valt.example.com/api/v3/schedule/conflict&amp;lt;/pre&amp;gt;&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;
 If there are no blocked or conflicted schedules an empty array will be returned.&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;
&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;
|colspan=&amp;quot;3&amp;quot;|'''blocked_schedules'''&lt;br /&gt;
|Array of JSON objects, one for each schedule.&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;
|&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''name'''&lt;br /&gt;
|Schedule Name&lt;br /&gt;
|-&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;
|&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;
|&lt;br /&gt;
|'''id'''&lt;br /&gt;
|Room ID&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|'''name'''&lt;br /&gt;
|Room Name&lt;br /&gt;
|-&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;
|&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;
|&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;
|&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;
|&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''status'''&lt;br /&gt;
|pending or started&lt;br /&gt;
|-&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;
|&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;
|&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;
|&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;
|&lt;br /&gt;
|'''end_after'''&lt;br /&gt;
|Number of Occurrences&lt;br /&gt;
|-&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;
|&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;
|&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;
|&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/conflict?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;conflict_schedules&amp;quot;:[]&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>