<?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_Templates</id>
		<title>API Templates - 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_Templates"/>
		<link rel="alternate" type="text/html" href="https://ipivs.info/wiki/index.php?title=API_Templates&amp;action=history"/>
		<updated>2026-05-14T13:31:43Z</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_Templates&amp;diff=4535&amp;oldid=prev</id>
		<title>IVSWikiBlue: Created page with &quot;This API call will return the default information and marker templates for the VALT instance. This is typically the first information and marker template created. This will be...&quot;</title>
		<link rel="alternate" type="text/html" href="https://ipivs.info/wiki/index.php?title=API_Templates&amp;diff=4535&amp;oldid=prev"/>
				<updated>2020-04-14T19:26:18Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;This API call will return the default information and marker templates for the VALT instance. This is typically the first information and marker template created. This will be...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This API call will return the default information and marker templates for the VALT instance. This is typically the first information and marker template created. This will be the information and marker template utilized for any new groups if one is not specified upon creation.&lt;br /&gt;
&lt;br /&gt;
===Resource URL===&lt;br /&gt;
&amp;lt;pre&amp;gt;http://valt.example.com/api/v3/templates&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;
{|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;|'''info_template'''&lt;br /&gt;
|Default information template&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''id'''&lt;br /&gt;
|Information Template ID Number&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''name'''&lt;br /&gt;
|Information Template Name&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''entity name'''&lt;br /&gt;
|Default Field Name (Recording Name) &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|'''title'''&lt;br /&gt;
|Field name, if renamed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|'''value'''&lt;br /&gt;
|Default value, if specified.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|'''type'''&lt;br /&gt;
|Type of Field (Text or Drop Down)&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|'''marker_template'''&lt;br /&gt;
|Default marker template&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''id'''&lt;br /&gt;
|Marker Template ID Number&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''name'''&lt;br /&gt;
|Marker Template Name&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|'''entity name'''&lt;br /&gt;
|Default Field Name (Marker Name) &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|'''title'''&lt;br /&gt;
|Field name, if renamed.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|'''value'''&lt;br /&gt;
|Default value, if specified.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|'''type'''&lt;br /&gt;
|Type of Field (Text or Drop Down)&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/templates?access_token=e82632d19c523678fea3d1016c6df9e9&amp;lt;/pre&amp;gt;&lt;br /&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;info_template&amp;quot;:{&lt;br /&gt;
&amp;quot;id&amp;quot;: 1,&lt;br /&gt;
&amp;quot;name&amp;quot;: &amp;quot;Basic Information&amp;quot;,&lt;br /&gt;
&amp;quot;entity_name&amp;quot;:{&lt;br /&gt;
&amp;quot;title&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
&amp;quot;value&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
&amp;quot;type&amp;quot;: &amp;quot;Text&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
},&lt;br /&gt;
&amp;quot;marker_template&amp;quot;:{&lt;br /&gt;
&amp;quot;id&amp;quot;: 2,&lt;br /&gt;
&amp;quot;name&amp;quot;: &amp;quot;Basic Marker&amp;quot;,&lt;br /&gt;
&amp;quot;entity_name&amp;quot;:{&lt;br /&gt;
&amp;quot;title&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
&amp;quot;value&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
&amp;quot;type&amp;quot;: &amp;quot;Text&amp;quot;&lt;br /&gt;
}&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;
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;error&amp;quot;:{&lt;br /&gt;
&amp;quot;code&amp;quot;: 401,&lt;br /&gt;
&amp;quot;message&amp;quot;: &amp;quot;No API key provided&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>IVSWikiBlue</name></author>	</entry>

	</feed>