Returns a list of CandidateStatus objects indicating the current status of a set of candidates
Declaration Syntax
public CandidateStatus[] GetCandidateStatuses( string apiKey, string cafIDs )
Parameters
- apiKey (String)
- The API key provided with your CAF licence
- cafIDs (String)
- A comma-separated list of CAF IDs which were previously returned from calls to SubmitAddress(String, Nullable<(Of <<'(Int32>)>>), String, String, String)
Return Value
An array of CandidateStatus objects indicating the current status of the candidates
Remarks
This call is provided as a faster alternative to making multiple calls to
GetCandidateStatus(String, Int32).