Digimap CAF API
GetAddresses Method (apiKey, cafIDs)
NamespacesCAF.API2ServiceGetAddresses(String, String)
Lists the current version of those addresses that match the list of CAF IDs provided.
Declaration Syntax
public AddressView[] GetAddresses(
	string apiKey,
	string cafIDs
)
Parameters
apiKey (String)
The API key provided with your CAF licence
cafIDs (String)
A comma-separated list of CAFIDs
Return Value
An array of AddressView objects containing the Addresses matching the CAF IDs provided
Remarks

This call is provided as a faster alternative to making multiple calls to GetAddress(String, Int32).

If a CAF ID is not valid, or corresponds to a candidate address, it is omitted entirely from the results.

Assembly: CAF (Module: CAF) Version: 1.0.0.0 (1.0.0.0)