How to query for documents on Public Rest API?

Hi,

I have list of documents as like below.

I want to get all records, which documents contains companyCreatedDate key.

I read below link. but no use, how to request query on Public Rest API

http://docs.couchbase.com/admin/admin/REST/rest-views-intro.html

You have channels in your documents so I am assuming you are using Couchbase Mobile. View queries documentation for the sync gateway is actually here http://developer.couchbase.com/documentation/mobile/current/develop/guides/sync-gateway/accessing-cb-views/creating-and-using-a-view/index.html