Difference between revisions of "API Status Code"

From unroole CMS wiki
Jump to: navigation, search
Line 14: Line 14:
 
|-
 
|-
 
| ACCESS_DENIED
 
| ACCESS_DENIED
| The user associated with the [[API Persistence Token]] does not have the permission for this action. OR The specified API Persistence Token does not match.  
+
| It may be a result of one of the following: <br />* The user associated with the [[API Persistence Token]] does not have the permission for this action. <br />* The specified API Persistence Token does not match. <br />* The account-subdomain in the url is incorrect.  
 
|}
 
|}

Revision as of 09:58, 29 May 2012

Code Description
OK No errors occurred. Success.
ERROR Check specific action for details.
ACTION_NOT_FOUND The specified action does not exists.
ACCESS_DENIED It may be a result of one of the following:
* The user associated with the API Persistence Token does not have the permission for this action.
* The specified API Persistence Token does not match.
* The account-subdomain in the url is incorrect.