InvokeRetrieve
Returns an array of API objects from a RetrieveRequest object.
InvokeRetrieve(1, 2, 3)
Ordinal | Type | Description | |
---|---|---|---|
1 | object | Required | API object from which to return array of API objects |
2 | variable | Retrieve call OverallStatus parameter that is passed to a defined AMPscript variable. You pass in the variable and the method returns the value stored in that variable. See other Invoke calls for previously defined variables. See the Retrieve method for possible OverallStatus values. | |
3 | variable | Retrieve call RequestID parameter that is passed to a defined AMPscript variable. You pass in the variable and the method returns the value stored in that variable. See other Invoke calls for previously defined variables. See the Retrieve method for more information about RequestID values. |