Input and Output of Retrieve List

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

Input and Output for List by Id

If you select the List by Id endpoint, the Input tab contains the following element:
Input Item Data Type Description
id String The ID of the list that you retrieve.
The Output tab contains the following elements:
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: id, name, description, programName, workspaceName, createdAt, and updatedAt.
success Boolean If the request is successful, this value is true.

Input and Output for Multiple Lists

If you select the Multiple Lists endpoint, the Input tab contains the following elements:
Input Item Data Type Description
ids Complex The IDs of the lists. Multiple list IDs are supported.
names Complex The names of the lists. Multiple list names are supported.
programNames Complex The program names of the lists. Multiple program names are supported.
workspaceNames Complex The workspace names of the lists. Multiple workspace names are supported.
batchSize Integer The maximum number of records to be returned. The default maximum number of the batch size is 300.
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.
The Output tab contains the following elements:
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: id, name, description, programName, workspaceName, createdAt, and updatedAt.
success Boolean If the request is successful, this value is true.
nextPageToken String This parameter is returned by an API call. This value can be used to access next set of records.

Input and Output for Member of List

If you select the Member of List endpoint, the Input tab contains the following elements:
Input Item Data Type Description
listid String The ID of the list.
ids Complex The IDs of the leads.
The Output tab contains the following elements:
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: id, status, and reasons.
success Boolean If the request is successful, this value is true.