<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.offerit.com/index.php?action=history&amp;feed=atom&amp;title=Offerit_API_Get_Offer_List</id>
		<title>Offerit API Get Offer List - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.offerit.com/index.php?action=history&amp;feed=atom&amp;title=Offerit_API_Get_Offer_List"/>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_API_Get_Offer_List&amp;action=history"/>
		<updated>2026-04-29T23:55:32Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.5</generator>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_API_Get_Offer_List&amp;diff=3330&amp;oldid=prev</id>
		<title>OfferitDave: Created page with &quot;{{Offerit Manual | show_api_admin_section = true }}  This function allows you to get  basic information about each offer.. You must make a SOAP call with the following optional p...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_API_Get_Offer_List&amp;diff=3330&amp;oldid=prev"/>
				<updated>2013-08-29T15:22:01Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Offerit Manual | show_api_admin_section = true }}  This function allows you to get  basic information about each offer.. You must make a SOAP call with the following optional p...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_api_admin_section = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This function allows you to get  basic information about each offer.. You must make a SOAP call with the following optional parameters:&lt;br /&gt;
&lt;br /&gt;
*'''categoryid''' - The ID of the an offer category. If you pass a category, the return will only include offers in that category. If you wish to grab all offers, you can leave the field blank.&lt;br /&gt;
*'''groupid''' - The ID of the an offer group. If you pass a group, the return will only include offers in that group. If you wish to grab all offers, you can leave the field blank.&lt;br /&gt;
&lt;br /&gt;
=Output Fields=&lt;br /&gt;
*'''offerid:  Numeric ID of this offerid&lt;br /&gt;
*'''name''' Name of this offer&lt;br /&gt;
*'''offer_description''' Text description of the offer for affiliates.&lt;br /&gt;
*'''default_landing_page_id''' Numeric ID of the main landing page for this offer.&lt;br /&gt;
*'''default_landing_page_url''' URL of the main landing page for this offer.&lt;br /&gt;
*'''commission''' an array with details about the way the default commission used with this offer.&lt;br /&gt;
&lt;br /&gt;
== NuSOAP Example ==&lt;br /&gt;
&lt;br /&gt;
This example continues from the [[Offerit_API#Example|main article NuSOAP Example]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$function = 'get_offer_list';&lt;br /&gt;
$values = Array();&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$result = $client-&amp;gt;call($function, $values, 'offeritapiadmin_wsdl');&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Sample Output ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
    [0] =&amp;gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [default_landing_page_url] =&amp;gt; http://staging.offerit.com/james.php?type=transid&amp;amp;amp;transid=%%transid%%&lt;br /&gt;
            [default_landing_page_id] =&amp;gt; 1&lt;br /&gt;
            [offer_description] =&amp;gt; Credit Score&lt;br /&gt;
            [name] =&amp;gt; Credit Score&lt;br /&gt;
            [offerid] =&amp;gt; 2&lt;br /&gt;
            [commission] =&amp;gt; Array&lt;br /&gt;
                (&lt;br /&gt;
                    [commissionid] =&amp;gt; 2&lt;br /&gt;
                    [deduct_voids] =&amp;gt; 1&lt;br /&gt;
                    [hide_rebills] =&amp;gt; 0&lt;br /&gt;
                    [hide_joins] =&amp;gt; 0&lt;br /&gt;
                    [retro_payout] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_click] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_visitor] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_conversion] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_continuity] =&amp;gt; 0&lt;br /&gt;
                    [percentage_of_customer_conversion_revenue] =&amp;gt; 1200&lt;br /&gt;
                    [percentage_of_customer_continuity_revenue] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_for_1000_impressions] =&amp;gt; 0&lt;br /&gt;
                )&lt;br /&gt;
&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
    [1] =&amp;gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [default_landing_page_url] =&amp;gt; http://whistles.com&lt;br /&gt;
            [default_landing_page_id] =&amp;gt; 14&lt;br /&gt;
            [offer_description] =&amp;gt; adsfasdf&lt;br /&gt;
            [name] =&amp;gt; asdf&lt;br /&gt;
            [offerid] =&amp;gt; 9&lt;br /&gt;
            [commission] =&amp;gt; Array&lt;br /&gt;
                (&lt;br /&gt;
                    [commissionid] =&amp;gt; 66&lt;br /&gt;
                    [deduct_voids] =&amp;gt; 0&lt;br /&gt;
                    [hide_rebills] =&amp;gt; 0&lt;br /&gt;
                    [hide_joins] =&amp;gt; 0&lt;br /&gt;
                    [retro_payout] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_click] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_visitor] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_conversion] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_continuity] =&amp;gt; 0&lt;br /&gt;
                    [percentage_of_customer_conversion_revenue] =&amp;gt; 0&lt;br /&gt;
                    [percentage_of_customer_continuity_revenue] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_for_1000_impressions] =&amp;gt; 0&lt;br /&gt;
                )&lt;br /&gt;
&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
    [2] =&amp;gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [default_landing_page_url] =&amp;gt; http://www.porsche.com&lt;br /&gt;
            [default_landing_page_id] =&amp;gt; 24&lt;br /&gt;
            [offer_description] =&amp;gt; Test&lt;br /&gt;
            [name] =&amp;gt; Cars&lt;br /&gt;
            [offerid] =&amp;gt; 18&lt;br /&gt;
            [commission] =&amp;gt; Array&lt;br /&gt;
                (&lt;br /&gt;
                    [commissionid] =&amp;gt; 16&lt;br /&gt;
                    [deduct_voids] =&amp;gt; 1&lt;br /&gt;
                    [hide_rebills] =&amp;gt; 0&lt;br /&gt;
                    [hide_joins] =&amp;gt; 0&lt;br /&gt;
                    [retro_payout] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_click] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_visitor] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_conversion] =&amp;gt; 500&lt;br /&gt;
                    [flat_amount_per_continuity] =&amp;gt; 0&lt;br /&gt;
                    [percentage_of_customer_conversion_revenue] =&amp;gt; 0&lt;br /&gt;
                    [percentage_of_customer_continuity_revenue] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_for_1000_impressions] =&amp;gt; 0&lt;br /&gt;
                )&lt;br /&gt;
&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
    [3] =&amp;gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [default_landing_page_url] =&amp;gt; http://www.example.com&lt;br /&gt;
            [default_landing_page_id] =&amp;gt; 80&lt;br /&gt;
            [offer_description] =&amp;gt; Testing.&lt;br /&gt;
            [name] =&amp;gt; Offer Testing Requestable Forms&lt;br /&gt;
            [offerid] =&amp;gt; 66&lt;br /&gt;
            [commission] =&amp;gt; Array&lt;br /&gt;
                (&lt;br /&gt;
                    [commissionid] =&amp;gt; 63&lt;br /&gt;
                    [deduct_voids] =&amp;gt; 1&lt;br /&gt;
                    [hide_rebills] =&amp;gt; 0&lt;br /&gt;
                    [hide_joins] =&amp;gt; 0&lt;br /&gt;
                    [retro_payout] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_click] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_visitor] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_conversion] =&amp;gt; 100&lt;br /&gt;
                    [flat_amount_per_continuity] =&amp;gt; 100&lt;br /&gt;
                    [percentage_of_customer_conversion_revenue] =&amp;gt; 0&lt;br /&gt;
                    [percentage_of_customer_continuity_revenue] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_for_1000_impressions] =&amp;gt; 0&lt;br /&gt;
                )&lt;br /&gt;
&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
    [4] =&amp;gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [default_landing_page_url] =&amp;gt; http://yahoo.com?tid=%%click_hash%%&amp;amp;amp;loginid=%%loginid%%&lt;br /&gt;
            [default_landing_page_id] =&amp;gt; 97&lt;br /&gt;
            [offer_description] =&amp;gt; This is my offer&lt;br /&gt;
&lt;br /&gt;
I am describing it now&lt;br /&gt;
&lt;br /&gt;
On several Lines&lt;br /&gt;
            [name] =&amp;gt; aaaaaaaaaaa&lt;br /&gt;
            [offerid] =&amp;gt; 80&lt;br /&gt;
            [commission] =&amp;gt; Array&lt;br /&gt;
                (&lt;br /&gt;
                    [commissionid] =&amp;gt; 74&lt;br /&gt;
                    [deduct_voids] =&amp;gt; 1&lt;br /&gt;
                    [hide_rebills] =&amp;gt; 0&lt;br /&gt;
                    [hide_joins] =&amp;gt; 0&lt;br /&gt;
                    [retro_payout] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_click] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_visitor] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_conversion] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_continuity] =&amp;gt; 0&lt;br /&gt;
                    [percentage_of_customer_conversion_revenue] =&amp;gt; 1500&lt;br /&gt;
                    [percentage_of_customer_continuity_revenue] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_for_1000_impressions] =&amp;gt; 0&lt;br /&gt;
                )&lt;br /&gt;
&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
    [5] =&amp;gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [default_landing_page_url] =&amp;gt; http://jamesstagingtest.com?passthrough=abc&lt;br /&gt;
            [default_landing_page_id] =&amp;gt; 154&lt;br /&gt;
            [offer_description] =&amp;gt;&lt;br /&gt;
            [name] =&amp;gt; Inherit Value Offer Test&lt;br /&gt;
            [offerid] =&amp;gt; 129&lt;br /&gt;
            [commission] =&amp;gt; Array&lt;br /&gt;
                (&lt;br /&gt;
                    [commissionid] =&amp;gt; 127&lt;br /&gt;
                    [deduct_voids] =&amp;gt; 1&lt;br /&gt;
                    [hide_rebills] =&amp;gt; 0&lt;br /&gt;
                    [hide_joins] =&amp;gt; 0&lt;br /&gt;
                    [retro_payout] =&amp;gt; 0&lt;br /&gt;
                    [flat_amount_per_click] =&amp;gt; 100&lt;br /&gt;
                    [flat_amount_per_visitor] =&amp;gt; 200&lt;br /&gt;
                    [flat_amount_per_conversion] =&amp;gt; 300&lt;br /&gt;
                    [flat_amount_per_continuity] =&amp;gt; 400&lt;br /&gt;
                    [percentage_of_customer_conversion_revenue] =&amp;gt; 500&lt;br /&gt;
                    [percentage_of_customer_continuity_revenue] =&amp;gt; 600&lt;br /&gt;
                    [flat_amount_for_1000_impressions] =&amp;gt; 700&lt;br /&gt;
                )&lt;br /&gt;
&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
)&lt;/div&gt;</summary>
		<author><name>OfferitDave</name></author>	</entry>

	</feed>