RetrieveOptions
Use the RetrieveOptions object in conjunction with a Retrieve call to set the working ClientID for the call.
Name | Data Type | Description |
---|---|---|
BatchSize | xsd | Number of records to return in each batch as part of a Retrieve call. |
CallsInConversation | xsd | Represents the number of calls that must be received before the conversation support in the asynchronous API begins processing. |
Client | ClientID | Specifies the account ownership and context of an object. The ClientID must be a child account of the authenticating parent account. |
ConversationID | xsd | Unique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID. |
IncludeObjects | xsd | Indicates whether the APIObject is included in the response. If you are only interested in the Result object and want to reduce the size of the response message, set this property to True. |
OnlyIncludeBase | xsd | Reduce object to base APIObject information.Includes basic reference data associating object and request. |
Priority | xsd | Defines the priority for a triggered send. Valid values include Low, Medium, and High. |
QueuePriority | Priority | Reserved for future use. |
RequestType | RequestType | Defines request as synchronous or asynchronous API. |
SaveOptions | SaveOption[] | Allows upsert on selected objects. |
ScheduledTime | xsd | Keeps requests in asynchronous queue until time specified in the call. |
SendResponseTo | AsyncResponse[] | Defines how responses are returned and under what conditions. Optional. |
SequenceCode | xsd | Specifies the processing sequence of a multi-step conversation. This optional property requires the use of ConversationID. |