Input and Output of Retrieve Custom Objects

When you use the Custom Objects resource, the information in the Input and Output tabs varies depending on the endpoint that you select.

The following table lists the input elements in the Input tab of the Custom Objects resource:
Input Item Data Type Description
Id String The ID of the custom object.
filterType String The filter types that you created in the custom object, such as idField, dedupeFields and other searchable fields.
filterValues String A separated list of filter values.
Note: You cannot specify the values of multiple fields in this field.
object Complex An array of custom object records that you retrieve. If the fields in the Field Selector tab are selected, these fields are added to the object node.
nextPageToken String This parameter is used to paginate through large result sets. This value can be used to access next set of records.
Note: The value of the next page token is obtained from the output of the previous activity.
batchSize String The maximum number of records to be returned. The default maximum number of the batch size is 300.
The following table lists the output elements in the Output tab of the Custom Objects resource:
Output Item Data Type Description
requestId String The request ID returned from the Marketo server.
result Complex The fields that are displayed in the response. The following fields are displayed: reasons, seq, marketoGUID, updateAt, and createdAt.
success Boolean If the request is successful, this value is true.
errors Complex The error codes and messages for the activity.