[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.ServiceAssembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.0.580.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
| Exception | Condition |
|---|---|
| ServiceFaultCode..::.ReferenceListTypeNotFound | The requested list type could not be resolved |