Submit a Ticket My Tickets
Welcome
Login  Sign up

GET LinkDisplayTypes API Version 1

GET LinkDisplayTypes API Version 1

Updated on 2016-02-26
Current Version: Version 1
Deprecated Version: NA
Requests Allowed: GET&SOAP


Summary:

Returns an array of link display types


Resource/WSDL Page:

http://<your_domain_here>/api/1/get.asmx?op=LinkDisplayTypes


Parameters

api_key
Required
Type: STRING

Must be a valid API key (existing and not expired) 

Example Values: RUxep4nIQQmSAFn4JFECgOMdvJLeocp

 **Note all optional parameters still need to be passed through in the actual call. These parameters do not need a value (therefore you can use a null value). 

 

Example Request

GET

https://demo-new.cakemarketing.com/api/1/get.asmx/LinkDisplayTypes?api_key=3YmDJeT3VHTFhDqAjr2OlQ


 

Sample XML Response:

    

<link_display_types_response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://cakemarketing.com/api/1/">
<success>true</success>
<row_count>1</row_count>
<link_display_types>
<link_display_type>
<link_display_type_id xmlns="API:id_name_store">1</link_display_type_id>
<link_display_type_name xmlns="API:id_name_store">Standard</link_display_type_name>
</link_display_type>
</link_display_types>
</link_display_types_response> 

    


Example Error Messages: 

Error Message

Likely Cause

Invalid API Key

API key does not exist or is expired

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.