Introduction
Welcome to the API for AgentRank.com! We've got a full SOAP API, and even a few REST endpoints. Please feel welcome to to check it out!
Disclaimer
You are free to use agentrank.com/api as long as you agree to the terms of service.
SOAP
This API is exposed through a set of WSI Basic Profile -compliant SOAP v1.1 endpoints. The API supports XML-binary Optimized Pacakging (XOP) and SOAP Message Transmission Optimization Mechanism (MTOM) for transmission of binary data. The SOAP API is fully described by the following endpoints:
Namespace http://api.agentrank.com/ (wsdl):
The SOAP API is also accessible by client-side libraries that can be downloaded from the download page.
REST
This API supports a Representational State Transfer (REST) model for accessing a set of resources through a fixed set of operations. The following resources are accessible through the RESTful model:
Data
All SOAP endpoints and REST operations act on the same set of data described by XML Schema. The following data (grouped by namespace) are available:
Default Namespace (schema):
- Type abstractAPI
- Type agent
- Type agentPhoto
- Type agents
- Type link
- Type location
- Type locations
- Type photoSize
- Type photoSizes
- Type profile
- Type profiles
- Type review
- Type reviews
- Type sale
- Type sales
- Element agent
- Element agentPhoto
- Element agents
- Element link
- Element locations
- Element photoSize
- Element photoSizes
- Element profile
- Element profiles
- Element reviews
- Element sale
- Element sales