3.3 Common SOAP API Calls To Retrieve Information

All SOAP API calls available for each object type are described in detail in the API documentation packaged within the SDK. The different ObjectTypes that can be accessed via the API are also described in the documentation included within the SDK. For quick reference, most object types support direct retrieval of the a list of all objects or IDs of a given type. These methods are:

  • objectTypeGetAll: Retrieves all objects of type objectType.

  • objectTypeGetIds: Retrieves the IDs of all objects of the given objectType.

  • objectTypeGetById: Retrieves a full object representation based on the ID provided.

  • objectTypeGetListById: Retrieves a set of objects based on the list of IDs provided.