ListReadAll

Extracts all of the list configuration data for a company.

Usage

Use the ListReadAll method to read all of the list data for all objects. See ListRead for information about the privileges required to access the various types of list.

If the input argument <IncludeAll> specifies true, the method returns all configuration data, including system list data. If <IncludeAll> specifies false, or is not included in the request, the method returns all configuration data except system list data.

See ListUpsert for information about the list data returned in apData:List.

Arguments

The following table describes the arguments taken by the ListReadAll method.

Table Arguments Taken by the ListReadAll Method

Name Description Required Default I/O

IncludeAll

If true, extracts all list configuration data including system list data.

No

false

Input

apData:ListOfLists

The extracted list data.

Not applicable

Not applicable

Output

Return Value of the Call

The list data is returned.