• Anesh Mistry
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hello,

Can anyone confirm if a call is made to a REST API apex webservice e.g. https://developer.salesforce.com/page/Creating_REST_APIs_using_Apex_REST

and we expose using Force.com sites e.g http://www.wadewegner.com/2013/03/creating-anonymous-rest-apis-with-salesforce-com/

per call will this consume 1 API call only OR 1 API call and 1 Force.com site Page View

Thanks

 
We are hosting an Apex REST endpoint on our salesforce site. The URL path to the service is similar to https://mycompany.secure.force.com/services/apexrest/endpointName.

I am confused as to whether a hit against that endpoint will count as a Site Pageview, API call or both? It appears that it is counting as a pageview, but it seems to me that it should not and should only count as an API hit. Please clarify.
  • June 27, 2014
  • Like
  • 0