ResultItem
The ResultItem object contains the results of an asynchronous API call. When calling the asynchronous API, ResultItem contains zero objects until that request is picked up from the asynchronous queue. The amount of time a call remains in the queue depends on the current volume of Marketing Cloud.
Name | Data Type | Description |
---|---|---|
Client | ClientID | Specifies the account ownership and context of an object. |
ConversationID | xsd | Unique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID. |
CorrelationID | xsd | Identifies correlation of objects across several requests. |
CreatedDate | xsd | Read-only date and time of the object's creation. |
CustomerKey | xsd | User-supplied unique identifier for an object within an object type. This property corresponds to the external key assigned to an object in Marketing Cloud. |
ErrorCode | xsd | Identifies the error of an API request via a numeric code. |
ID | xsd | Read-only identifier for an object. Some objects use the ObjectID property as the Marketing Cloud unique ID. |
ModifiedDate | Nullable`1 | Indicates the last time object information was modified. |
ObjectID | xsd | System-controlled, read-only text string identifier for object. |
ObjectState | xsd | Reserved for future use. |
OrdinalID | xsd | Defines position of object within an array of information. |
Owner | Owner | Describes account ownership of subscriber in an on-your-behalf account. |
PartnerKey | xsd | Unique identifier provided by partner for an object. This property is accessible only via API. |
PartnerProperties | APIProperty[] | A collection of metadata supplied by the client and stored by the system. These properties are accessible only via API. |
RequestID | xsd | Unique ID of initial async API call. |
RequestObjectType | xsd | Defines type of the Request object, such as email or triggered send. |
RequestType | RequestType | Defines request as synchronous or asynchronous API. |
StatusCode | xsd | Status of async API request. |
StatusMessage | xsd | Describes the status of an API call. |