InvokeRetrieve

Invokes the Retrieve method on an API object.

InvokeRetrieve(1, 2)

OrdinalTypeDescription
1StringRequired. The name of the object to perform the Retrieve method on.
2ArrayRequired. An array that holds the status and request ID of the API call.

This code example uses the Platform.Function.InvokeRetrieve function to perform an API call. The example includes a filter that’s configured so that the request retrieves all emails that are associated with a specific account ID.

The response includes the status and ID of the request, as well as a list of all emails that matched the filter criteria.