Error - There is no such view in Zoho Creator

Error - There is no such view in Zoho Creator

I have a application that is created in Creator: I would like to use the REST API's to download from the view/report.
It keeps giving me the following error:
<!-- $Id$ -->







<div style="text-align: center;vertical-align: middle;font-size: 14px;margin-top:150px;">There is no such view in <a href='/'><strong>Zoho Creator</strong></a></div> 

****** end of error

The URL that I use:  https://creator.zoho.com/api/zoho_bob191/json/t3/view/GoldMine_Web_Import_Report

What I send to the URL: 
<input type="hidden" name ="authtoken" value="166d22038241dde0219458ff00262705"> 
<input type="hidden" name ="zc_ownername" value="zoho_bob191"> 
<input type="hidden" name="raw" value="true"> 
<input type="hidden" name ="scope" value="creatorapi">
<input type="submit" value="View Records"></form>

I am using the following help topic:

https://www.zoho.com/creator/help/api/rest-api/rest-api-view-records-in-view.html

What am I doing wrong?

Bob Lozinak