Error in REST API call

Error in REST API call


I am testing the REST API call in command line with curl.
I have a problem and I can't find what I am doing wrong.

The following call works fine :
  1. curl https://creator.zoho.com/api/json/applications?authtoken=********&scope=creatorapi

It gives me the list of applications.

But this one does not work :

  1. curl https://creator.zoho.com/api/json/chouette/forms?authtoken=******&scope=creatorapi&zc_ownername=aaa.bbb

I have the following  error:

{"errorlist":[{"error":[2892,"Specified application name is not valid.Provide a correct one."]}]}


"chouette" is the name of my application. I am confident that I use the same authtoken and aaa.bbb is replaced by my username.

I have also tested the "View records in view" call and I get the same error.

If anyone has an idea, I would appreciate your help !

Many thanks!