als_get_webclient.cgi

Top  Previous  Next

Description

als_get_webclient.cgi can retrieve a web client by username or email address. In addition it can be used for authentication with the optional password parameter.

 

 

Example Usage               http://localhost:83/als_get_webclient.cgi?username=demo

 

 

 

Inputs

Parameter

Description

Required

Example

Data Type

username

 

 

UserName or Email Required

 


String

email




String

password




String

webclient

Unique code

Optional

webclient=1

Integer

 

Returned Fields

#

Field Name

Description

Data Type

1



String

2



Integer





 

XML Returned

<root>

 

<webclient>

<row seq="1" email="demo@youremail.com" username="demo" password="test" firstname="" lastname="jones" address1="" address2="" city="" state="" zip="" country="" phone="" cellphone="" fax="" notes="" dateadded="5/22/2007" lastupdated="5/22/2007 1:42:56 PM" active="True"/>

</webclient>

</root>