Programs REST Endpoints
Programs
Responsys Program API Endpoints
- Exit Enactments
- Method: postPath:
/rest/api/v1.3/programs/enactments - Fetch a Program by Name
- Method: getPath:
/rest/api/v1.3/programs/{programName} - Fetch All Programs
- Method: getPath:
/rest/api/v1.3/programs - Fetch Programs for a Profile List
- Method: getPath:
/rest/api/v1.3/programs/lists/{listName} - Publish or Unpublish a Program
- Method: patchPath:
/rest/api/v1.3/programs/{programName}