Previous Topic: doQueryNext Topic: freeListHandles


getListValues

The following parameters apply to the getListValues method:

Parameter

Type

Description

SID

Integer

Identifies the session retrieved from logging in.

ListHandle

Integer

Identifies the list handle obtained with a previous call.

StartIndex

Integer

Identifies the position in the list from which to begin fetching.

EndIndex

Integer

Identifies the last list position from which to fetch. Specify -1 to fetch all rows from StartIndex.

Note: Regardless of the integer specified, Web Services will return a maximum of 250 rows per call.

AttributeNames

String[]

Identifies an array of one or more attribute names for which you want to fetch values.

Description

Returns attribute values for a range of objects in a list. For example:

< UDSObjectList >
<UDSObject>
<Handle>
<Attributes>
	<AttributeName0>
	<AttributeName1>

Returns

This method has the following returns:

XML Element

Type

Description

<UDSObjectList>

Sequence

Identifies the outer Element, which contains a sequence of <UDSObject> elements.

<UDSObject>

N/A

Contains a <Handle> element and <Attributes> sequence.