<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Offer on DreamApply Knowledge Base</title><link>https://help.dreamapply.com/api/api_applications_id_offers_id/</link><description>Recent content in Offer on DreamApply Knowledge Base</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://help.dreamapply.com/api/api_applications_id_offers_id/index.xml" rel="self" type="application/rss+xml"/><item><title>Offer type</title><link>https://help.dreamapply.com/api/api_applications_id_offers_id_type/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://help.dreamapply.com/api/api_applications_id_offers_id_type/</guid><description>&lt;p&gt;Represents the type of the application offer.&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-18b1967204803c30"&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-18b1967204803c30" data-lang="html"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;/api/v9/applications/ID/offers/ID/type&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 the offer type&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 offer type about the application offer in question.&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-18b196720485f3c3"&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-18b196720485f3c3" data-lang="html"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;GET /api/v9/applications/123/offers/321/type
&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-18b19672048c0757"&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-18b19672048c0757" 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/applications/123/offers/321/type&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 offer type 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 application does not have this offer&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;ul class="nav nav-tabs" id="tabs-3" role="tablist"&gt;
 &lt;li class="nav-item"&gt;
 &lt;button class="nav-link active"
 id="tabs-03-00-tab" data-bs-toggle="tab" data-bs-target="#tabs-03-00" role="tab"
 aria-controls="tabs-03-00" aria-selected="true"&gt;
 API version &amp;gt;= 4
 &lt;/button&gt;
 &lt;/li&gt;&lt;li class="nav-item"&gt;
 &lt;button class="nav-link"
 id="tabs-03-01-tab" data-bs-toggle="tab" data-bs-target="#tabs-03-01" role="tab"
 aria-controls="tabs-03-01" aria-selected="false"&gt;
 API version &amp;lt; 4
 &lt;/button&gt;
 &lt;/li&gt;
&lt;/ul&gt;

&lt;div class="tab-content" id="tabs-3-content"&gt;
 
 &lt;div class="tab-body tab-pane fade show active"
 id="tabs-03-00" role="tabpanel" aria-labelled-by="tabs-03-00-tab" tabindex="3"&gt;
 










 
 


&lt;div class=" code-block-container standalone-code-block no-version "&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-18b196720498f58c"&gt;
 
 
 &lt;/div&gt;
 &lt;/div&gt;
 
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-json" id="single-code-18b196720498f58c" data-lang="json"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="nt"&gt;&amp;#34;id&amp;#34;&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;12&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="nt"&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;/api/v4/applications/offers/types/12&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;

 &lt;/div&gt;
 
 &lt;div class="tab-body tab-pane fade"
 id="tabs-03-01" role="tabpanel" aria-labelled-by="tabs-03-01-tab" tabindex="3"&gt;
 










 
 


&lt;div class=" code-block-container standalone-code-block no-version "&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-18b1967204a34081"&gt;
 
 
 &lt;/div&gt;
 &lt;/div&gt;
 
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-json" id="single-code-18b1967204a34081" data-lang="json"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="s2"&gt;&amp;#34;Conditionally accepted&amp;#34;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&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 the offer type&lt;a class="td-heading-self-link" href="#put" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Set the offer type to the application offer (identified by its ID) in question. This will check if the given type is a valid offer type that can be used in the system. On successful validation of the given type, it will be assigned as the type of the application offer in question.&lt;/p&gt;</description></item><item><title>Offer subject</title><link>https://help.dreamapply.com/api/api_applications_id_offers_id_subject/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://help.dreamapply.com/api/api_applications_id_offers_id_subject/</guid><description>&lt;p&gt;Represents the subject line of the application offer.&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-18b196720552c4b8"&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-18b196720552c4b8" data-lang="html"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;/api/v9/applications/ID/offers/ID/subject&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 the offer subject&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 offer letter subject line.&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-18b19672055b3f9a"&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-18b19672055b3f9a" data-lang="html"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;GET /api/v9/applications/123/offers/321/subject
&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-18b196720562c09e"&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-18b196720562c09e" 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/applications/123/offers/321/subject&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 offer letter subject line 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 application does not have this offer&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-18b19672056f6918"&gt;
 
 
 &lt;/div&gt;
 &lt;/div&gt;
 
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-json" id="single-code-18b19672056f6918" data-lang="json"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="s2"&gt;&amp;#34;You are accepted to a study place&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 the offer subject&lt;a class="td-heading-self-link" href="#put" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Set the offer letter subject line to the application offer (identified by its ID).&lt;/p&gt;</description></item><item><title>Offer comments</title><link>https://help.dreamapply.com/api/api_applications_id_offers_id_comments/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://help.dreamapply.com/api/api_applications_id_offers_id_comments/</guid><description>&lt;p&gt;Represents the offer letter text/comments for the application offer.&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-18b1967205e803ee"&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-18b1967205e803ee" data-lang="html"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;/api/v9/applications/ID/offers/ID/comments&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 the offer comments&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 offer letter text (&amp;ldquo;comments&amp;rdquo;) for this particular offer (identified by offer ID).&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-18b1967205eba0b9"&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-18b1967205eba0b9" data-lang="html"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;GET /api/v9/applications/123/offers/321/comments
&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-18b1967205eedbcf"&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-18b1967205eedbcf" 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/applications/123/offers/321/comments&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 offer letter text (&amp;ldquo;comments&amp;rdquo;) 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 application does not have this offer&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-18b1967205f7e331"&gt;
 
 
 &lt;/div&gt;
 &lt;/div&gt;
 
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-json" id="single-code-18b1967205f7e331" data-lang="json"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="s2"&gt;&amp;#34;Hello\n\nCongratulations, you are now accepted to ....&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 the offer comments&lt;a class="td-heading-self-link" href="#put" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Set the offer letter text (&amp;ldquo;comments&amp;rdquo;) to the application offer (identified by its ID).&lt;/p&gt;</description></item><item><title>Offer confirmation</title><link>https://help.dreamapply.com/api/api_applications_id_offers_id_confirm/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://help.dreamapply.com/api/api_applications_id_offers_id_confirm/</guid><description>&lt;p&gt;Represents an offer confirmation.&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-18b1967206297248"&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-18b1967206297248" data-lang="html"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;/api/v9/applications/ID/offers/ID/confirm
&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;h2 id="post"&gt;&lt;i class="fas fa-method-post"&gt;POST&lt;/i&gt; Confirm an offer&lt;a class="td-heading-self-link" href="#post" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;This action confirms the offer and sends it out to the applicant using the current offer details:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://help.dreamapply.com/api/api_applications_id_offers_id_type/#put"&gt;Offer type&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://help.dreamapply.com/api/api_applications_id_offers_id_subject/#put"&gt;Offer letter subject&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://help.dreamapply.com/api/api_applications_id_offers_id_comments/#put"&gt;Offer letter comments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://help.dreamapply.com/api/api_applications_id_offers_id_letters/#post"&gt;Offer letter attachments&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;div class="pageinfo pageinfo-info"&gt;
&lt;p&gt;Review and update the offer details before confirming the offer. Otherwise, DreamApply will proceed with the values most recently saved in the system.&lt;/p&gt;</description></item><item><title>Offer decision</title><link>https://help.dreamapply.com/api/api_applications_id_offers_id_decision/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://help.dreamapply.com/api/api_applications_id_offers_id_decision/</guid><description>&lt;p&gt;Represents the application offer decision.&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-18b196720648c512"&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-18b196720648c512" data-lang="html"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;/api/v9/applications/ID/offers/ID/decision
&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;h2 id="get"&gt;&lt;i class="fas fa-method-get"&gt;GET&lt;/i&gt; Get the offer decision&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 decision that the applicant has made (or has been made by admin on behalf of the applicant) regarding this offer.&lt;/p&gt;
&lt;p&gt;It can be one of three:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Final&lt;/strong&gt;: The offer was accepted by the applicant&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Declined&lt;/strong&gt;: The offer was declined by the applicant&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;None&lt;/strong&gt;: No decision yet&lt;/li&gt;
&lt;/ul&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-18b19672064c4a9f"&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-18b19672064c4a9f" data-lang="html"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;GET /api/v9/applications/123/offers/321/decision
&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-18b19672064fa5b8"&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-18b19672064fa5b8" 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/applications/123/offers/321/decision&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 decision 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 application does not have this offer&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-18b19672065559a9"&gt;
 
 
 &lt;/div&gt;
 &lt;/div&gt;
 
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-json" id="single-code-18b19672065559a9" data-lang="json"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="s2"&gt;&amp;#34;Declined&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 the offer decision&lt;a class="td-heading-self-link" href="#put" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Set the decision on behalf of the applicant regarding a specific offer. For example, you can mark an offer to be declined, or make it the final decision (acceptance) for an applicant.&lt;/p&gt;</description></item></channel></rss>