Error Response - Missing Parameter

Options



<code>9</code>




<message>


Request did not contain a required parameter. Missing parameter was: method


</message>





</errorResponse>


Are there any specifics on this error message?
Tagged:

Comments

  • Hi Mike,


    This error is returned when a method isn't specified in the API call, the method being the actual "thing" you're trying to do.


    For instance, if you wanted to return the shortcut for a personal page your AJAX call would need to include data: 'method=getShortcut&fr_id=[[S80:trID]]'. The 'method' is the meat of the api call. If you'd like to share what you're using to make the call I may be able to provide more info.

Categories