Özellikler
Sayın emlakçılar, API yazılımına hoş geldiniz, burada bir emlak ajansının tüm bilgilerini, ürünlerini, kişilerini ve ayarlarını bulabilirsiniz. Haklarınıza bağlı olarak potansiyel müşteriler gibi bazı bilgilerinizi gönderebilirsiniz.
Apimo API sadece JSON formatını destekler. | |
---|---|
Protokol | Bütün API methodları için geçerli ve imzalı bir sertifika veriyoruz. Bu yazılım için bağlı olan kütüphanenizin HTTPS methodunu desteklediğinden emin olunuz. |
Token | API’yi kullanmak için kimlik numarası ve jetona ihtiyacınız vardır. (request a token) |
Limit | Günlük 1,000 talep/istek kotanız vardır. Saniye başına 10 talep düşmektedir. (Bu kota her gün gece yarısında yenilenir) |
Charset | UTF-8 |
Content | application/json |
Dil | fr (Fransızca) , it (İtalyanca) , de (Almanca) , es (İspanyolca) , en (İngilizce) , nl (Felemenkçe) , zh (Çince) , ru (Rusça) , sv (İsveççe) , ar (Arapça) , he (İbranice) , nb (Norveççe Bokmål) , pt (Portekizce) , fa (Farsça) , lb (Lüksemburgca) , km (Khmer dili) , tr (Türkçe) , lo (Lao dili) |
Apimo API kaynaklara erişim için 4 HTTP methodunu destekler. | |
---|---|
GET | Veriyi almak için İSTEK AL’a basınız. Bu buton yazılım güncellemesi veya yazılım değişimi yapmaz. |
POST | Bir kaynak oluşturmak veya güncellemek için İSTEK SONRASI’na basınız. |
PUT | Bir kaynak oluşturmak veya güncellemek için İSTEK SONRASI’na basınız. |
DELETE | Bir kaynak silmek için İSTEĞİ SİL’e basınız. (Dikkatli olunması gerekir!) |
Webservices
Catalogs
Retrieve all the words and translations of the API.
HTTP yöntemi | Yol | Fonksiyon |
---|---|---|
get | /catalogs | Get a list of catalogs |
get | /catalogs/{catalogs_id} | Get a specific catalog |
Agencies
All information about the agency with the: users, properties, some settings, ….
HTTP yöntemi | Yol | Fonksiyon |
---|---|---|
get | /agencies | Retrieve the business units list |
get | /agencies/{agency_id}/users | Retrieve the users list of a specific business unit |
get | /agencies/{agency_id}/users/{user_id}/actions | Retrieve the users list of a specific user from a business unit |
post | /agencies/{agency_id}/actions | Create a new action inside a business unit |
put | /agencies/{agency_id}/actions/{action_id} | Update an action inside a business unit |
get | /agencies/{agency_id}/contacts | Retrieve the contacts list of a specific business unit |
post | /agencies/{agency_id}/contacts | Create a new contact inside a business unit |
put | /agencies/{agency_id}/contacts/{contact_id} | Update a contact inside a business unit |
get | /agencies/{agency_id}/leads | Retrieve the leads list of a specific business unit |
post | /agencies/{agency_id}/leads | Create a new lead inside a business unit |
get | /agencies/{agency_id}/properties | Retrieve the properties list of a specific business unit |
post | /agencies/{agency_id}/properties/{property_id}/medias | Create a new media content inside a property of a specific business unit |
post | /agencies/{agency_id}/properties/{property_id}/pictures | Add a new picture inside a property of a specific business unit |
delete | /agencies/{agency_id}/properties/{property_id}/pictures/{picture_id} | Delete a picture inside a property |
get | /agencies/{agency_id}/residences | Retrieve the residences list of a specific business unit |
get | /agencies/{agency_id}/requests | Retrieve the requests list of a specific business unit |
get | /agencies/{agency_id}/contracts | Retrieve the contracts list of a specific business unit |