Home > Development
  Developer Reference

   Home : Developer Reference

1 2 3 4 5 6 7 8 9 10

Query the AOS

Once DA received a SID feed from user browser, the SID can be easily extracted from the field=data set of the URL.
SID is specify in the URL as:-
sid=SIDxxxxxxxxxxxxx

A typical conversation between AOS and DA may looks like this:

DA recieve a query from user browser

DA query user data from AOS with the following HTTP request:- http://www.afteroffice.com/sqSpec.user.mms?sid=SIDxxxxxxxxxxxxx
Where:
"
www.afteroffice.com" is the AOS host,
"sqSpec" (case insensitive) is the CGI command,
"user" is the AOS object,
"mms" is the CGI suffix.

AOS returns the user profile if the SID is valid.

Note API v1.0: A DA must obtain permission from AOS admin before sending any query to AOS. The AOS verify each query from DA by checking the registered DA host IP.