Input the number you want to retrieve.
number specified < number in ency
If the number specified is less than the number of items in the encyclopedia you are requesting, you get the following return code:
EAPI_MAXIMUM_COUNT_REACHED_RC number specified ³ number in ency
If the number specified is greater than or equal to the number of items in the encyclopedia you are requesting, you get an output equal to the number of items in the encyclopedia. The return code follows:
EAPI_SUCCESSFUL_RC
If the maximum value is less than the total number of IDs, you cannot retrieve another group of IDs unless you specify a larger maximum value. The only way to retrieve the remaining IDs is to make another request with a larger maximum value. For example:
|
Number of Model IDs in the Encyclopedia |
Input |
Output |
|---|---|---|
|
10 |
10 |
10 |
|
10 |
5 |
5 |
|
5 |
10 |
5 |
|
Copyright © 2014 CA.
All rights reserved.
|
|