You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Get and Find functions in the LAC SOAP API are similar, but work differently to help you retrieve data.

Function

Usage

Get

Get functions are used to retrieve one specific object or list of objects, and do not accept partial entries. For example, you can use the GetProductTemplateById function to get an existing product template using the product template ID.

Find

Find functions are used to search for either single or multiple objects and can accept partial entries. For example, you can use the FindLicenseByExpirationDate function to find all licenses that have an expiration date earlier than a specified date.

  • No labels