FAD Documentation
Location API
info
search
info
Get the complete information for the given Location. This includes associated Languages.
http://fad.lghealth.org/Location/Info/{locationID}
Arguments
locationID **
The ID of the Location to fetch information for.
includeLanguages
If set to true, all Language information pertaining to the Location will be included. The default is 'true'.
dataType
The return result Data Type.
"XML"
"JSON"
Examples
one
two
search
Search for Locations. This will return complete Location information, plus information for their associated Languages.
http://fad.lghealth.org/Location/Search/
Arguments
dataType
The return result Data Type.
"XML"
"JSON"
specialtyID
If set, the service will return all Locations that are associated with the given Specialty.
isPublicLocation
If set, the service will return all Locations who belong [or don't belong, if set to 'false'] to the public site's Location database.
count
The number of results the service will return. The default is '2'.
includeLanguages
If set to true, all Language information pertaining to the Location will be included. The default is 'true'.
Examples
one
two