Difference between revisions of "API Status Code"

From unroole CMS wiki
Jump to: navigation, search
(Created page with "{| class="wikitable" |- ! Code ! Description |- | OK | No errors occurred. Success. |- | ACCESS_DENIED | The user associated with the API Persistence Token does not have t...")
 
Line 7: Line 7:
 
| No errors occurred. Success.
 
| No errors occurred. Success.
 
|-
 
|-
| ACCESS_DENIED
+
| ERROR
| The user associated with the [[API Persistence Token]] does not have the permission for this action.
+
| Check specific action for details.
 
|-
 
|-
| WRONG_TOKEN
+
| ACTION_NOT_FOUND
| The specified [[API Persistence Token]] does not match.
+
| The specified action does not exists.
 
|-
 
|-
| ADDITIONAL_RESULTS
+
| ACCESS_DENIED
| Success, but more results can be returned. The result set was truncated.
+
| 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.  
 
|}
 
|}

Revision as of 14:39, 28 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 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.