<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Applicant on DreamApply Knowledge Base</title><link>https://help.dreamapply.com/api/api_applicants_id/</link><description>Recent content in Applicant on DreamApply Knowledge Base</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://help.dreamapply.com/api/api_applicants_id/index.xml" rel="self" type="application/rss+xml"/><item><title>Photo</title><link>https://help.dreamapply.com/api/api_applicants_id_photo/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://help.dreamapply.com/api/api_applicants_id_photo/</guid><description>&lt;p&gt;Represents the applicant&amp;rsquo;s photo.&lt;/p&gt;











&lt;div class=" code-block-container standalone-code-block "&gt;
 
 &lt;div class="code-block-header"&gt;
 &lt;div class="code-block-title"&gt;URI&lt;/div&gt;
 &lt;div class="code-block-controls" data-copy-target="#single-code-18b1967204633671"&gt;
 
 
 &lt;/div&gt;
 &lt;/div&gt;
 
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-html" id="single-code-18b1967204633671" data-lang="html"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;/api/v9/applicants/ID/photo&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h2 id="get"&gt;&lt;i class="fas fa-method-get"&gt;GET&lt;/i&gt; Get a photo&lt;a class="td-heading-self-link" href="#get" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Return the applicant&amp;rsquo;s photo data.&lt;/p&gt;











&lt;div class=" code-block-container standalone-code-block "&gt;
 
 &lt;div class="code-block-header"&gt;
 &lt;div class="code-block-title"&gt;Syntax&lt;/div&gt;
 &lt;div class="code-block-controls" data-copy-target="#single-code-18b1967204697204"&gt;
 
 
 &lt;/div&gt;
 &lt;/div&gt;
 
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-html" id="single-code-18b1967204697204" data-lang="html"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;GET /api/v9/applicants/123/photo
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Host: apply.example.edu
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Authorization: DREAM apikey=&amp;#34;...&amp;#34;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h3 id="parameters"&gt;Parameters&lt;a class="td-heading-self-link" href="#parameters" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th style="text-align: left"&gt;Name&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Required/Optional&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Description&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Notes&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;size&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Optional&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Requested transformed size of photo, possible values are &lt;code&gt;S&lt;/code&gt;, &lt;code&gt;M&lt;/code&gt;, &lt;code&gt;L&lt;/code&gt;, &lt;code&gt;R&lt;/code&gt;, &lt;code&gt;F&lt;/code&gt;.&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The default value is &lt;code&gt;F&lt;/code&gt; which applies the existing transformations, while &lt;code&gt;R&lt;/code&gt; can skip all transformations and return the raw image.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="example-request"&gt;Example request&lt;a class="td-heading-self-link" href="#example-request" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;










&lt;div class=" code-block-container standalone-code-block "&gt;
 
 &lt;div class="code-block-header"&gt;
 &lt;div class="code-block-title"&gt;Request&lt;/div&gt;
 &lt;div class="code-block-controls" data-copy-target="#single-code-18b19672046deb60"&gt;
 &lt;span class="code-language"&gt;curl&lt;/span&gt;
 
 &lt;/div&gt;
 &lt;/div&gt;
 
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" id="single-code-18b19672046deb60" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;curl &lt;span class="se"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="se"&gt;&lt;/span&gt; -X GET &lt;span class="se"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="se"&gt;&lt;/span&gt; -H &lt;span class="s2"&gt;&amp;#34;Authorization: DREAM apikey=\&amp;#34;YOUR-API-KEY\&amp;#34;&amp;#34;&lt;/span&gt; &lt;span class="se"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="se"&gt;&lt;/span&gt; -o ~/Downloads/photo_123.jpeg &lt;span class="se"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="se"&gt;&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;https://apply.example.edu/api/v9/applicants/123/photo&amp;#34;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h3 id="response-headers"&gt;Response headers&lt;a class="td-heading-self-link" href="#response-headers" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th style="text-align: left"&gt;Header&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Value&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Description&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;Content-Type&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;image/jpeg&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Media type of the resource&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;Content-Length&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;1234&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Size of the response body in bytes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="response-codes"&gt;Response codes&lt;a class="td-heading-self-link" href="#response-codes" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th style="text-align: left"&gt;Response code&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Description&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;200 OK&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The applicant&amp;rsquo;s binary photo was successfully returned&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;404 Not Found&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The applicant does not have a photo&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;script src="https://help.dreamapply.com/js/rest-highlights.js"&gt;&lt;/script&gt;</description></item><item><title>Reference code</title><link>https://help.dreamapply.com/api/api_applicants_id_reference/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://help.dreamapply.com/api/api_applicants_id_reference/</guid><description>&lt;p&gt;Represents the reference code for the applicant.&lt;/p&gt;











&lt;div class=" code-block-container standalone-code-block "&gt;
 
 &lt;div class="code-block-header"&gt;
 &lt;div class="code-block-title"&gt;URI&lt;/div&gt;
 &lt;div class="code-block-controls" data-copy-target="#single-code-18b1967204c4e5d6"&gt;
 
 
 &lt;/div&gt;
 &lt;/div&gt;
 
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-html" id="single-code-18b1967204c4e5d6" data-lang="html"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;/api/v9/applicants/ID/reference&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h2 id="get"&gt;&lt;i class="fas fa-method-get"&gt;GET&lt;/i&gt; Get a reference code&lt;a class="td-heading-self-link" href="#get" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;A request with the &lt;code&gt;GET&lt;/code&gt; verb returns the JSON-encoded reference value for this applicant. Note that the value appears to be a double-quoted value, but is a JSON string literal in the strict sense. If there is no reference value, &lt;code&gt;null&lt;/code&gt; is returned.&lt;/p&gt;
&lt;p&gt;A reference value can be anything, usually it is the applicant&amp;rsquo;s ID or code in another related system, for example the applicant&amp;rsquo;s student ID in the Study Information System (SIS).&lt;/p&gt;</description></item><item><title>Matriculation number</title><link>https://help.dreamapply.com/api/api_applicants_id_matriculation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://help.dreamapply.com/api/api_applicants_id_matriculation/</guid><description>&lt;p&gt;Represents the matriculation number for the applicant.&lt;/p&gt;











&lt;div class=" code-block-container standalone-code-block "&gt;
 
 &lt;div class="code-block-header"&gt;
 &lt;div class="code-block-title"&gt;URI&lt;/div&gt;
 &lt;div class="code-block-controls" data-copy-target="#single-code-18b1967205471eaa"&gt;
 
 
 &lt;/div&gt;
 &lt;/div&gt;
 
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-html" id="single-code-18b1967205471eaa" data-lang="html"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;/api/v9/applicants/ID/matriculation&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h2 id="get"&gt;&lt;i class="fas fa-method-get"&gt;GET&lt;/i&gt; Get a matriculation number&lt;a class="td-heading-self-link" href="#get" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;A request with the &lt;code&gt;GET&lt;/code&gt; verb returns the JSON-encoded matriculation number for this applicant. Note that the value appears to be a double-quoted value, but is a JSON string literal in the strict sense. If there is no matriculation number, &lt;code&gt;null&lt;/code&gt; is returned.&lt;/p&gt;











&lt;div class=" code-block-container standalone-code-block "&gt;
 
 &lt;div class="code-block-header"&gt;
 &lt;div class="code-block-title"&gt;Syntax&lt;/div&gt;
 &lt;div class="code-block-controls" data-copy-target="#single-code-18b19672054e7ca2"&gt;
 
 
 &lt;/div&gt;
 &lt;/div&gt;
 
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-html" id="single-code-18b19672054e7ca2" data-lang="html"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;GET /api/v9/applicants/123/matriculation
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Host: apply.example.edu
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Authorization: DREAM apikey=&amp;#34;...&amp;#34;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h3 id="example-request"&gt;Example request&lt;a class="td-heading-self-link" href="#example-request" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;










&lt;div class=" code-block-container standalone-code-block "&gt;
 
 &lt;div class="code-block-header"&gt;
 &lt;div class="code-block-title"&gt;Request&lt;/div&gt;
 &lt;div class="code-block-controls" data-copy-target="#single-code-18b196720555ed6b"&gt;
 &lt;span class="code-language"&gt;curl&lt;/span&gt;
 
 &lt;/div&gt;
 &lt;/div&gt;
 
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" id="single-code-18b196720555ed6b" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;curl &lt;span class="se"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="se"&gt;&lt;/span&gt; -X GET &lt;span class="se"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="se"&gt;&lt;/span&gt; -H &lt;span class="s2"&gt;&amp;#34;Authorization: DREAM apikey=\&amp;#34;YOUR-API-KEY\&amp;#34;&amp;#34;&lt;/span&gt; &lt;span class="se"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="se"&gt;&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;https://apply.example.edu/api/v9/applicants/123/matriculation&amp;#34;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h3 id="response-headers"&gt;Response headers&lt;a class="td-heading-self-link" href="#response-headers" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th style="text-align: left"&gt;Header&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Value&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Description&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;Content-Type&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;application/json&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Media type of the resource&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;Content-Length&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;1234&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;Size of the response body in bytes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="response-codes"&gt;Response codes&lt;a class="td-heading-self-link" href="#response-codes" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th style="text-align: left"&gt;Response code&lt;/th&gt;
 &lt;th style="text-align: left"&gt;Description&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;&lt;code&gt;200 OK&lt;/code&gt;&lt;/td&gt;
 &lt;td style="text-align: left"&gt;The matriculation number was successfully returned&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="example-response"&gt;Example response&lt;a class="td-heading-self-link" href="#example-response" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;










&lt;div class=" code-block-container standalone-code-block "&gt;
 
 &lt;div class="code-block-header"&gt;
 &lt;div class="code-block-title"&gt;Response&lt;/div&gt;
 &lt;div class="code-block-controls" data-copy-target="#single-code-18b196720564b11f"&gt;
 &lt;span class="code-language"&gt;curl&lt;/span&gt;
 
 &lt;/div&gt;
 &lt;/div&gt;
 
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" id="single-code-18b196720564b11f" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="s2"&gt;&amp;#34;ABC123&amp;#34;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h2 id="put"&gt;&lt;i class="fas fa-method-put"&gt;PUT&lt;/i&gt; Set a matriculation number&lt;a class="td-heading-self-link" href="#put" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;When making a &lt;code&gt;PUT&lt;/code&gt; request, the contents of the request body will be stored as the new matriculation number for the applicant in question.&lt;/p&gt;</description></item></channel></rss>