If you have your own system and would like to get the participants of a property listing based on the list ID or keyword without our dashboard, we have just created an API allowing you to do just that. This API is for server to server communication, in case you have your own CRM system or something similar to manage your customer base.
- Url: https://mcpn.us/limeApi?ev=numbersPropertyListing
- You must supply one of the following parameters: listid / keyword
- Parameters (case sensitive, bold are mandatory):
Parameter Name (Case Sensitive)
|
Value |
Description |
Default Value |
user |
Advertiser username |
The advertiser’s username that matches the api_id |
None |
api_id |
Advertiser Api Id |
The advertiser’s api_id that matches the username |
Generated from edit profile |
name |
List name |
List name |
|
listid |
Number |
List Id |
The list id for lookup |
keyword |
Full keyword value i.e "house3 (71441-US)" / "house5 (40691)" |
The keyword of the listing |
|
Return Code
- If the API succeeds then it will return with status code 200 with xml
- If an error occurs or there is an invalid parameter then it returns with status code 400 or 500 with an error message in the response.
- If an error occurs or there is an invalid parameter then it returns with status code 400 or 500 with an error message in the response.
Example:
http://login.limecellular.com/limeApi?ev=numbersPropertyListing=username&api_id=a4HI43WyFK83821B&listid=101
XML:
<?xml version="1.0" encoding="UTF-8" ?>
<participants>
<participant>
<mobile>15555555555</mobile>
<state>New</state>
<leadTime>04/28/2014 10:20:20 AM</leadTime>
<data />
<comment />
</participant>
<participants>
<participant>
<mobile>15555555554</mobile>
<state>New</state>
<leadTime>04/24/2014 11:53:55 AM</leadTime>
<data />
<comment />
</participant>
</participants>
Comments
0 comments
Article is closed for comments.