[This is preliminary documentation and is subject to change.]

Exposes a list of items for use in completing occurrence forms (within DataFields).

Namespace:  QPulseWebServices.Contracts.Service
Assembly:  QPulseWebServices (in QPulseWebServices.dll) Version: 2.0.2.15

Syntax

C#
ManagedList GetReferenceList(
	string referenceListName,
	string databaseName
)

Parameters

referenceListName
Type: System..::.String
The name of the requested reference list type.
databaseName
Type: System..::.String
The name of the database

Return Value

A list of items of the requested type.

Remarks

REST Availability: Supports HTTP GET

Exceptions

ExceptionCondition
ServiceFaultCode..::.ReferenceListTypeNotFoundThe requested list type could not be resolved

See Also