Sanford Whiteman I tried using the format suggested by you and for the first time I did get the result, but after testing for different "email blast" programs, I'm only getting the following result: { "success": true, "errors": [], "requestId": "f179#16275e0de52", "warnings": [ "No assets found for the given search criteria." ] } I know it's mentioned in the dev docs that the result will contain the warnings data as well, but I'm not getting the data for the emails that I search by name. Plus my email program has many emails with same prefix (say xyz-email1, xyz-email2). I'm not sure where I'm wrong. I hit the endpoint with parameters : &name=xyz-email1&folder={"id":3172,"type"="Program"}. I mean this should render me results because I checked all the points before testing. &folder= {"id":3172,"type"="Program"}
... View more