Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 3 Current »

For Entities In List EagleML object:

Outbound Specifics

Entities In List outbound interface was designed to extract entities which belong to an Entity List, it is also useful if you want to examine the structure of a List.

There are two feedtypes available for Entities In List extract:

STATICENTITYLISTEXTRACT (standard SP call) - No required filters, but can process only EntityList and ProcessCenter parameters. Any other Entity filters will return an error
DYNAMICENTITYLISTEXTRACT (dynamic SQL query) - EntityList filter is required for this feedtype. EntityList should contain one or multiple values of EntityId with type LIST. They can be static or dynamic, STATIC lists will be ignored, for DYNAMIC lists entityIds which belong to specified list(s) will be extracted.

  • No labels