Class IbisMethods
Common methods for searching for objects in the Lookup/Ibis database.
Methods summary
public
|
#
__construct(ClientConnection $conn)
Create a new IbisMethods object.
Create a new IbisMethods object.
Parameters
- $conn
The ClientConnection object to use to
invoke methods on the server.
|
public
long
|
#
getLastTransactionId()
Get the ID of the last (most recent) transaction.
Get the ID of the last (most recent) transaction.
A transaction represents an edit made to data in Lookup. Each
transaction is assigned a unique, sequential, numeric ID. Thus
this last transaction ID will increase each time some data in
Lookup is changed.
[ HTTP: GET /api/v1/last-transaction ]
Returns
long The ID of the latest transaction.
|
public
String
|
#
getVersion()
Get the current API version number.
Get the current API version number.
[ HTTP: GET /api/v1/version ]
Returns
String The API version number string.
|