# Marketo - Search Programs Action
This action searches for programs in your Marketo instance by a given search criteria.
Search programs action
# Input
Input field | Description |
---|---|
Filter type | Provide filter type. Possible values are: id, programId, folderId and workspace. |
Filter values | Provide comma separated values for filter type which you selected. |
Earliest updated at | Datetime filter to filter programs based on earliest updated time. |
Latest updated at | Datetime filter to filter programs based on latest updated value. |
Maximum results | Maximum number of programs to return. Default and maximum value is 200. |
Offset | Integer offset for paging. Default is 0. |
# Output
The output of this action is in the results as a list of Program
records, including the List size and List index.
Input Field | Description | |
---|---|---|
Success | Boolean value indicating whether the programs were retrieved successfully. | |
Request ID | ID associated with the request to fetch the programs. | |
Errors | Any errors with the request will be detailed here. | |
Warnings | Any warnings with the request will be detailed here. | |
Result A list of programs. | ID | ID of the program retrieved. |
Name | Name of the program retrieved. | |
Description | Description of the program retrieved. | |
URL | URL of the program retrieved. | |
Type | Type of the program retrieved. | |
Channel | Channel of the program retrieved. | |
Status | Status of the program retrieved. | |
Workspace | Workspace of the program retrieved. | |
Tags | Tags associated with the program retrieved. | |
Folder | Folder in which the program retrieved is located. | |
Created at | Datetime at which the program retrieved was created. | |
Updated at | Datetime at which the program retrieved was last updated. | |
Sfdc ID | Sfdc ID of the program retrieved. | |
Sfdc name | Sfdc name of the program retrieved. | |
List Size | The list size of the programs. | |
List Index | An index for each item in the list of programs. |
For a full list of Program
fields, refer to the Marketo documentation (opens new window).
Last updated: 2/18/2022, 10:54:18 AM