listRecipientTypeParameters()
Overview
public array function listRecipientTypeParameters(
required string recipientType
)
Returns an array of configurable parameters for the given recipient type. Each item in the array is a struct with the keys, id
, title
, description
and required
. The array is sorted by title.
Arguments
Name | Type | Required | Description |
---|---|---|---|
recipientType | string | Yes | ID of the recipient type whose parameters you wish to get |