{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {htxt id="param-name-title"} {ts}Parameter Name{/ts} {/htxt} {htxt id="param-name"}

{ts}Choose a parameter from the list, or select "other" for manual entry.{/ts}

{/htxt} {htxt id="param-op-title"} {ts}Operator{/ts} {/htxt} {htxt id="param-op"}

{ts}The default operator is equals (=), and is the only operator supported for "create" or "delete" actions.{/ts}

{ts}Some apis support a special syntax to allow other operators for "get" type actions. Choosing a different operator will automatically use this syntax, although it may not work with every api.{/ts}

{/htxt} {htxt id="param-value-title"} {ts}Parameter Value{/ts} {/htxt} {htxt id="param-value"}

{ts}The following formats are accepted:{/ts}

{/htxt} {htxt id="api-chain-title"} {ts}Api Chaining{/ts} {/htxt} {htxt id="api-chain"}

{ts}Chains allow you to execute api calls on the results of this one.{/ts}

{ts}Example: When creating a contact, you can chain the Email.create api to add email addresses for them.{/ts}

{ts}Disambiguation: api chains are different from joins in that chaining executes a separate api call for every result returned from the main call.{/ts}

{/htxt} {htxt id="api-join-title"} {ts}Api Joins{/ts} {/htxt} {htxt id="api-join"}

{ts}Join this api call to return values from or filter on a related entity.{/ts}

{ts}The new fields will be selectable from the "Params" and "Fields to return" lists.{/ts}

{ts}Example: If the api entity is Email, you can also fetch the display name of the contact this email belongs to.{/ts}

{ts}Disambiguation: Joins are different from api chaining in that joins execute as a single SELECT query, and only work for api "get" operations.{/ts}

{/htxt}